all groups > dotnet web services enhancements > june 2005 >
You're in the

dotnet web services enhancements

group:

Thowing exception


Thowing exception BenW
6/17/2005 10:51:06 AM
dotnet web services enhancements:
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
RE: Thowing exception BenW
6/17/2005 11:00:04 AM
Sorry read WSEWSDL3 (typo)

[quoted text, click to view]
RE: Thowing exception BenW
6/19/2005 5:19:01 AM
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.


[quoted text, click to view]
AddThis Social Bookmark Button