Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
JAX-WS Error Soap CLient Error Liferay 7.4 GA19
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