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).
You can set the URL property on your service object? Is that what you mean?
精彩评论