User2017673925 posted
Hello,
I am developing a web service which talks to Yahoo Store.
They have a option where we can provide a link in the Yahoo Store Admin Section.
That link which could be a web service will listen to the XML provided to it.
I want to write the web service which get the XML and runs the stored procedure to insert the XML into Sql.
I know what the format of the XML is and I have also written stored procedures which insert data into the Sql.
How can I go about building the Web Service which would be the link which I can put in the Yahoo Store which gets the XML feed from the Yahoo and calls the stored procedure.
My question is how can I go about buliding the webservice?
Thanks a lot.