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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 1930 - 1959 of 5326   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1930
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) -->...
donglizhi
Offline Send Email
Apr 1, 2003
11:44 am
1931
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...
shanleecn
Offline Send Email
Apr 1, 2003
4:40 pm
1932
... 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...
Simon Fell
simonfell99
Online Now Send Email
Apr 1, 2003
4:43 pm
1933
You are quite right! Thanks you very much! shanlee...
shanleecn
Offline Send Email
Apr 2, 2003
6:58 am
1934
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...
davemavery
Offline Send Email
Apr 2, 2003
4:02 pm
1935
... 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...
Simon Fell
simonfell99
Online Now Send Email
Apr 2, 2003
4:30 pm
1936
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...
davemavery
Offline Send Email
Apr 2, 2003
6:57 pm
1937
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...
cuttlfish
Offline Send Email
Apr 3, 2003
4:29 pm
1938
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...
Roby
roby_79
Offline Send Email
Apr 3, 2003
4:47 pm
1939
... 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...
Simon Fell
simonfell99
Online Now Send Email
Apr 3, 2003
4:48 pm
1940
... 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...
Simon Fell
simonfell99
Online Now Send Email
Apr 3, 2003
4:52 pm
1941
... 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...
Simon Fell
simonfell99
Online Now Send Email
Apr 3, 2003
5:00 pm
1942
... 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...
Simon Fell
simonfell99
Online Now Send Email
Apr 3, 2003
5:02 pm
1943
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...
Carl
cpa199
Offline Send Email
Apr 4, 2003
8:38 am
1944
... 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...
lizhi dong
donglizhi
Offline Send Email
Apr 4, 2003
10:45 am
1945
... 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...
alex_baker001
Offline Send Email
Apr 4, 2003
3:11 pm
1946
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...
Carl
cpa199
Offline Send Email
Apr 4, 2003
3:47 pm
1947
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...
Simon Fell
simonfell99
Online Now Send Email
Apr 4, 2003
5:46 pm
1948
... what version of pocketSOAP ?, there were some issues with pooled connections in the 1.3.5 release that were fixed in 1.3.7 Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Apr 4, 2003
5:54 pm
1949
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...
davemavery
Offline Send Email
Apr 4, 2003
8:49 pm
1950
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...
Tore
t_sundelin
Offline Send Email
Apr 5, 2003
2:55 am
1951
... 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...
Simon Fell
simonfell99
Online Now Send Email
Apr 6, 2003
1:08 am
1952
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 Fell
simonfell99
Online Now Send Email
Apr 7, 2003
12:30 am
1953
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...
Tore
t_sundelin
Offline Send Email
Apr 7, 2003
4:11 pm
1954
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...
ajith
ajith_kh
Offline Send Email
Apr 7, 2003
5:43 pm
1955
... 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...
Simon Fell
simonfell99
Online Now Send Email
Apr 7, 2003
5:47 pm
1956
... 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 Fell
simonfell99
Online Now Send Email
Apr 7, 2003
6:08 pm
1957
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...
Tore
t_sundelin
Offline Send Email
Apr 7, 2003
11:55 pm
1958
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...
Tore
t_sundelin
Offline Send Email
Apr 8, 2003
6:15 pm
1959
... see http://www.pocketsoap.com/faq/#ppc2002emu http://www.pocketsoap.com/pocketsoap/beta/ and yes, run regsvrce on psoap.dll, psdime.dll Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Apr 8, 2003
6:49 pm
Messages 1930 - 1959 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