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...
This would appear to be an error returned from the server from it trying to process the request. You'll likely need some input from the server folks as to what...
Yep. Thanks. Can I impose on you for one more bit of help. The service is supposed to return to me a URL for the processed data. However, it's returning ...
Success! Second parm! Thanks for a great product. ... trying to process the ... what could cause this ... message does conform ... see this ... use https ... ...
Hello Im having problems in C++ to use the encoding Document/Literal I set the encoding style like this: put_EncodingStyle( CComBSTR( _T("") ) ) and when I add...
Hi (Simon), I'd like to send several soap request to a webservice quickly after eachother. Each soap request will take a serious amount of time to finish (5 -...
... Each concurrent request will need its own object, you should make sure to create a HTTP transport object for each thread, otherwise you're going to be...
... sure to create a HTTP ... paying a lot of COM ... Mmmmm, that means that each thread will create it's own session? How do you expect the server to handle...
... anything ... Even if they shared the same HTTP Object, they'd still all start their own session, as you need a complete round trip on a request before any ...
Hi Simon, Related to earlier post about a server that closwed the connection is the next question. How to distinguish the case that the server did not respond...
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...