... the ... complicated ... XML ... can't ... for ... not ... traffic. ... set ... This would be very easy with the HTTP Transport object included with ...
I'm having trouble trying to figure out how to get the data I need in the attached xml that was returned back to me. What I'm trying to get is the <LMiles>...
I'm calling Archives_Load method of my web service and this is the xml response: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" ...
I'm having trouble getting Pocketbuilder to connect to Tomcat over SSL using PocketSOAP. To the best of my understanding, Pocketbuilder uses the PKSoapif.dll ...
Hi, I try to call the Microsoft CRM webservice from a VB6 app using PocketSoap. The CRM webservice has a "Create" method which returns the id of the new...
... PocketSOAP.HTTPTransport and PocketSOAP.HTTPTransport.2 both refer the same object. The most common problem with SSL is either a host name/certificate name...
... Unless you've setup some custom deserializers, then archives node value will be an array, each array item will be a SoapNode object, you can loop over the...
... You normally can use the Nodes.ItemByName function, but as you have repeating elements, you'll need to iterate over the entire set of the Nodes collection...
... I don't have a Vista box to test on, perhaps you can do a debug build and get a complete stack trace from the generated exception, that might help indicate...
... tcpTrace is a dumb tunnel, you'll need to configure it to pass the traffic to your ISA box, and you'll need to configure the client as if the box/port...
Hi Simon, how can i call http.send passing envelope as string text? Example: mystring= "......." (contains the xml structure of soap call) Dim http Set http =...
... http. ... the same object. ... name mismatch, or ... the server having a self ... URL in IE ? ... Finally got it to work. It was a host name/certificate...
Hi there, I am using pocketsoap 1.5 on windows xp prof. I am trying to connect to a Linux apache server. Most of the functions return a boolean value and I...
My xml response looks like this: <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP- ENV="http://schemas.xmlsoap.org/soap/envelope/" ...
I am using pockethttp to talk to authorize.net. Running my ap from the "command prompt" works fine. running it from the iis guest user account under IIS causes...
In addition I am accessing an https link - perhaps you are using some other COM servers as well that I need to grant access to for the guest account? Any...
Simon, I finally have received some debug information. Here is the exception: ERROR OCCURRED IN THE 'GETRESPONSE' METHOD OF THE SPECIAL CLASS '*COM/*OLE'....
The IIS guest user is not a full user account by default, IIRC its missing various bits by default, including its certificate store (which PocketHTTP needs for...
This is Windows Business Server (Windows 2003). I looked long and hard for the KB article but I couldn't find it. Since this is a CGI process I set the...
Hello All! Quickly I want to say, THANK YOU to the entire PocketSoap community (and Simon Fell)! Everyone is so kind and professional as they work together to...
... There were some registry keys you could grunge around in for this, but IIRC, Microsoft did eventually release a supported API to obtain this info, ah yeah,...