Description
The wsdl4j-1.6.1 has a bug that cause a null pointer if the servicemix-http-bc component is used to proxy e webservice; using http-bc has provider and consumer thrown e null pointer exception during the remote wsdl retrieving due to a bug on 1.6.1.
The exception is thrown in SoapHelper.getDefinition(ServiceEndpoint) line: 381 but the error come from the ibm class.
Replacing the jar with the 1.6.2 It fix the bug.
In attach u can find the two simple xbean used.