Hi All,
I have created etd using .xsd file. ETD tester is parsing the xml file successfully. In my first eWay I get the file as payload (GenericInEvent) and then I try to unmarshal my outbound ETD which is ETD created from xsd using xsd wizards. It is giving me follwoing error.
ew_First (Information): JCS: Java collaboration translate threw a java.lang.Exception!
ew_First (Information): *************** Exception occurred **************
ew_First (Information): toString: java.lang.NoSuchMethodError
ew_First (Information):
ew_First (Information): getMessage: null
ew_First (Information):
ew_First (Information): StackTrace:
.lang.NoSuchMethodError
at java.lang.NoSuchMethodError
at testClassName.elements.HttpSchemasXmlsoapOrgSoapEnvelopeEnvelope.unmarshal
(HttpSchemasXmlsoapOrgSoapEnvelopeEnvelope.java:41)
at com.stc.jcsre.XMLETDImpl.unmarshal(XMLETDImpl.java:195)
at cr_first.executeBusinessRules(cr_first.java:95)
at com.stc.jcsre.JCollaboration.translate(JCollaboration.java:148)
at com.stc.common.collabService.JCCollabControllerImpl.translate(JCCollabControllerImpl.java
:528)
Please let me know if you know the solution.
Thanks
Suraj
I have created etd using .xsd file. ETD tester is parsing the xml file successfully. In my first eWay I get the file as payload (GenericInEvent) and then I try to unmarshal my outbound ETD which is ETD created from xsd using xsd wizards. It is giving me follwoing error.
ew_First (Information): JCS: Java collaboration translate threw a java.lang.Exception!
ew_First (Information): *************** Exception occurred **************
ew_First (Information): toString: java.lang.NoSuchMethodError
ew_First (Information):
ew_First (Information): getMessage: null
ew_First (Information):
ew_First (Information): StackTrace:
.lang.NoSuchMethodError
at java.lang.NoSuchMethodError
at testClassName.elements.HttpSchemasXmlsoapOrgSoapEnvelopeEnvelope.unmarshal
(HttpSchemasXmlsoapOrgSoapEnvelopeEnvelope.java:41)
at com.stc.jcsre.XMLETDImpl.unmarshal(XMLETDImpl.java:195)
at cr_first.executeBusinessRules(cr_first.java:95)
at com.stc.jcsre.JCollaboration.translate(JCollaboration.java:148)
at com.stc.common.collabService.JCCollabControllerImpl.translate(JCCollabControllerImpl.java
:528)
Please let me know if you know the solution.
Thanks
Suraj