You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by "Forden, David Keith" <Da...@epiqus.com> on 2001/05/29 10:05:45 UTC

WSDL WSTK and One-way message - slightly off topic

It appears to me that the IBM WSTK does not provide a facility for
sending one-way message over SOAP. The WSDLServiceProxy class only has
an invoke method. 

Can we assume that if the SOAP Response returned from the invoke method
is null then either: 
	1) A SOAP Fault has occured or;
	2) The service operation is a one-way message
?

Dave