Search the web
Sign In
New User? Sign Up
pocketsoap
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2012 - 2041 of 5326   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2012
... 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...
Simon Fell
simonfell99
Online Now Send Email
May 1, 2003
6:51 pm
2013
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...
LS_Reddy
Offline Send Email
May 1, 2003
6:56 pm
2014
... 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...
Simon Fell
simonfell99
Online Now Send Email
May 2, 2003
12:41 am
2015
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...
LS_Reddy
Offline Send Email
May 2, 2003
2:24 am
2016
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...
alex_baker001
Offline Send Email
May 2, 2003
11:39 am
2017
... 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...
Simon Fell
simonfell99
Online Now Send Email
May 2, 2003
5:33 pm
2018
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@...
Send Email
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...
Simon Fell
simonfell99
Online Now Send Email
May 2, 2003
8:37 pm
2020
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...
omerhj
Offline Send Email
May 5, 2003
5:39 pm
2021
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,...
programmer_from_ny
programmer_f...
Offline Send Email
May 5, 2003
6:32 pm
2022
The underlying API call is limited to int, so 32 seconds is going to be the biggest timeout available. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
May 5, 2003
9:22 pm
2023
... 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...
Simon Fell
simonfell99
Online Now Send Email
May 5, 2003
9:34 pm
2024
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...
bzztbomb
Offline Send Email
May 6, 2003
9:59 pm
2025
... 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 ...
omerhj
Offline Send Email
May 7, 2003
3:55 am
2026
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...
LS_Reddy
Offline Send Email
May 7, 2003
3:10 pm
2027
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...
bzztbomb
Offline Send Email
May 7, 2003
3:34 pm
2028
... compress it ... this, ... it ... encoded ... content- ... for me. ... transport there should ... Cheers for the feedback Simon, I will have words with the...
alex_baker001
Offline Send Email
May 7, 2003
4:06 pm
2029
... 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 Fell
simonfell99
Online Now Send Email
May 7, 2003
8:13 pm
2030
... very strange, I can't see what would be wrong in PocketSOAP, but i'll get a win98 box setup and take a look. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
May 7, 2003
8:15 pm
2031
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...
bzztbomb
Offline Send Email
May 7, 2003
8:54 pm
2032
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 ...
helix_r
Offline Send Email
May 7, 2003
8:57 pm
2033
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...
bzztbomb
Offline Send Email
May 7, 2003
9:29 pm
2034
... My understanding is that the XScale proc runs the ARM binaries. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
May 7, 2003
9:29 pm
2035
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@...
Send Email
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 ? ...
Simon Fell
simonfell99
Online Now Send Email
May 8, 2003
6:43 pm
2037
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@...
Send Email
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...
Simon Fell
simonfell99
Online Now Send Email
May 8, 2003
8:54 pm
2039
... 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...
Simon Fell
simonfell99
Online Now Send Email
May 9, 2003
5:37 pm
2040
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...
Odone Motta da Rosa
odomoro
Offline Send Email
May 9, 2003
8:02 pm
2041
... 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...
Simon Fell
simonfell99
Online Now Send Email
May 9, 2003
8:28 pm
Messages 2012 - 2041 of 5326   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help