... of ... IsReferenceParameter="true">urn:uuid:nnnnnnnnnn</axis2:ServiceGroupId> ... hm ... ... until ... See ... called. ... can ... them ... (s). ... types....
Hello everybody. I have been recently searching for an alternative to .NET Compact Framework HttpWebRequest class, since it does not work with local addresses...
I use an older version of installshield to install my software which uses pocketsoap. I had been using a merge module in my project to install pocketsoap v1.2....
... uses pocketsoap. I had ... I have lost the msm file, ... copy of the old one or a ... You're lucky i still have this archived away, its 5.5 years old now. ...
... well yes, as the PocketSOAP httptransport _is_ PocketHTTP. Do you have a public server i can hit to reproduce this problem, i regurlarly test the 500 error...
SOAP 1.1 - yes XML Schema - runtime yes - WSDL support, limited subset WSI BP - yes WS-Sec, no ws-sec support provided. SSL - yes, but not client certificates....
Hi, Simon. I experience this problem while connecting to my own HTTP server application running on the same PDA device where the client runs. In order to...
... Thanks for the test app, it appears that the problem is caused by the 500 error response not including a content-length header. Even for an error response,...
Thank you very much, Simon. I'll wait for the bug fix. Sincerely, Sergey. PS: Regarding 500 HTTP error response, in HTTP 1.1 RFC 2616 it is tolerated (not a...
Yes, per that spec, the response must include a content-length header, or use the chunked transfer encoding to indicate the response message body even if it...
This is not problem for me to add a response entity to my test server. But some servers in peripheral devices do not do this and I can not convince its...
go read the section on message length, the only responses that can omit message length information are those that are defined to MUST NOT return a body. ... ...
Simon, I have read the section 4.4 "Message Length" once again. I haven't found any mention that ONLY messages, which MUST NOT return a message body, can omit...
You can add any header to work around the current crash. Section 4.3 says "For response messages, whether or not a message-body is included with a message is...
Thank you, Simon, I have seen that. Although it says that the message body MAY be of 0 length, you are probably right, because as soon as message body is...
Hi, Until now I was using VB6 /MSXML/ XMLHTTP and formulating my own SOAP envelope to call most webservices... until I had to connect to one which has WSE2 and...
... ciated! ... Yes ... No, there is no out of the box support for WS-Security in PocketSOAP. ... with my VB client? For most people its free, check the...
Hi Simon, Being new to WSE and inexperienced in .NET , is there a way to include WS-Security encryption from my VB6 utility? The VB6 utility I have was written...
Its probably possible, there are libraries that expose the crypto API to VB6. I think though you need to ask yourself why you're still using a language that...
Hi, I'm writing my PocketSOAP client code in C++. I've set up the envelope for transmission and make the call ok, I'm getting stuck with parsing the result I...
Hi Simon, long time no speak. Firstly, a quick cheery thankyou - PocketSOAP is (still) working beautifully for two big projects I have done, so thanks! Now, I...
... Hi Lauren, Try this for starters: // get parameter collection out CComPtr<ISOAPNodes> p; spEnvelope->get_Parameters( &p ); // get the first node in the...
... Hi Nick, it looks like you're using the HTTPTransport object from PocketSOAP, which uses PocketHTTP, but is not pocketHTTP, if you see what i mean (it's a...
... If you call get_Value on pNode, it should be a Variant contianing a string safearray (i.e. VT_ARRAY | VT_BSTR), which you can then iterate over using the...