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: ...
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@> ...
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...
... 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...
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; ...
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...
... 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...
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...
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 ...
... [helpstring("The SOAP Header must be understood, and we don't uderstand it")] E_DONT_UNDERSTAND = MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0x4204), ...
... 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...
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...
... (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...
... 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...
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...
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....
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...
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...
... 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...
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...
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...