You have to add the following to your configuration.
<allowRedirectedResponses enabled="true" /> to either your web.config or
your app.config.
By default this is disabled and as a result the replyTo does not work.
Hope this helps..
Ramadass
> I have written a simple soap client and server using the SoapClient
> and SoapServer class. I had been setting the ReplyTo address but it
[quoted text clipped - 7 lines]
> Thanks,
> Todd
Todd - 04 Oct 2004 17:34 GMT
I was looking for a programmatic solution - I didn't even bother to
check the cfg file. That worked great, thanks!
Todd
> You have to add the following to your configuration.
> <allowRedirectedResponses enabled="true" /> to either your web.config or
[quoted text clipped - 14 lines]
> > Thanks,
> > Todd