Hi All,
I have created a HTTPHandler in .Net to handle requests to my web service. However when I lookin the request headers soapaction I get the following "\"http://services.endsleigh.co.uk/Mo...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_21641158.html
Zones:
.NETDate Answered: 12/16/2005 Grade: A Views: 0
I'm trying to access a soap server w/ an http post. I'm getting
<faultcode>ns1:Client.NoSOAPAction</faultcode>
<faultstring>no SOAPAction header!</faultstring>
What am I missing in my par...
http://www.experts-exchange.com/Programming/Languages/Java/Q_22138693.html
Zones:
JavaDate Answered: 03/25/2007 Grade: A Views: 4
This might be a better way of asking my question.....
Using Microsoft ASP webpage........I can do this ok
set xmlhttp = Server.CreateObject("msxml2.serverxmlhttp")
xmlhttp.Open "POST", pingU...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21581397.htm...
Hello experts,
I'm trying to pull info using SOAP. I use these parameters:
My Object is "Msxml2.xmlhttp"
xmlhttp.Open("POST", "http://somepage.asp", false);
xmlhttp.setRequestHeader("Auth...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_22113573.htm...
Zones:
XMLDate Answered: 01/19/2007 Grade: B Views: 0
How can I change the Content-Type property for a SOAP message in C++?
Does anyone know where I can find a list of SOAP properties (i.e. "SOAPAction", etc.)
http://www.experts-exchange.com/Programming/Languages/CPP/Q_22500159.html
Zones:
C++Date Answered: 06/09/2007 Grade: A Views: 0
I have the exact same application running on two machines. Both hit a web service on a third machine. On the development machine the client hits the web service absolutely fine. However, on the ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20652884.html
Zones:
C#Date Answered: 06/18/2003 Grade: A Views: 0
Hi I do not know much about soap requests, but I need to make one and do not know where to put the soap action. So far I have my code like this:
<cfsavecontent variable="theSoap">
<soap:Env...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21570683...
How do I know what is required in the SoapAction header and where does it go in the following code?
String endpoint = "https://[www.serverURL]/QueryOffers/QueryOffers.asmx";
S...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21640892.html
Zones:
JavaDate Answered: 11/28/2005 Grade: A Views: 0
I searched the web and experts-exchange for this problem and none of the solutions given seems to work in my case.
I am using a VB.NET Client with an ASP.NET Web Service.
The VB.NET client code ...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_21133712.html
Hi,
I'm new to SOAP .....so I'm not sure on the details of how to do this.
I have a web service that converts Celsius to Fahrenheit.
I want to send an xml doc using soap to the web service a...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_21652766.htm...
Zones:
XMLDate Answered: 02/01/2006 Grade: A Views: 0