web services - How to locate the WSDL file in Azure web site? -


i've created web application runs web service (wcf). source code long gone checked app still , running. given have address service (something.azurewebsites.com) , name of 1 of methods exposed (parameterless ping), how can learn location of wsdl file?

as far recall, i've exposed common way, publish file fetched suggestion on azure portal. i'd call method ping verify something, rebuilding whole new service seems bit overkill.

suggestions on exact url might be? alternatively, suggestions on tool sniff up?

go azure portal , find ftp address "something.azurewebsite.net". use ftp program connect server , browse files. way might able find ".svc" file. matter, might able download of code , use tool reflector view .net compiled code.


Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -