Search the web
Sign In
New User? Sign Up
pocketsoap
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4825 - 4854 of 5327   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4825
I know I may be late but what happened to the wrapper provided by Sybase? Is there anywhere that I can find it if it still exist?...
lump10670
Offline Send Email
Apr 3, 2007
6:01 pm
4826
the sample for CoInterfaceFinder shows " Set m_sf = New CoSerializerFactory Dim i As New CoInterfaceFinder m_sf.Serializer i.DefaultIID ...
josef.stadelmann
josef.stadel...
Offline Send Email
Apr 4, 2007
6:11 am
4827
Hi, I don’t know whether this is the right place for this. I am trying to use PocketHTTP I have it working if I am using a string as the...
Glen Bradshaw
glen.brad
Offline Send Email
Apr 4, 2007
2:31 pm
4828
Hi, I'm using pocketsoap 1.5.4 for a while and now need to deal with soap-faults. In the past I simply used a try-catch block and caught any com_error and used...
frank.oortwijn
Offline Send Email
Apr 4, 2007
3:27 pm
4829
Hi, I'm fiddling with the correct way to handle http timeouts when using PocketSoap. Please have a look at the following code snippets: ... ...
frank.oortwijn
Offline Send Email
Apr 4, 2007
3:30 pm
4830
... 1. Yes. 2. From the docs http://www.pocketsoap.com/pocketsoap/docs/psdocs/interface_ISOAPEnvelope_method_ThrowFaults.html When ThrowFaults is set to...
Simon Fell
simonfell99
Online Now Send Email
Apr 4, 2007
3:47 pm
4831
... Based on your second post, i think you're on the right track, turn off throw faults, and check if its a fault yourself, that way you'll have the entire...
Simon Fell
simonfell99
Online Now Send Email
Apr 4, 2007
4:06 pm
4832
... string as the GetResponse(EndPoint,String) second parameter but what I need to post is too big for a string so I am trying to use the ...
Simon Fell
simonfell99
Online Now Send Email
Apr 4, 2007
4:07 pm
4833
... Content-Disposition is not exposed in the attachments API (its not a general purpose MIME tool, its specifcally for SwA). The actual data of the atachment...
Simon Fell
simonfell99
Online Now Send Email
Apr 4, 2007
4:10 pm
4834
... This article seems to suggest its available via something called the codeXchange http://www.sybase.com/detail?id=1038350 Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Apr 4, 2007
4:11 pm
4835
... caught any ... generate soap ... how can ... Hi Simon, Thanks for your quick reply. I'll try that next week (holidays first). Turning off throwing faults ...
frank.oortwijn
Offline Send Email
Apr 5, 2007
4:04 am
4836
Hi Heres the code We use a language called sculptor its a 4GL, the only way to use third party dlls is as OLE objects this code difines an OLE object +ole Fact...
Glen Bradshaw
glen.brad
Offline Send Email
Apr 5, 2007
8:07 am
4837
... attachments ... and ... MIME ... data ... property ... http://www.pocketsoap.com/pocketsoap/docs/attachments/interface_ISoapA ttachment.html ... Simon, ...
niels.bartlett
Offline Send Email
Apr 5, 2007
12:24 pm
4838
Yeah but it's a dead link Joel Lumpkins Programmer TRAX USA 305-662-7400 ext. 128 joel.lumpkins@......
Joel Lumpkins
lump10670
Offline Send Email
Apr 5, 2007
3:59 pm
4839
I am stuck for days with the following problem I have a VB COM class/object called XWS ( a workspace object which is basically a collection to store and...
josef.stadelmann
josef.stadel...
Offline Send Email
Apr 10, 2007
9:04 am
4840
Maybe someone can help me here. http://www.pocketsoap.com/pocketsoap/docs/master/serializers.htm A very good article, but it would help me much more if the de-...
josef.stadelmann
josef.stadel...
Offline Send Email
Apr 10, 2007
10:38 am
4841
You can send me a copy of your wsdl file and perhaps I can help. I was trying to do the same thing and was unable to with Pocket Soap. At least I could not ...
Stephen Getzinger
elgemcdlf
Offline Send Email
Apr 10, 2007
5:11 pm
4842
Thanks Stephen I do not have a WSDL. I do it all myself. programatically using VB6 and PocketSOAP, and I use TCPMON to see that I get the same messages for and...
josef.stadelmann
josef.stadel...
Offline Send Email
Apr 11, 2007
5:41 am
4843
What's the story with PocketSOAP support on Vista? Does anyone have experience with this? I'm considering moving from MSSOAP to PocketSOAP, but my...
Lauren B
littltwister
Offline Send Email
Apr 12, 2007
10:19 pm
4844
... Hi Lauren, I've used it on Vista briefly without any apparent problems, though note my tests haven't been exhaustive (only tested on a small-scale ...
Nick Shaw
njshaw2
Offline Send Email
Apr 13, 2007
8:26 am
4845
Hi, i'm using pocket soap, it is working very well. So, what's the problem? I use the soap component in a thread, and I want to cancel the Send() command as...
efreibe
Offline Send Email
Apr 17, 2007
5:03 am
4846
Hi all, I have sucessfully managed to write my custom serialieser and deserializer classes and they work fine after successfull registration. The documentation...
josef.stadelmann
josef.stadel...
Offline Send Email
Apr 18, 2007
5:26 am
4847
Hello, Right now I am trying to develop a mobile application in vb.net. I a very new to .net platform, for years i was coding in delphi and python. I've...
tmd0307
Offline Send Email
Apr 18, 2007
3:20 pm
4848
... Yeah, the docs could be better, they've suffered because the tool i used to generate them is unrealiable, and i haven't taken the time hit to move them to...
Simon Fell
simonfell99
Online Now Send Email
Apr 18, 2007
3:31 pm
4849
... I haven't tested on Vista, It doesn't do anything particularly tricky related to the win32 API, so i can't imagine there'd be any issues, but the most...
Simon Fell
simonfell99
Online Now Send Email
Apr 18, 2007
4:32 pm
4850
COM Interop support in .NET for WinCE/mobile is poor non-existent, i'd look for a good native .NET xml-rpc library instead. I've used Charles Cook's...
Simon Fell
simonfell99
Online Now Send Email
Apr 18, 2007
4:38 pm
4851
Hi there, I have successfully implemented PocketSoap in Windows Mobile 5.0 environment. The following is the output Soap Message generated with PocketSoap: <a...
Stephanie
limstephy
Offline Send Email
Apr 23, 2007
3:58 pm
4852
I'm trying to call a webservice from VBA 6.3 running inside excel 2000. I've run the wsdl wizard to generate classes that match the service. I then took these...
gerard.orourke
Offline Send Email
Apr 24, 2007
3:47 pm
4853
Sorry my stupid question, but have you referenced in Excel / Extras / References the PocketSoap 1.5.4 Type Library e all? Failure to do so results in errors...
josef.stadelmann
josef.stadel...
Offline Send Email
Apr 25, 2007
6:53 am
4854
Axis2 / MyService5 returns XML data below. I have to use the ServiceGroupId to setup my WS-Address headers correctly for my next request. When I use ...
josef.stadelmann
josef.stadel...
Offline Send Email
Apr 25, 2007
7:21 am
Messages 4825 - 4854 of 5327   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help