The difference is that the OneWayAttribute works for remoting whereas
SoapDocumentMethod(OneWay=true)] works for Web Services.
> Does anyone know what the difference between the
> SoapDocumentMethod(OneWay=true)] and the [OneWay] attribute? According to
[quoted text clipped - 11 lines]
>
> Thanks
John Bailey - 09 Mar 2007 17:53 GMT
And if you have a remoting object hosted in IIS that uses the SOAP formater?
Web services are essentially a specific application of remoting; I'm
surprised that there is such a difference.
> The difference is that the OneWayAttribute works for remoting whereas
> SoapDocumentMethod(OneWay=true)] works for Web Services.
[quoted text clipped - 14 lines]
> >
> > Thanks
John Bailey - 09 Mar 2007 17:53 GMT
Oh, and thanks clearing it up! I appreciate it.
> The difference is that the OneWayAttribute works for remoting whereas
> SoapDocumentMethod(OneWay=true)] works for Web Services.
[quoted text clipped - 14 lines]
> >
> > Thanks