We have created a websevice client using the jaxws-maven-plugin and validated that the WAR file works in our test environment. However, upon moving the same WAR file to production it now produces this error:
Caused by: javax.xml.soap.SOAPException: Unable to create message factory for SOAP:
Provider weblogic.webservice.core.soap.MessageFactoryImpl not found
at javax.xml.soap.MessageFactory.newInstance(MessageFactory.java:116)
Has anyone seen this and how was it resolved?
NOTE: We are deploying to a Glassfish server in both the TEST and PRODUCTION environments.