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...
... 1. Yes. 2. From the docs http://www.pocketsoap.com/pocketsoap/docs/psdocs/interface_ISOAPEnvelope_method_ThrowFaults.html When ThrowFaults is set to...
... 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...
... 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...
... 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 ...
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...
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...
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-...
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 ...
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...
... 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 ...
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...
Hi all, I have sucessfully managed to write my custom serialieser and deserializer classes and they work fine after successfull registration. The documentation...
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...
... 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...
... 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...
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...
Hi there, I have successfully implemented PocketSoap in Windows Mobile 5.0 environment. The following is the output Soap Message generated with PocketSoap: <a...
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...
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...
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 ...