Hi, ... This is not a valid HTTP/1.1 response, it MUST have either a T-E: chunked header, or a content-length header. (I'll look at having PocketHTTP trap this...
Hi Simon, unfortunately I cannot provide you the server for local installation (requires our license). Currently I also have no possibility to install the...
... You probably have the wrong version of the platform SDK installed. ... Are you using a generally available web server/SSL package ? when you close the...
Hi Simon, thank you for your response. Please be aware that the webserver for our webservice is our own implementation, so we do not use any standard webserver...
I sent this a couple of weeks ago, but since it was sent with the VBScript as an attachment I was afraid it might habe been blocked. If someone can send me a...
I get this error message when I connect to siebel crmondemande SOAP service. I am able to login, and to fetch up to 822 records on my account. The 823...
... SOAP ... char, ... the ... tell if ... How can I turn off the compresion from the client side ? option ("compression.enabled", Variant False) did not...
... SOAP ... char, ... the ... tell if ... Sorry to pollute. But I have replaced hr = e->raw_Parse(CComVariant(http),L""); by SAFEARRAY * px = NULL; CComBSTR...
... account. ... encoding ... by ... anything. ... Have found option compression.accept in the source. With that option, message changed to "Error during...
Hi everybody.. I have a question.. I'm developing an application using embedded Visual C++, and the eVC++ app connects to the webservice. It was all ok until I...
Hi Simon, When I use pockethttp to access the website whose SSL certificate has expired, I got an general error message "Unable to connect to the server". Is...
Hi there, I'm looking at a thin server model with many different flavors and mixes of soap services proxied by pocketsoap. The idea is to consume these...
I am trying to construct the following HTML structure using SOAP and Powerbuilder: <GwvasRequest user="dart_su" pass="dart123"> <GetAccount/> </GwvasRequest> I...
www.pocketsoap.com/pocketsoap/ says Documentation Installing either the Win32 or PocketPC packaged installs above will install a full copy of the documentation...
I have a .NET web service. I need to write a method that will accept a MIME attachment as input (the request being sent to me has the attachment). It has to...
I have a .NET web service using PocketSOAP to do SwA. I'm trying to test my web method, calling it from a separate .NET web app using PocketSOAP to make the...
Can you post a capture of the response. I'm not sure it'll work when you have the pocketSOAP code burried inside a webMethod method because the .NET soap stack...
I installed YATT yesterday. It hangs after I start it and select tracing options (for WinPCAP I think). The entire window goes white and it's unresponsive...
I am connecting to a website that uses the host header information to determine which config files to use. If I use tcpTrace (cool tool by the way) the host...
Hi... I have an axis webservice that I want to call from .net (c#). I have tried the PocketSOAP WSDL Wizard and it generates a dll I can import in my .net...
... The generated class includes a Transport property that allows you access to the underlying transport object, where you can call the Authentication method...
... Make sure to install WinPcap 3.0 and not an earlier or later version. ... As per my sample, you write an ASPX page, then manually dispatch based on the...
Hi again.... Thanx... I found the Trensport-property... but I still dont get it to work... I was looking into PocketSoap just to see if I could get the ...