Hello everyone,
What is the most quick way to see related WSDL file for the Web Services you developed? Currently, I have to develop a client in order to see the WSDL. Any ways to get WSDL from server side directly?
thanks in advance,
George
Hello everyone,
What is the most quick way to see related WSDL file for the Web Services you developed? Currently, I have to develop a client in order to see the WSDL. Any ways to get WSDL from server side directly?
thanks in advance,
George
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.
George GeorgePosted Jul 14, 2008, 9:40 PM
Great, thanks Satish!
regards,
George
Satish KathiPosted Jul 14, 2008, 11:47 AM
A client can request the Web service's WSDL description either by appending ?WSDL to the ASMX file's URL or by clicking the Service Description link, ASP.NET generates the WSDL description, then returns it to the client for display in the Web browser.