org.apache.axis2.databinding.ADBException: Any type element type has not been
given
-----------------------------------------------------------------------------------
Key: AXIS2-5238
URL: https://issues.apache.org/jira/browse/AXIS2-5238
Project: Axis2
Issue Type: Bug
Components: Integration
Affects Versions: 1.4.1
Environment: windows
Reporter: Ram
Priority: Blocker
WSDL Section:
<xsd:element name="TranslationGroup" nillable="true"
type="cmn:TranslationRequestGroupType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A TranslationGroup
includes Translation Units, which include content for translation.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
We converted the wsdl in stub classes and while requesting for response of
content, following exception occurs:
org.apache.axis2.AxisFault: org.apache.axis2.databinding.ADBException: Any type
element type has not been given
at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
at
com.symantec.www.it.webservices.translationservice.TranslationServiceAbstractStub.fromOM(TranslationServiceAbstractStub.java:26359)
at
com.symantec.www.it.webservices.translationservice.TranslationServiceAbstractStub.GetTranslationResponse(TranslationServiceAbstractStub.java:784)
at
com.symantec.www.it.webservices.translationservice.GetResponse.getResponsemethod(GetResponse.java:128)
at
com.symantec.www.it.webservices.translationservice.test.main(test.java:27)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]