Groups | Blog | Home
all groups > dotnet web services enhancements > september 2005 >

dotnet web services enhancements : WSE3 and TCPIP hosted services - why does client require action & ReplyTo?


Julie Lerman
9/23/2005 4:44:25 PM
In Mark Fussell's overview of wse3, he demos the tcpip hosted web service.
There are two lines in there for ws-addressing which point to the operation
and open up a return pipe.

proxy.requstsoapcontext.addressing.action=new action("MyMethod")
proxy.requestsoapcontext.addressing.replyto=new replyto(New
Uri("soap.tcp://receiver"))

I am able to run my own demo with those lines commented out, however Mark
says they are necessary.

Can someone explain to me why I need them if I have a generated a proxy
already and am calling the method (eg myProxy.HelloWorld). Why does it work
without the addressing lines?

thanks

julie

Nathan Anderson [MSFT]
9/28/2005 1:30:13 PM
Well, as you've found they're not necessary. WSE will generate these fields
automatically unless you have some need to set these differently. I believe
these lines were added with an earlier version of WSE 3 and just haven't
been removed.

Hope this helps.


[quoted text, click to view]

Julie Lerman
10/9/2005 2:10:56 PM
thanks - sorry for the delay - I got distracted by Indigo <g>

"Nathan Anderson [MSFT]" <nathan_anderson_no_spam@microsoft.com> wrote in
message news:433afd68$1@news.microsoft.com...
[quoted text, click to view]

AddThis Social Bookmark Button