Hi, I'm using PocketSOAP ow for a while, but seem to run into a problem. I'll try to simplify my problem. I have an element that is put into a TARGET_NS...
Hello, First posting so stick with me :) I have the following code in a VBS file, when its run it returns the error - Invalid gzip crc value expecting...
Hi Knight, Do you have any plans to add NTLM support to PocketSOAP? We have some VB client apps that use PocketSOAP to connect to web services in a J2EE web...
I appologize if this question is too basic or has been asked too often, but I am running into some very basic dificulty. I am writing a small program for...
Look at the stock quote sample http://www.pocketsoap.com/samples/default.aspx?cat=eVC ... often, but I am running into ... 2003 using eVBC, and I ... ...
Thanks, that was most helpful. Don't know how I overlooked it- my brain must have been fried or something :) One quick question - in the code, there is the...
Yup, you got it. Cheers Simon www.pocketsoap.com ... brain must have been ... line ... NULL, NULL, ... (changing the "symbol" and ... Thanks again for your...
Hi all, I have developed a program with PocketBuilder and using PocketSoap + PKSoapIF.dll for connecting to Web Method. Everything is fine when I am testing...
If you're using SSL, then you also need to install the latest build of PocketHTTP on WM5.0 devices, otherwise everything should work. I don't know of any...
I am attempting to develop an application for PocketPC 2003 using the eVC development tools. I need to be able to send a SOAP call from the application, for...
that's CO_E_NOTINITIALIZED, you're trying to use COM, but you haven't initialized it. You need to add a single call to CoInitializeEx before trying to do any...
Thanks for the quick response. I'm not finding that call anywhere in the sample program, or in the documentation. What is the proper syntax for that?...
Ok, disregard my last message, I managed to figure out the CoInitializeEx issue. But now I'm getting another error further down in the code: Failed 0x80044201...
I am trying to develop an evb app for pocketpc 2002. I need to access a webservice developed in vs2005. I have downloaded pocketsoap 1.5.4. Dim pEnvelope Dim...
You need to manually install the DLLs into the emulator. The packaged install only works for real devices. See the notes in the download section, there are...
In further testing, it would seem that although the error I am getting (Failed 0x80044201 at penev->Parse(CComVariant(pt), NULL) ) is on a line of code after...
If you build the sample code with eVC3.0 it works out of the box. If you build it with eVC4 then it fails because MSFT changed the libraries to not call CoInit...
Hello everyone, I'm in a battle between Axis+SAX+PocketSOAP. The problem is the following: -- I was using Axis 1.1 -- I'm trying to send a request with Visual...
The error implies the response included an element that was typed as a simple type, but that it includes a child element, this not valid. Can you post a...
I think i mis-read this, you're saying that axis is complaining that the request isn't valid? Can you post the WSDL and a capture of the generated request. ...
Sorry guys.... My fault... The next minute that I've wrote the message, I solved it... (It's a common thing that happens to me, and you? :P) The problema was...
My WM5 PPC project use cmhelper's example code to connect to GPRS and then consume the web service using PSOAP. CConnectionManager m_Connection; for (int itry...
Thanks for the error message info. but I don't think it is cause by the server. and sometime I will get "time out" error message. I had try take out the...
It sounds like the GPRS connection is not closing the sockets gracefully when its connection is closed, and so the HTTP connection pool has these sockets...