Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Patch Available
Description
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.