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
SB
Jan Hruz - 20 Aug 2004 08:39 GMT
For example :
[WebService]
[SoapActor("http://localhost:8080/ws/myws.asmx")]
public class ws : System.Web.Services.WebService
{
...
}
Regards,
Jan
> 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
[quoted text clipped - 4 lines]
> Thanks
> SB