Hi, I've tried the pocket SOAP libraries on my local machine in Visual Studio 2005 .NET and it all works. But when the third party wants to use this code, they...
... The prebuilt binaries are for 32 bit only. If you want 64 bit versions, you'll need to grab the source and update/rebuild it for 64 bit. Cheers Simon...
Hello, I try to pass parameters to a web service that requires other types than string. It's not very complex either, I need to pass an int. But whatever I do...
Thanks Simon, it works just fine. I believe I've been the average bull with the parameters Namespace, Type and TypeNamespace waved in front of my eyes like the...
Hello, I have tried to add a MIME attachment from a file as follow: CoSoapAttachment att = mgr.Request.Create("msp.xml", TypeNameFormat.tnfMediaType,...
Namespace is only needed if you're calling a service that's doc/literal, its not needed for rpc/encoded requests. The type/typeNamespace parameters are only...
I didn't find a group about proxyTrace, so Simon, could you please help me with this; proxyTrace works perfect, except when there is SSL protocol involved. For...
proxyTrace is about being able to examine the traffic, this doesn't make any sense for SSL, because you cannot determine anything useful as a man in the middle...
I am encountering a problem using PocketHTTP in my eVB application. My program runs fine if the server is up, and response to my post is received correctly....
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,...