c# - Get Sample SOAP request programmatically -


i'm writing tool users make use of asmx webservice, , i'd show users sample soap requests various methods.

if have asmx webservice asp.net automatically generates page each method displays sample soap request , response. can see example here.

clearly, system.web.services.webservice generates sample somewhere, don't know where. how can hold of soap samples programmatically can use them elsewhere?


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -