JAXWS Style WebMethod can not return null -----------------------------------------
Key: AXIS2-4580 URL: https://issues.apache.org/jira/browse/AXIS2-4580 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: jaxws Affects Versions: 1.5.1 Reporter: Li, Feng Priority: Blocker JAXWS style web service can not return null. If return null, will get following error message: javax.xml.ws.soap.SOAPFaultException: Return argument(s) in operation method --- is null. This is not allowed for rpc/lit messages. By default, JAXWS will use Document/Literal style SOAP binding. but Axis2 only provide RPC style message receivers. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.