... 1. No, there's no proxy.dll for pocketsoap on ppc. 2. 0x8007274c = A connection attempt failed because the connected party did not properly respond after a...
Hello I am a newbie to SOAP. I have downloaded the pocketsoap tool and changed the vbscript to generate the right code and it does too but when i run the...
... yes, don't try and use proxyTrace for SSL connections, it doesn't work, and even if it did, it wouldn't be on any use (all you'd be able to see what the...
Hello everybody, It looks like we run into some size limitation for soapenc:base64. We are trying to determine the maximum size of an array to send from a ...
... for binary data that's inline in the soap message (i.e. not a DIME or SWA attachment), size is largely limited by the ammount of virtual memory available....
I found a strange problem, if I don't open the proxy trace I get this error: Pocket.HTTP.1: Failed opening socket Is something wrong with this code?? dim env ...
Hello Everybody, I create an application which communicates with my http server via mobile on Windows Mobile OS and pocketHttp 1.2.6, and I like this tool very...
Greeting! I am new to pocketsoap or Web serivce, I use VC++ native code in VS 2005, device is pocket pc with window mobile 5. I try to develope a web service...
... zlib is statically compiled into pocketHTTP (for various reasons) so changing a zlib.dll on the device is not going to make a difference. ... In theory it...
... www.pocketsoap.com/samples/ there's a tutorial in the docs. ... RTFM, it builds with eVC3. ... errlook.exe says "Class not registered " you didn't install...
Hi, Thanks Simon for the reply, I managed to get my first program running base on the sample: But I face some problem with the Apache SOAP web service...
... the tutorial is in the docs, the docs get installed with the toolkit. goto start -> program files -> pocketSOAP the tutorial in in How To -> Basics. Its in...
Hi Simon, Thanks for your help, I manage to send the xml message to server and get the reply message. 1. Now I have problem with parsing the reply message in...
... a) go buy a good book on COM and read it b) getValue returns a variant, so you need something like CComVariant vNode2; _HR ( xnode->get_Value(&vNode2)); ...
PocketSOAP 1.5 for Windows I've used PocketSOAP. It has been working well, but sometimes people report errors where it fails to connect to the SOAP server. ...
... WM ... devices ... Sorry for answering so late. Thank you very much for your response, I'll try to look in the source, and maybe I find some way to use...
Hi, http://www.pocketsoap.com/weblog/stories/2004/06/0027.html ... I had try to translate this in VC but fail, and i found a discussion about this topic in ...
I would start by checking the vt types on the variants and the return code from the calls. I would guess that resVal is not being returned as an array of...
Hi, I had check the .vt, it is not unknown, not array, not variant, it only is dispatch. It look like resVal did not get the array. I am totally lost and stuck...
i missed this first around, because you said it was an array, but looking at the actual soap message, its not a soap encoded array, so pocketSOAP will not dot...
... api ... a ... Err, I know that it maybe is a silly question, but... Is there some howto telling me how to compile pocketHttp using (for example) eVC++ 4.0?...
Hi All ! I have tried to install a pocketsoap.sh3.cab onto my WinCe .NET 4.10, but after the installation there wasn't any psoap.dll on my device. The...