... standard eVB error handling should supress the popup message (I don't show the dialog, that just the default error handling in eVB) I'll double check the...
I am using pocketHTTP in eVB. I am using a GPRS connection. Now and then I get a "Failed to open SOcket" error. What could be the cause of the error ? Is there...
... A number of people are having problems with GPRS, see the archives. You can use the standard eVB error handling to trap this error. Cheers Simon...
Thanks for the response. As far as I know regarding eVB, an On Error Resume Next should not popup any internal error. Here is my code Private Function...
I have a document I need to attach using SwA. I can either send this as uncompressed 'raw' XML or I can compress it using the zlib compression algorithum and...
... You can't do this with the SwA support. HTTP is an 8 bit clean transport there should be no need to base64 encode the attachment. You'd have to modify the...
Hi all, I install PocketPC Version v1.4.2 Packaged Installer into my device. So, after I build the StockQuote project into my pc and copy the exe file to Start...
Emerson
emerson@...
May 2, 2003 8:00 pm
2019
... Did you try running the stockQuote app that gets installed as part of the pocketSOAP install before running the one you built ? also check that the...
Hi, I'm developing an Outlook plugin using Delphi 5 Enterprise. I'm using PocketSoap 1.42 to access an Axis-based web service. In Windows 98, whenever I call...
There appears to be a mismatch of integer types used to represent send/rcv timeout. I am getting an overflow error when trying to set the timeout to 60*1000,...
... That's a strange one, everything looks ok in the PocketSOAP code, its only ever set to VARIANT_TRUE or VARIANT_FALSE. You could write a quick VBScript test...
We are encountering problems that seem to be an mix of interactions between power on/off and IIS timeout. We are running Pocketsoap on PocketPC 2002, using...
... its ... its ... Thanks! I wrote a VBScript that loops through all the fields and pops up a message if the nil attribute is set to true. On XP it works; I ...
This might be a issue with the OS itself. I am using GPRS connection and always had this problem. I have a third party do a RAS call to connect. I used to do...
SLoka, Thanks for your response! I'm pretty sure it is an issue with the pooling of HTTP connections that the newer versions of PocketSOAP implement. We were...
... compress it ... this, ... it ... encoded ... content- ... for me. ... transport there should ... Cheers for the feedback Simon, I will have words with the...
... There are a number of posts in the archives that indicate that following power on the IP stack takes a while to get "running" to the point where...
Simon, Thanks for responding and making a great library to use. I reverted back to PocketSOAP 1.1 (not 1.2, sorry) and it failed the same way. It turns out...
This is newbie question... I want to run the demo of pocket http or pocket soap on my h3900 series IPAQ. I notice that none of the binaries are built for the ...
We run the ARM binaries on the Toshiba E740 without recompile. The XScale processor just emulates ARM for now. Microsoft decided not to recompile PocketPC to...
Hi all, I install PocketPC Version v1.4.2 Packaged Installer into my device. So, after I build the StockQuote project into my pc and copy the exe file to Start...
Emerson
emerson@...
May 8, 2003 12:17 pm
2036
... did you try running the stockquote app that gets installed as part of the initial install ? is the psoap.dll in the \windows directory on your device ? ...
Yes, I try the installed application and this give me the same error. All files needed by the application is on the \Windows directory, this was installed by...
Emerson
emerson@...
May 8, 2003 8:37 pm
2038
... The error code is class not found. Try running the install again, perhaps for some reason the COM objects didn't get registered. if that fails, you could...
... I've been thinking about this, and the status code check error really should be in pocketSOAP not pocketHTTP, I'm going to shuffle that around. I'll have...
Hello I am got the error 80044240 from parse when I submit the xml below (extracted from ProxyTrace), and I cant to know why. I use VB6 and the font generated...
... That error code is E_PARSE_ERROR, the error description ( err.description ) will tell you the place in the source XML that caused the parser error, but i'd...