On Wednesday 03 November 2010 3:36:04 pm am am wrote:
> Hi,
> 
> If a web service defines in the WSDL an operation with input/output message
> exchange pattern (all elements optional for response object type), if the
> web service returns a 202 Accepted, is this handled by the framework
> silently, or an exception will be raised? I would expect a null pointer to
> be returned to the calling code. Is this the case?
> 
> Thanks!

Well, I wouldn't expect an NPE.   I WOULD expect some sort of 
WebServiceException or other exception related to not being able to parse the 
non-existent XML.

-- 
Daniel Kulp
[email protected]
http://dankulp.com/blog

Reply via email to