XML web services
How can be deploy xml web services?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Jan 5, 2012, 12:00 AM
Please Refer..
http://www.codeproject.com/KB/webservices/myservice.aspx
http://www.c-sharpcorner.com/UploadFile/rajaduraip/SimplestwaytoCreateNDeployWebServices12232005054219AM/SimplestwaytoCreateNDeployWebServices.aspx
magesh manavalanPosted Dec 28, 2011, 12:19 AM
Satyapriya NayakPosted Dec 28, 2011, 12:06 AM
Deploying an XML Web service involves copying the .asmx file and any assemblies used by the XML Web service, but not part of the Microsoft .NET Framework, to the Web server.
Please refer the below links
http://msdn.microsoft.com/en-us/library/s9w05e9b%28v=vs.71%29.aspx
http://www.startvbdotnet.com/web/deploywebservice.aspx
http://www.c-sharpcorner.com/UploadFile/rajaduraip/SimplestwaytoCreateNDeployWebServices12232005054219AM/SimplestwaytoCreateNDeployWebServices.aspx
Thanks