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 4295 - 4324 of 5326   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4295
Hello community, after installation of Pocketsoap 1.5.3 on WM5 (T-Mobile MDA Vario) the Stock Quote example does not work Failed 0x8007274c at...
michaelollek
Offline Send Email
Feb 3, 2006
8:17 am
4296
... 1. No, there's no proxy.dll for pocketsoap on ppc. 2. 0x8007274c = A connection attempt failed because the connected party did not properly respond after a...
Simon Fell
simonfell99
Offline Send Email
Feb 3, 2006
4:05 pm
4297
Hello I am a newbie to SOAP. I have downloaded the pocketsoap tool and changed the vbscript to generate the right code and it does too but when i run the...
skdesiraju
Offline Send Email
Feb 3, 2006
11:21 pm
4298
... yes, don't try and use proxyTrace for SSL connections, it doesn't work, and even if it did, it wouldn't be on any use (all you'd be able to see what the...
Simon Fell
simonfell99
Offline Send Email
Feb 3, 2006
11:23 pm
4299
Hello everybody, It looks like we run into some size limitation for soapenc:base64. We are trying to determine the maximum size of an array to send from a ...
avinnik_01
Offline Send Email
Feb 6, 2006
1:33 am
4300
... for binary data that's inline in the soap message (i.e. not a DIME or SWA attachment), size is largely limited by the ammount of virtual memory available....
Simon Fell
simonfell99
Offline Send Email
Feb 6, 2006
1:34 am
4301
... soapenc:base64. We ... from a ... encoding) ... or ... We run on Win XP with VB6 with plenty of virtual memory....
avinnik_01
Offline Send Email
Feb 6, 2006
4:16 pm
4302
I found a strange problem, if I don't open the proxy trace I get this error: Pocket.HTTP.1: Failed opening socket Is something wrong with this code?? dim env ...
skdesiraju
Offline Send Email
Feb 6, 2006
4:17 pm
4303
... What's your code look like, which line fails and with what error code ? Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Feb 6, 2006
4:30 pm
4304
sounds like its still trying to proxy, delete all the lines that call SetProxy. Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Feb 6, 2006
4:31 pm
4305
Hello Everybody, I create an application which communicates with my http server via mobile on Windows Mobile OS and pocketHttp 1.2.6, and I like this tool very...
knufasz
Offline Send Email
Feb 7, 2006
4:00 pm
4306
Greeting! I am new to pocketsoap or Web serivce, I use VC++ native code in VS 2005, device is pocket pc with window mobile 5. I try to develope a web service...
thongtom2000
Offline Send Email
Feb 7, 2006
4:01 pm
4307
... zlib is statically compiled into pocketHTTP (for various reasons) so changing a zlib.dll on the device is not going to make a difference. ... In theory it...
Simon Fell
simonfell99
Offline Send Email
Feb 7, 2006
4:35 pm
4308
... www.pocketsoap.com/samples/ there's a tutorial in the docs. ... RTFM, it builds with eVC3. ... errlook.exe says "Class not registered " you didn't install...
Simon Fell
simonfell99
Offline Send Email
Feb 7, 2006
4:36 pm
4309
Hi, Thanks Simon for the reply, I managed to get my first program running base on the sample: But I face some problem with the Apache SOAP web service...
thongtom2000
Offline Send Email
Feb 8, 2006
3:54 pm
4310
... the tutorial is in the docs, the docs get installed with the toolkit. goto start -> program files -> pocketSOAP the tutorial in in How To -> Basics. Its in...
Simon Fell
simonfell99
Offline Send Email
Feb 8, 2006
4:03 pm
4311
Hi Simon, Thanks for your help, I manage to send the xml message to server and get the reply message. 1. Now I have problem with parsing the reply message in...
thongtom2000
Offline Send Email
Feb 9, 2006
10:46 am
4312
... a) go buy a good book on COM and read it b) getValue returns a variant, so you need something like CComVariant vNode2; _HR ( xnode->get_Value(&vNode2)); ...
Simon Fell
simonfell99
Offline Send Email
Feb 9, 2006
4:23 pm
4313
PocketSOAP 1.5 for Windows I've used PocketSOAP. It has been working well, but sometimes people report errors where it fails to connect to the SOAP server. ...
georgehernando1
Offline Send Email
Feb 15, 2006
3:23 am
4314
What we'd need to see is a capture of the request that generates that response, it must be connecting to get a response message. Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Feb 15, 2006
4:36 pm
4315
... WM ... devices ... Sorry for answering so late. Thank you very much for your response, I'll try to look in the source, and maybe I find some way to use...
Krzysztof Zawadyl
knufasz
Offline Send Email
Feb 16, 2006
5:00 pm
4316
Hi, http://www.pocketsoap.com/weblog/stories/2004/06/0027.html ... I had try to translate this in VC but fail, and i found a discussion about this topic in ...
Thong
thongtom2000
Offline Send Email
Feb 20, 2006
6:45 am
4317
I would start by checking the vt types on the variants and the return code from the calls. I would guess that resVal is not being returned as an array of...
Simon Fell
simonfell99
Offline Send Email
Feb 20, 2006
6:30 pm
4318
Hi, I need to parse a array/vector response data as follow : <?xml version='1.0' encoding='UTF-8'?> <SOAP-ENV:Envelope ...
Thong
thongtom2000
Offline Send Email
Feb 22, 2006
3:11 am
4319
As i said yesterday, you should check the .vt on the variants to make sure they're the type you think they are....
Simon Fell
simonfell99
Offline Send Email
Feb 22, 2006
3:44 am
4320
Hi, I had check the .vt, it is not unknown, not array, not variant, it only is dispatch. It look like resVal did not get the array. I am totally lost and stuck...
Thong
thongtom2000
Offline Send Email
Feb 23, 2006
1:35 am
4321
i missed this first around, because you said it was an array, but looking at the actual soap message, its not a soap encoded array, so pocketSOAP will not dot...
Simon Fell
simonfell99
Offline Send Email
Feb 25, 2006
8:40 am
4322
... api ... a ... Err, I know that it maybe is a silly question, but... Is there some howto telling me how to compile pocketHttp using (for example) eVC++ 4.0?...
Krzysztof Zawadyl
knufasz
Offline Send Email
Feb 27, 2006
11:45 am
4323
Hi All ! I have tried to install a pocketsoap.sh3.cab onto my WinCe .NET 4.10, but after the installation there wasn't any psoap.dll on my device. The...
Zoltan Dudas
dudaszoltan
Offline Send Email
Feb 27, 2006
4:07 pm
4324
... As indicated on the build page, the current sources build with eVC3 not eVC4. Cheers Simon www.pocketsoap.com...
Simon Fell
simonfell99
Offline Send Email
Feb 27, 2006
4:07 pm
Messages 4295 - 4324 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