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 4962 - 4992 of 5330   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4962
Hi, I'm attempting to use tcpTrace to see what's going on with a webservice that I am trying to invoke. I can't figure out how to set it up to use this url: ...
bill44077_1
Offline Send Email
Aug 2, 2007
4:14 pm
4963
... listen on port 8080 remote server csc06dwmis01.keybank.com remote port 2222 Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Aug 2, 2007
7:22 pm
4964
Hi, That's exactly how I have this set up and I'm not getting anything in the tcpTrace tool at all. I have changed the one line in the wsdl to be: ...
bill44077_1
Offline Send Email
Aug 3, 2007
4:51 pm
4965
If you don't see any data, then your client is not sending it to the address in the WSDL, do you re-import your WSDL ?...
Simon Fell
simonfell99
Online Now Send Email
Aug 3, 2007
7:21 pm
4966
I've removed and reset the webreference to the wsdl several times. I do get data with the proxyTrace tool. ... anything in ... to ... I ... <bill_campbell@> ...
bill44077_1
Offline Send Email
Aug 3, 2007
7:31 pm
4967
so, if proxyTrace works, why don't you just use that ?...
Simon Fell
simonfell99
Online Now Send Email
Aug 3, 2007
11:46 pm
4968
Hello I'm trying to write a custom serializer in C++ using ATL 8.0 (Visual Studio 2005) for an application running on a Windows Mobile 5.0 device. The problem...
importlib
Offline Send Email
Aug 9, 2007
10:06 pm
4969
... There's a couple of potential problems here. 1) StringFromIID does not create a BSTR it allocates OLESTR, these are similar but different. 2) In the call...
Simon Fell
simonfell99
Online Now Send Email
Aug 10, 2007
6:03 am
4970
It was the 2 item in your list. I changed the call to pParams->Create to VARIANT obj; VariantInit(&obj); obj.vt = VT_DISPATCH; obj.pdispVal = pDefaultRequest; ...
erik lind
importlib
Offline Send Email
Aug 10, 2007
8:59 am
4971
Hi All, until recently I thought you used soap to wash your hands with :-). Over the last three weeks I have learned about WSDL, Soap versions, SWA, .Net...
bill_in_wa
Offline Send Email
Aug 10, 2007
3:26 pm
4972
... Sorry, only going to add to your problems. PocketSOAP does not support client certificates. There's nothing to stop you building your own transport object...
Simon Fell
simonfell99
Online Now Send Email
Aug 12, 2007
2:47 am
4973
Hi, Using ASP.NET, I created an RPC-Encoded web method (similar to echoStruct) on IIS as follows: //... public class CAddress { public int StreetNumber; public...
orotarus
Offline Send Email
Aug 13, 2007
4:10 am
4974
Hi, I get the following respons from a Ubilogin server: HTTP/1.1 200 OK Date: Mon, 20 Aug 2007 13:41:01 GMT Content-Length: 6290 Content-Type: text/xml ...
captaon_cool
Offline Send Email
Aug 20, 2007
4:33 pm
4975
... [helpstring("The SOAP Header must be understood, and we don't uderstand it")] E_DONT_UNDERSTAND = MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0x4204), ...
Simon Fell
simonfell99
Online Now Send Email
Aug 20, 2007
4:42 pm
4977
... If all the VT_DATEs in your request need to be xsd:date's then that's pretty straightforward, you can just update the default serializer mapping to say the...
Simon Fell
simonfell99
Online Now Send Email
Aug 25, 2007
10:30 pm
4978
Hi Simon, This may have been covered by a previous thread, but I can't find any specific reference to it - apologies if it is. If I send a SOAP request and the...
Nick Shaw
njshaw2
Offline Send Email
Aug 28, 2007
4:31 pm
4979
An update on this, if it helps... If I check the return value of e- ... is empty, so it will also fail for, e.g. HTTP status 200. Thanks, Nick....
Nick Shaw
njshaw2
Offline Send Email
Aug 29, 2007
11:53 am
4980
... (sorry if you get this twice - I posted then joined) How easy would it be to add a TCPTrace capture module to YATT? Right now, we have to keep a copy of...
op_hayden_clark
Offline Send Email
Aug 29, 2007
3:48 pm
4981
... Can you provide a more complete code sample? it should be erroring. There's a statusCode property on the transport object that you can get the status code...
Simon Fell
simonfell99
Online Now Send Email
Aug 29, 2007
3:48 pm
4982
Hi! I'm using this for debugging email protocols, which do a lot of to-ing and fro-ing. What would be really nice would be a way of displaying sent and...
op_hayden_clark
Offline Send Email
Aug 29, 2007
3:48 pm
4983
... get ... Here's a bigger code snippet: // create envelope object hr = e.CoCreateInstance( __uuidof( CoEnvelope ) ); if (FAILED(hr)) return FALSE; // setup...
Nick Shaw
njshaw2
Offline Send Email
Aug 30, 2007
10:17 am
4984
Hi Simon, I've managed to get the status code out now, I had to use an IHTTPTransportAdv rather than IHTTPTransport, then I get get_StatusCode as a method....
Nick Shaw
njshaw2
Offline Send Email
Aug 30, 2007
11:01 am
4985
Hi Simon, Yet another reply, sorry! get_StatusCode works for 2xx and 5xx status codes, but any other status code (i.e. 1xx, 3xx or 4xx), get_StatusCode always...
Nick Shaw
njshaw2
Offline Send Email
Aug 30, 2007
11:11 am
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
Online Now Send Email
Sep 5, 2007
2:29 am
4988
... Sorry, the connection timeout is not adjustable right now. Cheers simon...
Simon Fell
simonfell99
Online Now 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
Online Now 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
Online Now Send Email
Sep 11, 2007
3:12 am
Messages 4962 - 4992 of 5330   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