Advertisement

1 - 10 of 14 containing alltags:("soapaction") (0 seconds)
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...
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...
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...
Zones: MS Visual BasicDate Answered: 02/14/2006 Grade: A Views: 0
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...
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.)
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 ...
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...
Zones: ColdFusion Application ServerDate Answered: 09/22/2005 Grade: C Views: 86
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...
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 ...
Zones: .NET, Web Services and WCFDate Answered: 10/16/2004 Grade: A Views: 331
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...
Zones: XMLDate Answered: 02/01/2006 Grade: A Views: 0