Hi Simon, Hopefully this is a quick and easy one. I have a customer who wants to use web services for me to send them some data. They want a single input...
... Both approaches are valid, there are some interesting edge case issues, but unless you're getting the chunk of xml from somewhere else, you'll not likely...
... wants ... single ... serialised ... XML ... this ... up ... want ... like ... they'll ... Hi Simon, Looking at that, it looks like I'd have to write a...
Hi All, I'm install PocketXMLRPC both PC and PDA (Windows CE 4.0) Now I'm try make my application with XMLRPC using Visual Studio 2003. But Compact Framework...
... You just need to create an intermediate node object, e.g. set e = CreateObject("PocketSOAP.Envelope.11") e.encodingStyle = "" e.setMethod "doFoo",...
... You seem to have answered your own question. older versions of the compact framework don't support COM interop, therefore you won't be able to use COM...
... No problem, I thought as much. Due to time constraints, I don't have time to do the development for a custom serializer, so I've bypassed the soap...
Thanks - I found some VC++ examples as well. I need to use VC++ for this. I have a kind of follow up - because they seem to use complex types throughout -...
Hi Simon, A strange one this, maybe you could shed some light? I'm trying to parse a SOAP fault returned from a server using SOAP v1.1. The SOAP response is...
Hi Simon, I am new to this SOAP thing. I'd like to know if PocketSoap can be used in Visual FoxPro. This is the first time I am trying to do this. I am trying...
... If you're trying to use PocketSOAP from a desktop machine, you should install the PocketSOAP for Win32 version, and not the pocketPC version, which runs on...
Hello Simon, Please ignore my recent query. I have now successfully created instances of the classes i need. I am trying to connect now to the web service, but...
ah! thanks. i'll do that right away..i'll be buggin you afterwards. hope you dont mind.. thank you! christian ... If you're trying to use PocketSOAP from a...
Hi Simon, Thank you. I have already downlaoded PocketSoap for Win32 version. I can now create an instance of the pocketSoap.HTTPTransport class. but I am...
... The Parse line is just reporting a SOAP Fault that the server you're calling generated, likely because it doesn't like the format of the request. Its...
... http://www.pocketsoap.com/pocketsoap/docs/psdocs/interface_IXmlQName.ht ml ... Aha! Thanks Simon, that works a treat now. It doesn't convert a SOAP v1.2...
Hi, Thank for your last response. I have tried everything to get the project going, but just getting nowhere. It seem simple enough to change the http to...
That error code is "A certification chain processed correctly, but terminated in a root certificate which isn't trusted by the trust provider." You probably...
Have tried lots of various jumbles to use Pocket XMLRPC in J#... CoFactory xmlrpc = new CoFactoryClass(); xmlrpc.Proxy(ENDPOINT_URL, "st", null, null, null, 0,...
Thank you so much for all of your help. But it turned out that the proxyTrace that got me the problem. I turned it off and everything just went through. You...
Hi , When using pocketsoap's Envelope.11 in windows NT machines to send &receive SOAP messages, I face a crash after the program exits. The following error...
... If you've installed the Win32 version, then you may need to check the NTFS security settings, the default ASP user has very limited rights, and may not...
... 30000); ... You probably need to do some kind of Invoke call to go through the dynamic dispatch in COM. I'm not sure how you do this in J#. You may be...
I use PocketSOAP and ASP to access web services provided by an external party. Recently they changed their endpoint (basically they moved their webservices...