Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
My client side stub communicates with an other system which returns an HTTP/Error 500. There it throws a null pointer exception.
The issue is in line 155 of the TransportUtils class. There the getClass method is invoked on a NULL object, when no Builder can be resolved in line 153.