Hi Simon, Would it be possible to get an updated release of Pocket XML-RPC with the fix contributed by Luke Deller to Pocket HTTP to send the correct HTTP ...
Timothy Gates
tim.gates@...
Dec 5, 2008 5:07 am
5226
... You can just install the newer version of PocketHTTP after PocketXML-RPC and it'll use the new version automatically. Cheers Simon...
I have just come across this same problem. After downloading a local copy of the wsdl and xsd files, I made several attempts to modify the schemaLocation...
Hi Simon, I am using VB6 to connect to sugarcrm through pocksoap(1.5.4). First, I got the Soap Proxy --- a ActiveX Dll through "PocketSOAP Wsdl Wizard"; With...
You could try installing the latest version of pocketHTTP, if you still see the same error after that, then you'll need to investigate further, as the server...
Hi Simon, Thanks for so quick response! I got lastest pocketHttp(1.3.3), replaced the existing one(1.2.7), but i got the same message. I will try your 2nd...
Hi Simon, As you suggested "set an option on the transport so that the client says not to compress the response.", then I set compressed.accept=false, and it...
Hello, We're having a problem getting pocket soap to return arrays of our strings. Based on the message logging, we believe that pocket soap is receiving the...
Do you have a full wsdl and soap message i can test this with. I don't see anything wrong from what you've posted. (you can email them direct to me if they're...
Hi all I am having problems when trying to set the data types of some fields in a SOAP request. I am working with ASP3.0 (IIS 6.0 in W2003) using JScript as...
Here you go! Let me know if you need anything else. Thank you so much for looking at this! ... From: Simon Fell <simon@...> Subject: [pocketsoap] Re:...
Problem: web service MOSS 2007 VS Search Server Express Hi, I hope you can help us out with the following problem: We connected to MOSS Search Web service to...
Add on to my initial question... here's the error I receive using C++ & PocketSOAP: HttpTransport: Failed to send soap request: <COM> Source = PocketHTTP ...
well, you're missing the code that creates the envelope and calls send, but if you getting Failed during SSL handshake (and the AV sounds like a red herring,...
Hi Simon, I see on the release notes for HTTP 1.1 that problems with SSL and PocketPC 2003 were resolved in this release. We'll upgrade our release and...
Simon, We are using pockethttp to talk to Authorize.net using ssl. ... During the week of March 16 - 20, 2009, Authorize.Net will be deprecating all legacy...
... with the ... PocketXML-RPC and it'll use the ... Sounds good, Can I get a copy of the latest Pocket HTTP source or binary from somewhere, the latest one I...
... I decided to format the post data manually, and it works a treat. myURL = "http://www.blah.com" boundary = "__pockethttp_post_boundary__" set req =...
... PocketHTTP uses the underlying OS supplied crypto support to do SSL, so you should automatically negociate the best crypto level supported between the...
I would guess that the SSE config doesn't allow basic auth, while the MOSS SW did, can you change the SSE setup to allow basic auth (it is using IIS?) Cheers ...