Groups | Blog | Home
all groups > dotnet web services enhancements > august 2004 >

dotnet web services enhancements : Setting To Header & TCPMon


steve
8/17/2004 6:03:02 AM
I've read a lot of postings in here about how you have to set the <To>
attribute to the url when using a tool such as TCPMon. Where/How exactly is
this done? Am I supposed to do it on the client side, server side? Am I
supposed to do this through the <Actor> attribute? Can someone give a newbie
details.

Thanks
Jan Hruz
8/20/2004 9:39:43 AM
For example :

[WebService]
[SoapActor("http://localhost:8080/ws/myws.asmx")]
public class ws : System.Web.Services.WebService
{
...
}

Regards,
Jan

[quoted text, click to view]

AddThis Social Bookmark Button