Missing null check in JAXWSBindingInvoker for non blocking operation --------------------------------------------------------------------
Key: TUSCANY-3986 URL: https://issues.apache.org/jira/browse/TUSCANY-3986 Project: Tuscany Issue Type: Bug Components: Java SCA Axis Binding Extension Reporter: Rashmi Hunt Fix For: Java-SCA-2.x invokeTarget() returns soap reponse as null if operation is nonBlocking. invokeTarget() is called from invoke() method which doesn not check for 'null' response and goes ahead to get the soap body from null response which throws NullPointerException. I have attached a patch which checks for null response. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira