Hi Everybody I currently in the process of developing a pocket pc application in evc 4. At the moment I don't know how to use the pocketxmlrpc.dll in my...
... The root problem appear to be that the server requires the request to contain an xml declaration (<?xml version='1.0' charset='...'?>) but neither the XML...
... The attachment is missing. The PocketSOAP DIME implementation is widely interopable, so not sure whats going on there. ... I recently added an object to...
... Its for VC rather than eVC, but i uploaded a sample that calls the weblogs.com ping service. The library was designed to be used from scripting clients...
Simon, Thanks for your reply, as per your instructions I've managed to get the xsd:long and xsd:base64BinaryData to work (yes, Byte() arrays are supported in...
Simon, Ignore the DIME problem, the Amazon internal error was due to a wrong value I had sent in the message's <Content-Length> tag. The Amazon service...
Hello, I am trying to consume a webservice using PocketSoap on Lotus Domino 7 / LotusScript and am struggling with how to write the code that passes the...
Hi there! I just realized, that HTTPS connections via PocketSOAP only work, when Internet Explorer is able to access the Web Service as well. So I have to...
Hello everybody! I just had another idea to avoid my https problems regarding certificates (see message #4369). When I use Internet Explorer to surf to my web...
... I finally found certmgr.exe. Using the tool like this: certmgr.exe -add -c "<cert-file>" -s -r localMachine root imports the given certificate into the...
Dear Simon, I am mauro, as you remember, I have to call a Web Feature Service using VB6 and PocketSoap. From the last time, the thing go better, but there is,...
Hello Simon, I am Mauro, the question is: if PocketSoap is able to call a web feature service including the request in a soap message, how is it possible to...
... I'm generally against options that allow you to appear to be secure, yet are not. the trusted root certificates and the certificate chain verification, are...
... it has to, if it just wrote & it would be invalid XML. The server side should parse it and un-encode & back to & I haven't looked in detail at what...
... If it doesn't return a SOAP Envelope, then its not a SOAP server, and using a SOAP client to access it is doomed to failure. See my previous comment about...
Hi All, I'm using vbscript on windows mobile to call .NET webservice. The simple webservice accepts and returns type of System.Int32 data as follows: ...
... use the clng function in vbscript to force the type of the variant to be a long (32bit signed int, aka xsd:int aka c# int/int32) Envelope.Parameters.Create...
Hi guys, I have a raw XML envelope and raw XML attachment. How can I send them shrough the simpleSOAP? Also, is there a way to get the full raw XML response? ...
I have a question regarding the following code and not able to retrieve any status codes. The variable strEnvelope is a string variable that contains xml...
I hope I am missing something obvious here: I have a web service set up to exchange data arrays with a pocket PC. I have a TCP monitor set up to view the...
What version of PocketSOAP and on which platform? If you're only using the HTTP transport, why don't you use PocketHTTP directly instead ? Cheers Simon...
By simnpleSOAP you mean the dynamic proxy object? (if so, you can't). Sounds like you'll need to use the AttachmentManager class, see the docs/samples. You...
You don't appear to be driving far enough down the response heirarchy, the value of the first parameter will be an array, and the first value in that array...
Thanks a lot, Simon. It seems to be working (with pocketHTTP). However, looks like there is some freezing of my application while pocketHTTP is waiting for...
Great, thanks! I will try the PocketHTTP instead. I was hoping to using the full PocketSOAP (just downloaded) and have that create my XML file but I get a...
Hello, I want to get images on my PPC from calling webservice. The mobile client is writen in vbscript with pocketsoap, and the webservice is writen in C# with...