A user is reporting that on certain machines - pockethttp has to be frequently reinstalled because it loses registration. Is it possible that the MS ActiveX...
Hi! I found the couse; it was my "F-Secure Client Security" software. It works fine when running on a computer without that software. I'm not sure what to to...
... From what I've read re-installing pockethttp would not reset the kill bit flag, so it seems its not that. Perhaps you can get them to use a tool like...
Another question. Working with authorize.net who NEVER MAKES A MISTAKE (they tell us so all the time) - I have (partial info below) sent a request and received...
In the original posting it's hard to tell but this quote may show - that there are some spaces before the buffer return and that the rest of the buffer lines...
Hi all, I'm getting this response from a server, but the received data isn't be decompressed. Is there a setting I need to change for it to decode properly? ...
Ok, I found the reason for my problem... I was thinking that the CoEnevelope was a 2-way operation, that the Env.Parameters.Item(0).Value would hold the...
Hi, I'm using the last version of PocketSoap on a WIN2003 server. I built a web application working with a webservice to retrieve data. The application was...
I remember there was a version for Win2K last year, but I can't seem to find the link on Simon's Website anymore. Now I have XP- any version available? ...
... The error means the server returned a response that wasn't soap, I'd suggest start of by looking at what the server actually returned. Cheers Simon...
Hey all,, I'm using Maildrop with Apple mail to upload email into salesforce.com. However I have 2 salesforce.com orgs and 2 different emailadresses. Is it...
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...