Scope Future | Hi All, I am getting the following error when trying to communicate with webservice(Server side implimentation is done using microsoft wcf): - A custom element encountered an exception. The error was: java.lang.LinkageError: loader constraints violated when linking javax/xml/stream/XMLStreamReader class Environment Details: - I have upgraded Call Studio 7.0.1 to Call Studio 7.0.2 by applying a patch. Axis Version : - Axis 2 1.5.4 Client Stub: - Generated java client stub using SOAP UI Axis2 Artifacts. Databing used: - adb I am trying to communicate with webservices by implementing the logic in a custom java file(Decision/Action Class) and testing the application through Cisco Call Studio Debugger. On testing I am getting the above error. However, when I try to execute the same logic in a seperate java class with main method(created a different java project in the call studio) I am able to communicate successfully with the webservice. Following are the jars used: - activation-1.1.jar, axiom-api-1.2.8.jar axiom-impl-1.2.8.jar, axis2-adb-1.5.jar axis2-adb-codegen-1.5.jar axis2-kernel-1.5.jar, axis2-transport-http-1.5.jar axis2-transport-local-1.5.jar bcel-5.1.jar, commons-codec-1.3.jar commons-httpclient-3.1.jar, commons-io-1.4.jar commons-logging-1.1.1.jar, geronimo-stax-api_1.0_spec-1.0.1.jar httpcore-4.0.jar, mail-1.4.jar, neethi-2.0.4.jar wsdl4j-1.6.2.jar, wstx-asl-3.2.4.jar xmlbeans-2.3.0.jar, XmlSchema-1.4.3.jar Please advice what should be done to resolve the above error. I have deployed the application in the VXML Server also and got the above link error. Thanks in Advance. |