I was trying to use the example from this page... http://www.webmasterworld.com/forum47/97.htm However, I get the following error... Err # -2147204343 ...
Hmmm, i just tried it and it worked fine for me. I think you'll need to capture the entire response to try and work out what's going on. Cheers Simon...
I am trying to figure out how to create a SAML Assertion but I can't figure out how to add custom attributes to the nodes. How can I create something that...
I am trying to call the receive method directly to capture the response and put it in a string or blob variable. I just can't figure out how to do it. I hope...
I'm not sure what the problem is other than I get a runtime ole runtime error with text "Error calling external object function receive at line 40 in function...
PocketSOAP 1.5.3 is now available, this adds the wrapper object for xsd:long that I'd previously posted about. Details on how to use the new xsdLong object are...
All - I'm looking at using pocket soap with Microsoft Visual C++ as it seams that the Microsoft soap toolkit does not have support for binary mime attachments....
Christopher S. Johnson
johnsocs@...
Nov 7, 2005 4:45 pm
4198
yes you can send large binary attatchments using MIME, once its over a certain size it never keeps the entire attachment in memory. It does not support mutual...
Hi I appreciate that support is provided by the good will of the people involved in this project, but at the risk of sounding pushy (not the intention) could I...
I haven't had chance to look into this yet, all of the work I've done on pocketSOAP over the last 5 years has been in my spare time, and as of late I have very...
Hi Many thanks for the below, I do appreciate that you support this in your own time. The information regarding the MSXML bug and support for xs:includes is...
I'm having a bit of trouble with a web service call. It appears it has to do with the fact that it has been defined as 'OneWay'. It is a .NET webservice. If...
... If its a one way operation, then by definition there's nothing to parse. You should just call receive and check the HTTP status code. Cheers Simon...
... I tried to call the Recieve method of the HTTPTransport interface and still recieve an error. Looking at the code it appears that you are looking for a...
Hi! I am trying to develop a simple VBscript to access a web service (as a sort of 'proof of concept', since I don't program in VB), and am having dificulties...
I am trying without much success to get PHP to talk to a .Net SOAP server, either over SOAP or POST. Started using tcpTrace to look at the requests, and...
The first thing you should try to do is use the WSDL Wizard to generate your SOAP client *for you*. This works well in most cases. In this case, the...
Thanks Martina! I tried the WSDL Wizard but had a few problems macking the objects compile. Since I don't program in VB, I wanted to write a simple code to ...
... tcpTrace itself doesn't change anything, however the process of changing your client to use tcpTrace, can result in some changes in the HTTP headers of the...