Hi, I have used pocketsoap a while ago and I am planning to use it for another application now. Where I can I find the information on what software do I need...
Hi, from the documentation, I saw that transport->StatusCode is only filled after calling transport->receive() (not on send()). According to this, if I want to...
Hi all! Try this code in your Visual Basic 6 IDE. Create a form, and put a button on it. Double click, and copy this code (I'm sorry, but I think that the code...
Upss, it's no necesary to put a breakpoint....just duplicate the assigment: respuesta = objRespuesta.String respuesta = objRespuesta.String MsgBox respuesta By...
I've installed on multiple PDAs both PocketHTTP and PocketSoap then compiled and deployed the stock quote sample using eVC4. In each case when I run the...
I've figured it out! The naming of files created in VB by the application are restricted to 23 characters in length. Taking the left 23 characters of a...
Continuing from my previous findings: By running the utility File Monitor and analysing the results in Excel, I see that I get a "sharing violation" on a file...
I have exactly the same problem and have noticed that from the files it has generated, modCommon.bas tries to implement the following interfaces that do not...
Hi there, Is anyone able to point me in the direction. Using Windows 2000. Installed: 1) SOAP toolkit 3.0 2) PocketSOAP.1.5.exe 3) wsdlWiz.2.3.0.exe. Ran...
Did you manage to resolve the issue? I have the same problem. Regards, Rik ... the directory. ... Project itself. It appears that all (or most anyway) of the...
... for PocketPC 2003, they seem to now require you to manually initialize COM, which wasn't needed on earlier platforms (whether or not that was intentional...
Hi, I wonder if there is a way to tell PocketSOAP to log (ie. a text file) the information is sending/receiving. But in plain text, not encrypted. Thanks....
In my case I had a <s:element name="ValidateUserResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="ValidateUserResult" ...
The <x> element is there because you created an empty node to contain all the headers (the Set h = e.Headers.Create("", Empty, "") line) To create an email...
Yes, the String property can only be read once, otherwise it requires the component to store a copy of the HTTP response which could be megabytes in size. ...
... You can manually call receive and pass the results to parse, if you're on v1.4.x then this has no additional side effects, if you're on 1.5.x then it'll...
... Nope, the easiest way to debug SSL traffic is with tcpTrace & stunnel (use a HTTP connection between pocketSOAP and tcpTrace then let stunnel convert it to...
Thanks Simon, i'll be care with this in the future.... ... From: Simon Fell To: pocketsoap@yahoogroups.com Sent: Thursday, February 17, 2005 5:02 AM Subject:...
Simon, I try to use yatt for debugging wse2.0 traffic using tcp. I try yatt, and on port 80 I see traffic as I open your web site. On port 8080, where my soap...
... Hi, Is your soap server running on the local server? if so YATT doesn't work with the loopback adapter, the traffic has to leave the box. As the tcp...
Yep. Make your method names less than 23 characters. I ran fileutil a windows utility that checks all file access attempts. I could see that I had a sharing...
I'm using PocketSOAP to call a Web Service. I'd like to be able to set the User-Agent HTTP Header, so that my Web Service knows the OS and app version that...
Simon, How do I strip of the SOAP header from a SOAP response messages for exmaple. ... - <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"...
Our client software is using PocketSOAP to send SOAP requests to our Web Service via SSL. Some of our users that are using a proxy server are encoutering this...
... You'll get this if the proxy server doesn't respond with a 200 status code to the CONNECT request. You'll probably need to capture the response or look a...