In the 1.5.4 release of pocketsoap, pocketHTTP was compiled on May 2, 2006 and the pocketHTTP 1.3.3 was compiled on July 13, 2008 (to fix the gzip crc error),...
Hey guys, I know this is probably a dumb question but I need to ask just in case. I need to write a webservice that will be able to process Soap with...
... If you're feeling adventurous, I did a POC that used the pcoketSOAP bits from .NET to write a .NET service that accepted a SwA formatted request. see...
... That would be an error in the response XML/SOAP message, and being reported by PocketSOAP, not PocketHTTP. Can you post a capture of the response message...
Hi Simon,
Here is a log of two returns, the 1st has the dateTime Error and the 2nd
just returns a "nil" envelope...
Thanks,
Jay
----- Original Message...
can you get a capture with compression turned off ? ... xmlns='http://www.pocketsoap.com/tcptrace/xmlformat/01' xmlns:xsd='http://www.w3.org/1999/XMLSchema' ...
Do you have a HTTP Proxy program with gzip deflate? I have no way of requesting un-encoded packets from the server... Thanks, Jay ... From: "Simon Fell" Sent:...
I have a webservice (asp.net) function that returns byte[]. I want to make a c++ klient, that save byte[] as file or do something else. My query: GetValue...
I have a webservice (asp.net) function that returns byte[]. I want to make a c++ klient, that save byte[] as file or do something else. My query: GetValue...
Simon, I having trouble overriding the serialization of one of the elements of a SOAP 1.2 request using the ElementMapping feature. What I'd like to do is send...
I don't. If you set the conflig flag to disable compression in pocketSOAP, does the server still send a compressed response? it should only be sending a...
You have a number of options, you can either pre register the type mapping in the serializer factory, or use the valueAs method to coorce the type at that...
Hi Simon, Ok, after reading through the docs I found the reference to using the "compression.accept" method and was able to capture this: HTTP/1.1 200 OK Date:...
I think the problem is that this isn't valid <lastUpdated xsi:type="xsd:dateTime"></lastUpdated> an empty string is not a valid serialization for an...
Hi Simon, Yep, I saw that too... I'll let the owner of the site know about the problem. Is there any way to have pocketSOAP ignore an missing value and just...
Thank you, program is good. I have another question: with pocketSOAP is possible TCP/IP + binary remoting? I made .NET and i want it in c++. ... mapping in the...
... I changed the last line to: CComVariant var2 = env2->Parameters->GetItem(0)- ... _T("http://www.w3.org/2001/XMLSchema")); but the result is not the same as...
CComPtr<IAttachmentManger> mgr ; mgr.CoCreateInstance(__uuidof(CoAttachmentManager)); If i want to compile the above two line, there are 11 errors in the ...
Hi I have an evb client application that is posting xml doc using microsoft.xmlhttp connection. It runs fine on pocket pc 2002 but when it is run on windows...
... I dunno, what are the errors? have you looked at some of the attachment manager samples? ... what's "two mal" ? what are you doing with the variant to be...
importtlb has never worked well, seems like its no better in VS.nET 2005, i'd recommend you compile the IDL's to get the .h files and use those directly. For...
I know not many of you use the CVS access, so this is mainly an FYI, over the next few days I'm going to be migrating all the pocketsoap related projects from...
I made asp.net(c#) websevice and returns byte[]. It maybe a problem? ... 2005, i'd recommend ... you get back? how are ... base64 decoding. Most ... between...