I need to develop an app to send SOAP XML to an ASHX service. What's the easiest way - just use HttpWebRequest?
When they told me I needed to send to a web serivice, I thought I could use WCF. But then I found out it's an ASHX service, which I'd never heard of. It doesn't look like WCF is an option for ASHX.
hapax_legome...
Member
316 Points
357 Posts
How to send SOAP to .ASHX?
Dec 11, 2012 02:51 PM|LINK
I need to develop an app to send SOAP XML to an ASHX service. What's the easiest way - just use HttpWebRequest?
When they told me I needed to send to a web serivice, I thought I could use WCF. But then I found out it's an ASHX service, which I'd never heard of. It doesn't look like WCF is an option for ASHX.
Haixia Xie -...
Contributor
3087 Points
298 Posts
Microsoft
Re: How to send SOAP to .ASHX?
Dec 13, 2012 05:54 AM|LINK
Hi,
To achieve the goal, you can use a POST request. Please take a look at this thread on similar issue.
#What is an ASHX file Handler or web handler
http://www.c-sharpcorner.com/uploadfile/prathore/what-is-an-ashx-file-handler-or-web-handler/
Hope it helps.
Best Regards.
Feedback to us
Develop and promote your apps in Windows Store