Hi there. I have been trying to modify the VB macro made to work with PocketXMLRPC and Microsoft Word to post to a BLOG. I just want to run the script from...
Hi, I have a few questions to anyone using delphi to build webservices: 1. Does a TypeLibrary need to be created (like using MS Soap Toolkit) in the delphi...
Please post some code and we may be able to help. ________________________________ From: pocketsoap@yahoogroups.com [mailto:pocketsoap@yahoogroups.com] On ...
Hi, I notice 4 dlls in the package. Which files need to be employed for Envelope & HTTP transport functionality? Is this spelt out in the docs? tia Nic Roche...
We are facing the following problem. Case 1> We are able to transfer 9427 records belongs into Pocket PC 2002 using pocketsoap service. Case 2>We are not able...
... You need to deploy all of them, what happens if someone has an older version installed and you upgrade half of the DLLs ? your app might still work but...
and how big is the response message that fails ? are you using attachments or just plain soap ? what version of PocketSOAP are you using ? ... application ... ...
PocketSoap version 1.4.0. No attachements, It is a text in XML format. This XML document is being written ASP.NET.DATA set. The XML file will have approximatly...
PocketSoap version 1.4.0. No attachements, It is a text in XML format. This XML document is being written ASP.NET.DATA set. The XML file will have approximatly...
I get the following error running the WSDL Wizard Unexpected error whilst parsing WSDL Error in loading DLL err=48 I'm pointing it to a service I've developed...
How should I declare a SOAP parameter in VBScript so that it gets encoded as base64Binary? Is it possible? I don't know of a way to control the Variant type...
Hi there and guys and help is needed, Hi there,I really stuck at the psQuote program(understood how it works).I spent the whole week figuring out how to change...
Hello, In the documentation, I see the following Soap request: <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Body> <m:AddNumbers...
Have you tried a newer version of PocketSOAP, that one's pretty old. Exactly how big is the entire response XML (in bytes), capture it with a HTTP sniffer like...
... The 2 requests are semanticly identical, and i've done extensive testing with .NET and am not aware of an issues relating to where the namespaces are...
... prm is an ISOAPNode interface, you can see the definition of that by looking in pSOAP.idl, or looking in the generated header file pSOAP.h or just could...
... Hi again Simon, I wondering if I changed the VT_I1 or something else,do I still need to get the value by :ie resVal.iVal?? like resVal.ChangeType(VT_BSTR)...
Hi again, After looking through the docs,giving vb examples are more than c++.I actually can't find a solution to my problems. 0)I actually got the response...
... What's the SOAP response from your server look like (capture it with YATT or SOAPScope). What's your code look like ? look at the .vt property on the...
Hi Simon, Thanx for your reply...so here it is.I using PocketSoap on pocket pc. ... Could that be use in pocket pc?I am coding the soap client for pocket pc. ...
The response is a structure, so you need to walk the struct to find the element you want. the variant returned by get_Param(0) will be an object that...
... No you run it on your desktop and sniff the request/response of the network. ... Did you check that the ChangeType call succeeded ? ... This is not valid,...