Simon, I'm getting HRESULT (0x80072746) back from "Parse" after "send" is OK. And I have found its meaning in MSDN which is "WSAECONNRESET (10054) -->...
Hi! I test a client program just like psQuote2 using pocketsoap on pocketpc.It work well in english,but i meet encoding problem when i connect a server isapi...
... Its more likely a problem with proxyTrace than with pocketSOAP. PocketSOAP is sending utf-8, so there shouldn't be any encoding issues. Cheers Simon...
Hello Simon and all I was wondering if there is a preferred way to handle errors with PocketSoap through evb. At present, I've developed a cool "roving order...
... That'll work, although if you use two different envelopes one for sending and one for receiving, there's no need to destroy the env or http objects and...
Thanks for the quick reply Simon. I'm using only one envelope and HTTP object, as all of my calls actually return something, at least a response code. Can you...
Hi Simon, Another question for you. In the SProxy.cpp - DoSoap call, how do you get the data back for methods that have out parameters? I only see you go...
Hello all! i am developing an eVb application on a Intermec 700 Series... which is a ruggedized pocketpc 2002 with integrated GPRS modem and a Vodafone Omnitel...
... It doesn't the proxy object only supports return values, if you need to handle out's as well, you'll need to use the envelope object. Cheers Simon...
... A number of people have reported problems with GPRS where the initial conect attempt fails (it would be useful if you modified your example to capture the...
... If you want to resend the request, then you need to be able to generate the request message, but if you use the same envelope object for parsing the...
... The server is closing the connection before it should, or if you are using a proxy server, the proxy is closing the connection before it should. WHat...
Do I have to do anything different in my pocket soap calls to use a web method over ssl? As wehn I connect to it normally it won't even send, it fails on the...
... My IIS version is 5.0. By the way, the error is occasionally happened. My solution is doing "send" and "parse" three times.Is there any better way to solve...
... Make sure you put https in the start of the url and include the port, just in case. That works for me (except for the intermittent problem I am still...
Thanks, but this still doesn't work. I did have the https, but not the port number. Now I do but still no luck, I am sure it must be a setting incorrect...
how does it not work ?, what error number do you get ? most likely cause, is that you have a self signed SSL cert on the server, and you haven't installed the...
Thanks again Simon... This is good information. The problem specifically I am having is when people either roam out of wireless range (local Wifi) or the web...
All - Version - 1.4.2 Platform - Win CE 3.0 (PPC 2002) I can download and run the sample eVC stock quote example just great. I can also modify the code to...
... That seems like a rather suspect URL for an Apache SOAP deployment, are you sure its correct ? Have you monitored the HTTP traffic to see what response...
If it works, don't fix it :) seriously, it won't do any harm to destroy and re-create the HTTP objects, the underlying TCP connections are pooled/managed...
Simon, Yes the URL is right - or at least was at the time I sent the message (we just brought it up on 128.187.170.222:4040 this morning for testing). It is...
Hi all, I need one help. After installing PocketSoap 1.4.2(Win32 Version v1.4.2 Packaged Install) in windows 2000, when I try to import the pocket soap...
... v1.4.2 Packaged Install) in windows 2000, when I try to import the pocket soap component in eVB, I get the error that pSoap32.dll cannot be loaded. I have...
... ok, apache urls normally goto /soap/rpcrouter but if the exact same URL works from java it must be something else. For monitoring traffic, it depends how...
Simon, Actually you were right on the SOAP call URL. I guess java encapsulates the directory structure. Once I added /soap/servlet/rpcrouter, the call began...
Just out of curiosity - are the emulator binaries on the web page for PPC 2002 or 2000? They are listed as being for the 2000 emulator. If so, where can I...
... see http://www.pocketsoap.com/faq/#ppc2002emu http://www.pocketsoap.com/pocketsoap/beta/ and yes, run regsvrce on psoap.dll, psdime.dll Cheers Simon...