JAX-WS Error Soap CLient Error Liferay 7.4 GA19

Kevin Matthews, modified 3 Years ago. Expert Posts: 253 Join Date: 1/25/16 Recent Posts

Hello, I have jax-ws soap client that is currently running in production in my liferay bundle under Liferay 7.2 GA3 which uses generated stubs to for client soap proxy. However, when I upgraded liferay to GA19 and re-generate the stubs to use in my bundle I am getting the following error below. I am using jdk1.8.0_191. Has anyone encountered this issue?

java.lang.NullPointerException: null
    at com.sun.xml.internal.ws.client.ClientContainer$1.getResource(ClientContainer.java:45) ~[?:1.8.0_191]

 

Thanks

Kevin