... proxyTrace is an HTTP Proxy, you need to configure whatever is making HTTP requests, to route its requests via the proxy. It sounds like you might be...
Simon, We are attempting to use pockethttp with authorize.net for credit card transactions. Hitting their test server, or with a test transaction, everything...
Hello, I'm trying to use pocketSOAP (1.5.4) in a VB6 application. The web service is in a JBoss server. The problem I'm having is that I cannot figure out how...
In PocketSOAP the session is tied to the object instance of the HTTPTransport, so you need to make sure you use the same HTTPTransport object across the set of...
... HTTPTransport, so you need ... requests you want ... Simon, Thank you so much for you very quick response. The trouble is, it isn't happening automatically...
... All that property does in the java code is save the session cookie returned by the server, AFAIK there's nothing in the request that tells the server to...
I'm having kind of an odd issue that I can't figure out. I've set up an Apache server that is listening on 8443, and created a certificate. I installed that...
... with SSL? ... browsing to your server ... I'm installing the cert by tapping on it from file explorer. It places it into the Root Certificates area of the...
Hi, I am facing problem in the Serialize function. I am using Pocket Soap 1.5.4 on Win XP VB.Net 2005. Soap server is Axis2. The request envelope is as...
... returned by the server, ... the session (other than ... generated by the java client ... Simon, I just wanted to follow up with this. It turned out to be...
... The generic node objects in PocketSOAP only support elements. If you need to support attributes, then you'll need to write (or geenerate using the wsdl...
Another array query I'm afraid. I'm trying to iterate through an array using vbs on WinXP, and am getting lost somewhere. Standard sting stuff works well, for...
Simon, Do you have an example using pockethttp to do a binary file download from a web site host? I have a client who wants to programatically update his...
... Sure, ' get a file and write it direct to disk set req = CreateObject("Pocket.HTTP") set res = req.getResponse("http://www.pocketsoap.com/logo.gif", "") ...
Hi all I have searched the web looking for a solution to my PocketSOAP related problem, finding that many people have encountered the same issue, but I haven't...
Hi all I'm a new member and I have done a search on the topic but haven't found an answer to a specific question. As a guide I used the article on the...
Hi, I'm trying to use the PocketHTTP class to access a https service and I get the following error message: "The certificate's CN name does not match the...
... No, there is no programatic way to bypass the cert name check. (and if there was, its unlikely that that's actually the solution to the problem). Why is...
Good question. I don't know either. I asked the service administrator (it is a third party company) and no answer yet. In the meantime I was playing with...
Hi Simon I am a student٬ when i try SOAP service with MIME Attachment using PocketSOAP , The problem Happened . I need help ! I sent the following message...
Your server is not expecting a MIME packaged payload, so it errors trying to run it through an xml parser. Cheers Simon ... Happened . ... in prolog; expected...
Thanks for your reply. But when i using JAVA client with axis2 sent a massage to service with a MIME Attachment , everything is fine. and when i using Delphi...
This error message "Unexpected character '-' (code 45) in prolog; expected '<'
" is clearly from an XML parser, not a MIME parser, perhaps its because...