I am using PocketSoap version 1.5.3.2916, with Windows2000. I am trying to control a timeout situation. If I send a message to a webservice that is not up, I...
... Hmmm, weird that it doesn't seem to remember the statusCode in that case, I'll have to investigate that. I think for your optional body issue, you'll need...
Hi, I'm using PocketSOAP (latest) on Windows XP SP2 for about half a year now and it fulfills my needs perfectly. But I am confronted with a situation of which...
Hello, I'm trying to use some webservices from www.ArcWebServices.com and I'm running into validation errors. Could you tell me if this is the MSXML4.0 bug or...
Hi, I'm using PocketHTTP and I can't get the automatic redirect to work. I can't find any documentation on this subjet so I tried to do as if I was using...
... Hi Simon, Good to hear from you. As far as understand from the RFC's, RST may be sent at any time. I have a theory what happens in my case. The server...
... year ... answer ... figured ... (except for ... related to ... Can your clarify one point, do you get the error at the end of the first request, or at the...
... application ... believe. The ... Simon, In a testprogram that I used to figure out the problems, I send request each 1 seconds interval. In most cases this...
... When PocketHTTP sends its first packet on a new request and that fails and the connection was fetched from the connection pool, it will retry with a new...
... fails and the ... a new connection, see ... is failing, but it sounds to ... I will try to build pocketsoap and try to debug it. I haven't build it before...
Hi Simon, I'm attempting to build pocketSoap from the sources in order to further debug my connection closes problem (see earlier thread). Below is the result...
... when the ... because ... server ... responsible ... reduces ... correctly. ... Hi Simon, I'd like to post a (partial) output of the debug window while...
... when the ... because ... server ... responsible ... reduces ... correctly. ... Simon, I'm a little bit confused. I see two HTTPTransport.h files: ...
... build it ... help. ... commented. ... The first one is the actual transport. the 2nd one provides a soap specific wrapper of pocketHTTP for use in...
Hi, I need to send some binary data from a WM 5.0 MFC application to a .Net WebService. It wants the data to be coded as a Base64 string. Is it possible to...
... Hi Simon, I started debugging but it didn't bring me any further. Unfortunately I have no more time to spend on it, so I decided to simply retry sending...
I'm trying to use TcpTrace to see traffic back and forth from a web service. I have the URL of the service in a .NET application configuration file and I...
... Hi I'm not sure what kind of traffic you are exactly interested in, but I'm using SoapTrace.Net to monitor my SOAP/HTTP traffic. It works great. It's...
... in tcpTrace you enter just the server name port, no URLs, so if your service is running at http://ws.sample.org/app/service.asmx, then you configure...
Simon, I'm working with an https connection for this SOAP client so I can't trace what's going on. I did manage to target a non http url to ensure that the...
For what it's worth - the hr value coming back after send is -2146893052, or 80090304 Which means I guess "The local security authority cannot be contacted". ...
Happily or sadly, I got past this. I was running in a VM and I guess it doesn't like that. I now get this error parsing the response from the server. I'm not...