Answered by:
XML SOAP Request IIS 6

Question
-
User2120771757 posted
I'm a noob tasked with enabling a server running IIS 6 to accept SOAP requests.
The client will use the SOAP Request will put an XML file on the server and, ultimately, another file will be created on the server that will be sent back to the client before the SOAP interaction is terminated.
How do I make this happen? I have the SOAP request already. I need to know how to configure the server with IIS 6 to accept that SOAP request.I look forward to your input.
Thursday, November 2, 2017 2:59 PM
Answers
-
User690216013 posted
IIS itself won't be able to accept SOAP requests and return the responses. You need to use an application framework, ASP.NET/WCF/PHP and so on.
Thus, please post such questions to a site such as Stack Overflow and in the meantime learn an application framework.
- Marked as answer by Anonymous Tuesday, September 28, 2021 12:00 AM
Friday, November 3, 2017 2:34 AM -
User2120771757 posted
What I needed to do was configure a listener on the IIS server with Windows Remote Management. It was as simple as typing winrm quickconfig in a command prompt on the server, though later the listener configuration will be adjusted.
I eventually found what I needed here:https://msdn.microsoft.com/en-us/library/aa384372(v=vs.85).aspx
- Marked as answer by Anonymous Tuesday, September 28, 2021 12:00 AM
Friday, November 3, 2017 1:38 PM
All replies
-
User1278090636 posted
Hi Stosh85,
As far as I know, the IIS 6 supports the SOAP by default. So the IIS should be able to receive the SOAP request. To handle the SOAP request, you need to have the website that hosted on IIS to be able to handle the SOAP request.
Stosh85
How do I make this happen? I have the SOAP request already. I need to know how to configure the server with IIS 6 to accept that SOAP request.I think the main point here isn't about IIS, the main point is that you need a web application that hosted on IIS to handle these SOAP requests.
The IIS 6 is quite old version of IIS, the latest version is IIS 10 now. It's recommend to migrate the IIS 6 to IIS 7 or higher.
Best Regards,
Jean
Friday, November 3, 2017 2:28 AM -
User690216013 posted
IIS itself won't be able to accept SOAP requests and return the responses. You need to use an application framework, ASP.NET/WCF/PHP and so on.
Thus, please post such questions to a site such as Stack Overflow and in the meantime learn an application framework.
- Marked as answer by Anonymous Tuesday, September 28, 2021 12:00 AM
Friday, November 3, 2017 2:34 AM -
User2120771757 posted
What I needed to do was configure a listener on the IIS server with Windows Remote Management. It was as simple as typing winrm quickconfig in a command prompt on the server, though later the listener configuration will be adjusted.
I eventually found what I needed here:https://msdn.microsoft.com/en-us/library/aa384372(v=vs.85).aspx
- Marked as answer by Anonymous Tuesday, September 28, 2021 12:00 AM
Friday, November 3, 2017 1:38 PM -
User-460007017 posted
Hi stosh85,
It could be appreciated if you could mark your reply as answer.
Best Regards,
Yuk Ding
Thursday, November 16, 2017 6:04 AM