This content has been marked as final.
Show 1 reply
-
1. Re: NPE in a cxf client because address == null, why?
tuijldert May 3, 2018 5:07 AM (in response to tuijldert)Because, on creating the implementing client as in:
service = new TheUserService(wsdl, qName);
the specified wsdl could not be found due to a typo in the url, but this is not logged (?) and therefore escaped my attention.
Ah well, we live and learn.
Apologies for the spam.
Cheers,
Tom.