Can I get the URL used from the stub class created with wsdl.exe?

Posted by kenny on Stack Overflow See other posts from Stack Overflow or by kenny
Published on 2010-06-11T19:21:35Z Indexed on 2010/06/11 19:53 UTC
Read the original article Hit count: 179

Filed under:
|
|
|

I'm working with a customer whose web service doesn't return the data in every case. Since the C# stub code is generated by calling wsdl.exe, I'm wondering how to get the actual URL used for any particular method call. I would like to feed the URL to a browser to show them (aka point fingers).

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET