My xml response looks like this: <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP- ENV="http://schemas.xmlsoap.org/soap/envelope/" ...
I am using pockethttp to talk to authorize.net. Running my ap from the "command prompt" works fine. running it from the iis guest user account under IIS causes...
In addition I am accessing an https link - perhaps you are using some other COM servers as well that I need to grant access to for the guest account? Any...
Simon, I finally have received some debug information. Here is the exception: ERROR OCCURRED IN THE 'GETRESPONSE' METHOD OF THE SPECIAL CLASS '*COM/*OLE'....
The IIS guest user is not a full user account by default, IIRC its missing various bits by default, including its certificate store (which PocketHTTP needs for...
This is Windows Business Server (Windows 2003). I looked long and hard for the KB article but I couldn't find it. Since this is a CGI process I set the...
Hello All! Quickly I want to say, THANK YOU to the entire PocketSoap community (and Simon Fell)! Everyone is so kind and professional as they work together to...
... There were some registry keys you could grunge around in for this, but IIRC, Microsoft did eventually release a supported API to obtain this info, ah yeah,...
I just went through this sort of problem in my own project. I don't completely understand the code you have below, but here are some common pitfalls I ran...
... For why you're getting 0 see http://www.pocketsoap.com/faq/#dotnetdoclit As someone else mentioned, getting the correct Namespace's is critical,...
For many projects I have used PocketSoap and PocketHTTP without issue and it's worked great. However, with this current project I encountered a few issues...
"http://localhost:40000" was the problem. Thank you. ... for the ... ("nMonths", ... definition and ... parameter ... your call ... figuring out ... function ...
... 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...