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.

Messages

  Messages Help
Advanced
Messages 4986 - 5015 of 5181   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4986
I am using PocketSoap version 1.5.3.2916, with Windows2000. I am trying to control a timeout situation. If I send a message to a webservice that is not up, I...
allenpostma
Offline Send Email
Sep 3, 2007
10:33 pm
4987
... Hmmm, weird that it doesn't seem to remember the statusCode in that case, I'll have to investigate that. I think for your optional body issue, you'll need...
Simon Fell
simonfell99
Offline Send Email
Sep 5, 2007
2:29 am
4988
... Sorry, the connection timeout is not adjustable right now. Cheers simon...
Simon Fell
simonfell99
Offline Send Email
Sep 5, 2007
2:39 am
4989
Hi, I'm using PocketSOAP (latest) on Windows XP SP2 for about half a year now and it fulfills my needs perfectly. But I am confronted with a situation of which...
frank.oortwijn
Offline Send Email
Sep 5, 2007
5:42 pm
4990
Hello, I'm trying to use some webservices from www.ArcWebServices.com and I'm running into validation errors. Could you tell me if this is the MSXML4.0 bug or...
vertendix2005
Offline Send Email
Sep 7, 2007
12:18 am
4991
Yes, this looks like the MSXML problem, sorry. Cheers simon...
Simon Fell
simonfell99
Offline Send Email
Sep 11, 2007
3:11 am
4992
... FIN is the correct way to close a socket that's in use i believe. The RST is sent at the end of a response? Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Sep 11, 2007
3:12 am
4993
Hi, I'm using PocketHTTP and I can't get the automatic redirect to work. I can't find any documentation on this subjet so I tried to do as if I was using...
captaon_cool
Offline Send Email
Sep 11, 2007
3:07 pm
4994
... Hi Simon, Good to hear from you. As far as understand from the RFC's, RST may be sent at any time. I have a theory what happens in my case. The server...
frank.oortwijn
Offline Send Email
Sep 12, 2007
3:09 pm
4995
... year ... answer ... figured ... (except for ... related to ... Can your clarify one point, do you get the error at the end of the first request, or at the...
Simon Fell
simonfell99
Offline Send Email
Sep 12, 2007
4:11 pm
4996
... application ... believe. The ... Simon, In a testprogram that I used to figure out the problems, I send request each 1 seconds interval. In most cases this...
frank.oortwijn
Offline Send Email
Sep 12, 2007
6:44 pm
4997
... When PocketHTTP sends its first packet on a new request and that fails and the connection was fetched from the connection pool, it will retry with a new...
Simon Fell
simonfell99
Offline Send Email
Sep 12, 2007
7:29 pm
4998
I will be out of the office starting 09/12/2007 and will not return until 09/17/2007. ...
bill_campbell@...
bill44077_1
Offline Send Email
Sep 12, 2007
10:27 pm
4999
... fails and the ... a new connection, see ... is failing, but it sounds to ... I will try to build pocketsoap and try to debug it. I haven't build it before...
frank.oortwijn
Offline Send Email
Sep 13, 2007
5:53 am
5000
... ACKS the ... look at CHTTPTransport::Send() the retry loop is fairly well commented. Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Sep 13, 2007
3:30 pm
5001
Hi Simon, I'm attempting to build pocketSoap from the sources in order to further debug my connection closes problem (see earlier thread). Below is the result...
frank.oortwijn
Offline Send Email
Sep 18, 2007
9:16 am
5002
... Simon, Found the error myself. I forgot to specify C:\Program Files\Microsoft SDK\Lib to additional lib directories in the IDE. Frank...
frank.oortwijn
Offline Send Email
Sep 18, 2007
9:37 am
5003
... when the ... because ... server ... responsible ... reduces ... correctly. ... Hi Simon, I'd like to post a (partial) output of the debug window while...
frank.oortwijn
Offline Send Email
Sep 18, 2007
11:07 am
5004
... when the ... because ... server ... responsible ... reduces ... correctly. ... Simon, I'm a little bit confused. I see two HTTPTransport.h files: ...
frank.oortwijn
Offline Send Email
Sep 18, 2007
11:29 am
5005
... build it ... help. ... commented. ... The first one is the actual transport. the 2nd one provides a soap specific wrapper of pocketHTTP for use in...
Simon Fell
simonfell99
Offline Send Email
Sep 18, 2007
3:08 pm
5006
Hi, I need to send some binary data from a WM 5.0 MFC application to a .Net WebService. It wants the data to be coded as a Base64 string. Is it possible to...
daniel.wiese
Offline Send Email
Sep 21, 2007
6:04 pm
5007
... PocketSOAP will automatically encode a COM byte array (VT_ARRAY | VT_UI1) as a base64 string. Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Sep 24, 2007
3:19 am
5008
... Hi Simon, I started debugging but it didn't bring me any further. Unfortunately I have no more time to spend on it, so I decided to simply retry sending...
frank.oortwijn
Offline Send Email
Sep 27, 2007
6:58 am
5009
I'm trying to use TcpTrace to see traffic back and forth from a web service. I have the URL of the service in a .NET application configuration file and I...
timdbd
Offline Send Email
Oct 5, 2007
1:21 am
5010
... Hi I'm not sure what kind of traffic you are exactly interested in, but I'm using SoapTrace.Net to monitor my SOAP/HTTP traffic. It works great. It's...
frank.oortwijn
Offline Send Email
Oct 5, 2007
7:07 am
5011
... in tcpTrace you enter just the server name port, no URLs, so if your service is running at http://ws.sample.org/app/service.asmx, then you configure...
Simon Fell
simonfell99
Offline Send Email
Oct 9, 2007
1:05 am
5012
Simon, I'm working with an https connection for this SOAP client so I can't trace what's going on. I did manage to target a non http url to ensure that the...
redsky_thane
Offline Send Email
Oct 9, 2007
6:12 pm
5013
For what it's worth - the hr value coming back after send is -2146893052, or 80090304 Which means I guess "The local security authority cannot be contacted". ...
redsky_thane
Offline Send Email
Oct 9, 2007
7:00 pm
5014
Is this running under a restricted user account, e.g. from IIS or from a service ? Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Oct 9, 2007
7:23 pm
5015
Happily or sadly, I got past this. I was running in a VM and I guess it doesn't like that. I now get this error parsing the response from the server. I'm not...
redsky_thane
Offline Send Email
Oct 9, 2007
7:44 pm
Messages 4986 - 5015 of 5181   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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