I need the program PocketSOAP for desktop and for PPC but the page it I cannot download because the links do not work. Someone can give me the programs. Thank...
When i try to install de program into my PocketPC this error message sppears "The PocketSOAP.ppc.1.5.b2.exe is not a valid PocketPC application" Thank for your...
... You install it like any other pocketPC app, run the installer on your desktop machine, and it installs to the device via activesync. Cheers Simon...
Hello, I´ve been using Dime attachments and it worked very well so far. My app gets 3 attachments from my Web Server, and I connect my PPC to Internet using...
Hi there We are experimenting with PocketSOAP and the WSDL wizard. We have a .NET XML web service and wish to interact with it using a legacy VB6 client....
... Hi, is that 3 separate calls to the same server, or 3 separate calls to 3 different servers, or a single call that returns 3 attachments? If you look in...
Hi Simon, Well, I created one evb method GetDime() that takes some parameters including the namespace and the file to get. Then I call it 3 separate times in...
Hi The WSDL definition for FixationType is as follows: Hi A fragment is as follows: <s:simpleType name="FixationType"> <s:restriction base="s:string"> ...
Hello everybody, I am working on a project, which requires security cookie to be included into SOAP HTTP request. I am not sure how it can be achieved. For...
Hi. I'm currently considering usage of PocketSoap, and making some tests. My design currently was relying on HTTP Digest authentication, and as i see in the...
... how does securitysite set a cookie that's valid for actualsite? PocketSOAP doesn't use the WSDL at runtime, is the actual service protected in a similar...
... I looked at digest auth, i didn't like the fact that the request body ends up being sent twice, for large messages and/or low bandwidth environments this...
... Didn't we go around this before ? What's the charset value in the Content-Type header ? (the declaration on the xml is meaningless as far as soap over http...
I'm in the process of wrapping up the final docs for the 1.5 release, so if you've seen bugs that aren't fixed in the 1.5 beta 2 release now would be a really...
Simon, Is there in built support for WS-Security in PocketSoap ? If not how do you then consume a webservices that uses WS-Security. Cheers, Panashe...
... No, no built in support for WS-Security. It's a bunch of soap headers and xml enc/sig work, the existing support for headers & custom serializers etc ought...
I am having a problem getting the SOAP fault code + description after calling e.parse. I have tried various ways with e.ThrowFaults both set to true and...
Its been a long time coming but the final release of PocketSOAP v1.5 is now available, new features and improvements include * SOAP 1.2 support. * Reduced...
This turned out to be my WSDL which specified elementFormDefault="qualifed", but at runtime the elements in the response were not namespace qualified. This led...
Hi, I have a problem in client program, which happens in parsing a SOAP Envelope back into the COM object modal. here is my source code: CComVariant...
... body ... to ... the ... I thought about the double submission, this what MSSOAP does, and I'm not sure it's the only way. MSSOAP does it this way because...
Perhaps you can shed light on why this doesn't work. I've tried with SOAPClient and now with PocketSOAP, to no avail. The web service response looks like...
You don't actually say what the problem is? chunked encoding is handled fine by PocketSOAP. The problem is most likely that you're passing _T("") as the second...
... Should work fine from VBScript, you'll be left with an array of Node objects, so something like this should work ns = e.parameters.item(0).value for i =...
From the data node you should get its Nodes collection and call create on that to create the child nodes, not keep calling put_Name / put_Value, all that does...