When calling the webclient, i am getting the below exception:
Caught exception of type org.switchyard.HandlerException with message: javax.xml.ws.soap.SOAPFaultException: System.StringException: Invalid id: test
Class.oppwsdl.oppweb: line 15, column 1 Caused by exception of type javax.xml.ws.soap.SOAPFaultException, message: System.StringException: Invalid id: test
Class.oppwsdl.oppweb: line 15, column 1 Caused by exception of type org.apache.cxf.binding.soap.SoapFault, message: System.StringException: Invalid id: test
Class.oppwsdl.oppweb: line 15, column 1: org.switchyard.HandlerException: javax.xml.ws.soap.SOAPFaultException: System.StringException: Invalid id: test
I am using the below environment details: Working components version as below : 1. jbdevstudio 7.1.1 GA-- IDE(Jboss Developer Studio) 2. jboss-eap-6.1.0 (JbossServer) 3. switchyard-1.1.0 (Switch) 4.Maven : apache-maven-3.2.3 (Maven Scripts)
Appreciated your help to resolve this issue.
Thanks, Rao
|