Incorrect behaviour when Code Generating for "xsd:base64Binary"
---------------------------------------------------------------
Key: AXIS2-1141
URL: http://issues.apache.org/jira/browse/AXIS2-1141
Project: Apache Axis 2.0 (Axis2)
Issue Type: Bug
Components: databinding
Reporter: Thilina Gunarathne
Priority: Blocker
Generated messages from the following schema does not contain the
"image-attachment" element,
Schema:
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://schemas.xmlsoap.org/wsdl/"
elementFormDefault="qualified">
<xsd:element name="image">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="meta-info"
type="xsd:string"/>
<xsd:element
name="image-attachment" type="xsd:base64Binary"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>
Message Generated:
<soapenv:Body>
<ns1:image xmlns:ns1="http://schemas.xmlsoap.org/wsdl/">
<ns1:meta-info>xyz</ns1:meta-info>
<xop:Include href="cid:1.urn:uuid:[EMAIL PROTECTED]"
xmlns:xop="http://www.w3.org/2004/08/xop/include" />
</ns1:image>
</soapenv:Body>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.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]