Hi, I have a question, which I think should be easy for cxf dev. If I have a client that is using a WSDL of a web service and method X is declared as returning a complex type, if for some reason the web service returns an HTTP 202 Accepted, how is this handled by the framework? I would expect a null pointer to be returned to the calling code of the web method stub. Is the null pointer the behavior to expect?
Thanks
