Last post Feb 10, 2017 07:51 AM by Chris Zhao
None
0 Points
2 Posts
Feb 08, 2017 05:12 PM|EthanHunt007|LINK
Hi,
I'm needing to setup a web service on a Server to be able to receive HTTP Post Requests with XML and parse into a SQL Database.
So far I only have a server setup with windows server 2008 r2 enterprise.
Can someone please advise me on the next steps.
Thanks
All-Star
17652 Points
3510 Posts
Feb 09, 2017 02:46 AM|Chris Zhao|LINK
Hi EthanHunt007,
This article explains how to take the xml string given by request and parse the xml document, based on the xml the method has to insert or update or query the database table to the calling application.
http://www.iamraghuveer.com/2012/01/aspnet-web-service-receiving-xml-as.html
Best Regards,
Chris
Feb 09, 2017 11:05 AM|EthanHunt007|LINK
Thanks for that info Chris,
But what should be my next steps in the setup of the server, what to install and setup etc.
Feb 10, 2017 07:51 AM|Chris Zhao|LINK
Install IIS, .NET Framework, etc. You could refer following links for more information.
https://www.iis.net/learn/install/installing-iis-7/installing-iis-7-and-above-on-windows-server-2008-or-windows-server-2008-r2
https://docs.microsoft.com/en-us/aspnet/web-forms/overview/deployment/configuring-server-environments-for-web-deployment/configuring-a-web-server-for-web-deploy-publishing-web-deploy-handler
None
0 Points
2 Posts
Web Service to receive HTTP Post Requests with XML and parse into SQL
Feb 08, 2017 05:12 PM|EthanHunt007|LINK
Hi,
I'm needing to setup a web service on a Server to be able to receive HTTP Post Requests with XML and parse into a SQL Database.
So far I only have a server setup with windows server 2008 r2 enterprise.
Can someone please advise me on the next steps.
Thanks
All-Star
17652 Points
3510 Posts
Re: Web Service to receive HTTP Post Requests with XML and parse into SQL
Feb 09, 2017 02:46 AM|Chris Zhao|LINK
Hi EthanHunt007,
This article explains how to take the xml string given by request and parse the xml document, based on the xml the method has to insert or update or query the database table to the calling application.
http://www.iamraghuveer.com/2012/01/aspnet-web-service-receiving-xml-as.html
Best Regards,
Chris
None
0 Points
2 Posts
Re: Web Service to receive HTTP Post Requests with XML and parse into SQL
Feb 09, 2017 11:05 AM|EthanHunt007|LINK
Thanks for that info Chris,
But what should be my next steps in the setup of the server, what to install and setup etc.
Thanks
All-Star
17652 Points
3510 Posts
Re: Web Service to receive HTTP Post Requests with XML and parse into SQL
Feb 10, 2017 07:51 AM|Chris Zhao|LINK
Hi EthanHunt007,
Install IIS, .NET Framework, etc. You could refer following links for more information.
https://www.iis.net/learn/install/installing-iis-7/installing-iis-7-and-above-on-windows-server-2008-or-windows-server-2008-r2
https://docs.microsoft.com/en-us/aspnet/web-forms/overview/deployment/configuring-server-environments-for-web-deployment/configuring-a-web-server-for-web-deploy-publishing-web-deploy-handler
Best Regards,
Chris