The XML data is being posted to the WebService I can only think it is being passed as an XML file structure. I have for the time being setup my procedure to receive a String, and have not had any luck setting it up to recieve a XML data transmission. The
excert of the PHP code is what they use to recieve the XML, I have not found anything that is simular in ASP with C# Script.
The Third party is performing a HTTP Post, the test page is doing it from a form with a couple of jscripts. If you would like to see the test page you can see it at the following URL.
I have had to use FireFox to use the page, IE presents the ability to save a file so I have not been able to use IE on this test site. My WebService is located at the following URL.
JRatcliff
Member
47 Points
34 Posts
Re: Creating a Web Service to Recive a HTTP POST with an XML document as the body or payload from...
Nov 19, 2010 04:37 PM|LINK
The XML data is being posted to the WebService I can only think it is being passed as an XML file structure. I have for the time being setup my procedure to receive a String, and have not had any luck setting it up to recieve a XML data transmission. The excert of the PHP code is what they use to recieve the XML, I have not found anything that is simular in ASP with C# Script.
The Third party is performing a HTTP Post, the test page is doing it from a form with a couple of jscripts. If you would like to see the test page you can see it at the following URL.
https://lab.jumptxt.com/smsxml-test-suite/DeliverRequest.action
I have had to use FireFox to use the page, IE presents the ability to save a file so I have not been able to use IE on this test site. My WebService is located at the following URL.
http://smsnetca.w03.winhost.com/Service/wsTest1.asmx/ProcessXML
The error I am getting is the following.
com.impact.exception.FatalException: Server returned status 500: Internal Server Error
Any help you can provide would be helpfull.
Thanks
.net web service "ASP.NET" .ascx .aspx C# .ASPX .net 3.5 "web service"