Tag Archives: SOAP

Workaround for JAX-WS NullPointerException when calling web service from embedded Java 8 JVM

[Note: I originally posted this solution to Stackoverflow.com] Problem: When connecting to a SOAP based web service from a Java 8 embedded JVM using JAX-WS dynamic generation of the client stubs, you get this NullPointerException:

If your problem is … Continue reading

Posted in Java | Tagged , , , , , , | 2 Comments