Anshuk, I assume you meant Connector.ConnectorProperty("WinHTTPAuthScheme") = 8 and NOT (as you have below) Connector.Property("WinHTTPAuthScheme") = 8 I...
I wrote a webservice, then I called the WSDL file, and it says the code below is the request, but there are no instructions on how to use it. What do I do...
Hello! I develop a SOAP client in C#. But I have problems with SoapRpcMethodAttribute. Here is the code: [System.Web.Services.Protocols.SoapHeaderAttribute ...
i'm newbie to Soap and web service, can somebody please let me know how i can user C# to give response to the following request? i need to add this function in...
what do you mean by how to use?? well.. the soap msg you post is a soap request.. yes.. when your server receive a soap request as below it will generate a...
Is it possible to pass an XML document in a parameter of an RPC style web service method that is expecting a string? If so what is the proper procedure for...
Hi Jimmy, Thank you for responding. We are using Connector.Property("WinHTTPAuthScheme") = 8 as given in the STK3.0 user guide. Excerpts from the user guide: ...
Anyone know where I can find sample code of PHP/NuSOAP interop with JavaWebservices.. more then just basic samples, which I've successfully ran, scalor and...
Hi, I have been trying for sometime to develop a purely DII, independent client that can get the required classes and methods purely from the WSDL and finally...
How are SOAP impls handling the case of attribute name == element name in the WSDL? e.g. something like <complexType name="sayHello"> <sequence> <element...
I am inclined to have the WSDL processor just throw an error for this kind of thing. However, I am sympathetic to the concern that many times you are given a ...
... Why is this "very bad practice"? XML made the decision to support both attributes and elements, which means there are two symbol spaces, which means that...
Glen Daniels
glen@...
Jan 7, 2004 3:27 pm
9698
+1 Certainly this practice is compliant w/ spec(s) as Glen elegantly points out. I would isolate the practice as an interop issue much the same as hashtables ...
Hello, I have download White Mesa Soap server's source code and am trying to build it. However, it is giving me two errors. C:\Program Files\Microsoft Visual...
Hi all, I am using Apache-Axis and it generates all SOAP calls in UTF-8. I need to generate them with ISO-8859-1. I would be very grateful if someone can help ...
may i check out.. how can i add my wsdl file to the service?? and do i need the dll file to be put in as well.. where should i put it?? and may i know.. how...
We are proud to announce the release of Apache Axis C++ v1.0. This implementation of a C++ SOAP engine provides a stable platform for developing Web services...
Susantha Kumara
susantha@...
Jan 9, 2004 12:00 pm
9708
Cool, as you're posting here, i assume you have some interop test results to share as well, have a link ? Cheers Simon www.pocketsoap.com ... following ... ...
Yes, it can be started on any port, many other answers can be found at: http://www.whitemesa.com/wmsoapsvc_about.htm If you have any other questions go ahead...
Bob Cunnings
cunnings@...
Jan 9, 2004 8:09 pm
9710
Hmmm, the errors, which I admit I've never seen before, lead me to think that the build environment isn't Win2K or XP (or is somehow misconfigured), which are...
Bob Cunnings
cunnings@...
Jan 9, 2004 8:14 pm
9711
________________________________________________________________________ Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download...
There are interop tests .. I think a couple of levels have been checked but not sure whether the services are running somewhere. Will find out and let you...
I have create a .net webservice, and am using a PHP page to consume it. I get the soap response back, but what do I do now? How to I parse the soap response...