Sorry read WSEWSDL3 (typo)
> Quickly knocked up a sample cleint and service app running over tcp using the
> WSE 3.0 CTP. Used the WSEWSDL2 to generate the proxy. However could not get
> an exception to be returned if thrown in the service. Very simple test
> SoapClient to Soap Service call. Shouldn't this work....?
BenW - 19 Jun 2005 13:19 GMT
Resolved. For others: The proxy generated by WSEWSDL3 calls the protected
method on the base SoapClient class SendOneWay when the method does not
return data, where as the generated proxy calls SendRequestResponse when the
method returns data.
> Sorry read WSEWSDL3 (typo)
>
> > Quickly knocked up a sample cleint and service app running over tcp using the
> > WSE 3.0 CTP. Used the WSEWSDL2 to generate the proxy. However could not get
> > an exception to be returned if thrown in the service. Very simple test
> > SoapClient to Soap Service call. Shouldn't this work....?