Hello Simon Thank you for providing TCPTrace/YATT utils. Quick query though: We need (for timing diagnostics and proof) to setup a proxy chain from workstation...
... then ... Hello again Simon, I'm back on this issue again. Just trying this stuff again after a break (I removed the status code info as I was successfully...
... Hi Simon, I'm having an issue with PocketHTTP on Windows Vista. I'm using a CoPocketHTTP object to query a web server with nothing more complex than an...
Hi Guys I am new to this stuff but have been coding vb and Java for some time. really flash stuff :) I am trying to use the WSLD generator service...I have...
Hi Simon and the team In addition to a previous post stating that I was unsure how to add authentication details to the wsdl wizard in order for it to convert...
I found your library PocketHTTP because I was searching a tool for a specific thing. I would like to know if I should be able to use your PocketHTTP to do that...
Hi Simon/Group: We are trying to get an old VB6 app to authenticate the user using the standard corporate web service at British Airways. It's a complicated ...
... 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...