Please
I have an java SOAP client application that uses apache axiom project libs:
<dependency>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-api</artifactId>
<version>1.2.22</version>
</dependency>
<dependency>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-impl</artifactId>
<version>1.2.22</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-dom</artifactId>
<version>1.2.22</version>
<scope>runtime</scope>
</dependency>
I'm getting the following error when I try to run it in my EI 6.6.0:
javax.xml.soap.SOAPException: Unable to create SOAP connection factory:
com.sun.xml.internal.messaging.saaj.client.p2p.HttpSOAPConnectionFactory
cannot be cast to javax.xml.soap.SOAPConnectionFactory
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev