Hi Simon, Thanks for your help till now. I have a problem with receving MIME(Swa) attachment. I am writing a client to a webservice to get some info. The...
Rajesh, What are you coding this in? Is the .NET code? Regards, -Tim ... From: pocketsoap@yahoogroups.com [mailto:pocketsoap@yahoogroups.com] On Behalf Of...
see the transport how-to's page in the docs http://www.pocketsoap.com/pocketsoap/docs/master/transport.htm Cheers Simon ... "123EE45RR" ), ... "US-EN"), ... ...
If the href is null, then its not a SWA response. If its just a mime attachments response, you can still access the collection of attachments via the...
You can capture/dump the request/response using the tracing support in PocketHTTP (see the archives for details), or use a network level capture tool, i...
Hi Simon, Sorry for troubling you again. I have a problem with sending SWA MIME attachment. The error after calling the Parse: missing cid for attachment. The...
The wsi:swaRef does things differently to the regular SWA spec. see http://www-128.ibm.com/developerworks/webservices/library/ws-tip-swaref.html for details. ...
dear all, First of all, thanks for the pocketsoap. Secondly, i had some problem getting away with the 39 character limit imposed by VB while keeping the WSDL...
Hi Simon, I'm getting this msg when sf sends me a DescribeObject result call with over 360 fields. All other msgs work fine. I suspect the code is clipping a...
... Hey Bill, that's weird. There's no single buffer, the response is read in chunks and parsed that way, and the gzip calc is done peice at a time as the...
... with ... through ... In going through the code i did find a couple of issues, I've just posted a new build of PocketHTTP that has fixes for this. ...
Hi Simon, When you have a moment could you please let me know whether it is possible to send following XML for complex type attributes whose values are null: ...
The envelop contains: <a:currencyCode XI:nil="true"></a:currencyCode> I will check whether server can accept this. Thanks for your help. ... From: Simon Fell...
... Unfortuantly traffic to localhost doesn't make it far enough down the stack to be picked up by winpcap. I did prototype writing an LSP to capture localhost...
I'm trying to use PocketSOAP on a system running Windows CE.net 4.2 on an Intel XScale PXA255 processor. I chose pocketSOAP.arm.CAB as the cab file to use for...
If you manually copy the DLLs, then they need COM registration performing on them first. Why don't you just use the packaged installer? (rather than trying to ...
Sorry, I forgot to mention that part. When I use the installer I get a message that says: Simon Fell's PocketSOAP v1.5 does not support the connected device ...
Sorry, I forgot to mention that part. When I use the installer I get a message that says: Simon Fell's PocketSOAP v1.5 does not support the connected device ...
Hello, I have just installed PocketSoap (version Win32 Version v1.5.4 Packaged Install) in my Windows XP laptop; as my first example, I have just executed the...