I'm trying to use PocketSOAP on a system running Windows CE.net 4.2 on an Intel XScale PXA255 processor. I chose pocketSOAP.arm.CAB as the cab file to use for...
If you manually copy the DLLs, then they need COM registration performing on them first. Why don't you just use the packaged installer? (rather than trying to ...
Sorry, I forgot to mention that part. When I use the installer I get a message that says: Simon Fell's PocketSOAP v1.5 does not support the connected device ...
Sorry, I forgot to mention that part. When I use the installer I get a message that says: Simon Fell's PocketSOAP v1.5 does not support the connected device ...
Hello, I have just installed PocketSoap (version Win32 Version v1.5.4 Packaged Install) in my Windows XP laptop; as my first example, I have just executed the...
I have an app that runs 1.3 pocketsoap and I need a copy of this otherwise I am getting errors with the newer version and no longer have the source code for...
... I have it archived away somewhere (it is after all, ~ 4 years old now), do you want the PocketPC or Win32 version ? Also, the latest version should be...
The win32 version please. And here is a screen shot of the error I am receiving. It is in an application that is just a fun little game I created with the...
Based on the error i'm guessing google changed something, but here's v1.3 http://www.pocketsoap.com/pocketsoap/pocketsoap_130.msi Cheers Simon ... am...
Hi everyone! I'm trying to use PocketSOAP 1.5.4 from VFP9 on XP.. I succeded in accessing simple web services, it's a great library :) Now I'm raising the bar,...
My vb6 client can call *SUCCESSFULLY* with the websphere v.6 web service. But, if I turned on SSL, the error "Method 'Send' of object 'IHTTPTransportDisp'...
... SSL requires a real (i.e. verifiable by the O.S.) certificate chain on the server, and the name on the certificate needs to match the server name in the...
Thanks! But, when I used the websphere generated test client, i can still use both the SSL and non-SSL. Therefore, I expect it may be some setup issues. Now,...
... For future reference: after some tracing sessions of psoap32.dll (the power of open source ... return type declared in the interface method, from VFP you...
Hi everyone! I'm sorry, I can't find a way to handle null values in a custom serializer.. It looks like a simple serializeValue(NULL, "name", "namespace") ...
Hi everyone :) I'm still having a little problem with my custom serializer :/ The webservice expects one complex parameter, and it rejects my call stating that...
I'm connecting to an ssl endpont of salesforce through a proxy. Before the Login call I Transport.SetProxy(...) and Transport.ProxyAuthentication(...). The...
I have an application that uses PocketSOAP and it has been working well, but after an upgrade on the server now one of the methods is throwing this error. The...
... Is it possible that the server is actually getting it wrong? Are you sure your app is picking up the new version of PocketHTTP (if you get a capture of the...
... Sounds like the connection pool is returning you an existing connection when it shouldn't. on first glance, its not obvious what's wrong (see the ==...
... Ahh, yeah, i can see what's going on. It thinks its the same address because for proxied connections we never resolve the target name to an ip address....
Thanks Simon. I appreciate you looking into the issue. Bill _____ From: pocketsoap@yahoogroups.com [mailto:pocketsoap@yahoogroups.com] On Behalf Of Simon Fell ...