Simon, I tried that, but doesn't work. It only keeps showing Org1. And when I replace it by Org2 domainname, nothing happens... cheers, C ... From: Simon Fell...
Can you be more specific than nothing happens? I just tried this and it worked fine, i started maildrop, added an email logged into org1. I picked logout from...
Hi Simon, I facing a problem when using visual studio 2005 to consume third party Java Web service. This is a sample Java Web service return: <definitions...
Simon, I'm not able to add a second email associated to a second org. Cheers, C ... From: Simon Fell <simon@...> To: pocketsoap@yahoogroups.com Sent:...
perhaps you can follow the steps i outline below. How are you not able, does login not appear, does the add email dialog not appear, what _exactly_ is...
Hi all, I was wondering if there exists a list of specific error messages and codes returned by pocketsoap. I'm using pocketsoap to connect to a web service...
Simon, when I open Maildrop and login using met org2 username/password I get the following error-message: LOGIN_MUST_USE_SECURITY_TOKEN: Invalid username,...
Simon, When I start Maildrop, add an email logged into org1 and than logout from maildrop, go to my other email I can't log in into my org 2. It automatically...
LOGIN_MUST_USE_SECURITY_TOKEN - you're logging in from an unwhite listed IP address, you have to use both your password and security token to login. See the...
Sorry, meant to reply to this, but looks like i didn't. It doesn't explicitly reuse buffers, however, the memory allocator (either via malloc or the COM...
Simon, I didn't try the file logging because it's an ssl connection. Will it still log for me? Thanks! ... (either via malloc or the ... freed if its the...
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...