... Thanks Simon for your answer, 1. I have noticed that the old cookie is still used. 2. I'm not sure what you mean. What 'hooks' do I have to get informed? ...
... server each ... 1. can you provide captures that show the series of requests? are you sure you really only have one instance of the transport object. 2. it...
I just tried using a PocketSOAP envelope object with MSXML2.ServerXMLHTTP as the transport under classic ASP: 'first set up objects, SOAP request, set...
Is there a language reference for PocektSOAP? I looked at the documentation on the website, but it didn't help much, although I may have just missed something....
goto http://www.pocketsoap.com/pocketsoap/ and click the big online documentation link at the top of page, then goto the reference section, there's details of...
Hi, I've been using PocketSoap for more than a year now. Everything going well. Now the server switch to https, port 443, I wonder what I need to do. Is it...
Hi, I've been using PocketSoap for more than a year now. Everything going well. Now the server switch to https, port 443, I wonder what I need to do. Is it...
... PocketSOAP will return the value in the correct type, assuming it can workout what the type is, either by their being an xsi:type attribute in the Soap...
... return ... returned ... can workout what the ... response, or by you having ... force the conversion ... is not as efficient as ... value as one type, then...
... return ... returned ... can workout what the ... response, or by you having ... force the conversion ... is not as efficient as ... value as one type, then...
... You can do all that if you want (and that's not a particularly efficeint way to do it), as i said before if you use valueAs, pocketSOAP can do the base64...
Thank you for your response. I have tried both ways with and without the port number, but all get the same error: Failed Opening Soc1ket I'm not sure why is...
Sorry for all these email. I am not trying to abuse the mailing list, it just something urgent, and I am at the client site, this must be done in a short time...
Please disregard my previous question about Failed To Open Socket. It was my fault ot to turn on the Trace Now the error is: Unexpected HTTP Status code of 405...
Hi Simon, Hopefully this is a quick and easy one. I have a customer who wants to use web services for me to send them some data. They want a single input...
... Both approaches are valid, there are some interesting edge case issues, but unless you're getting the chunk of xml from somewhere else, you'll not likely...
... wants ... single ... serialised ... XML ... this ... up ... want ... like ... they'll ... Hi Simon, Looking at that, it looks like I'd have to write a...
Hi All, I'm install PocketXMLRPC both PC and PDA (Windows CE 4.0) Now I'm try make my application with XMLRPC using Visual Studio 2003. But Compact Framework...
... You just need to create an intermediate node object, e.g. set e = CreateObject("PocketSOAP.Envelope.11") e.encodingStyle = "" e.setMethod "doFoo",...
... You seem to have answered your own question. older versions of the compact framework don't support COM interop, therefore you won't be able to use COM...
... No problem, I thought as much. Due to time constraints, I don't have time to do the development for a custom serializer, so I've bypassed the soap...
Thanks - I found some VC++ examples as well. I need to use VC++ for this. I have a kind of follow up - because they seem to use complex types throughout -...