Hi devs,
I feel that the JIRA http://issues.apache.org/jira/browse/AXIS2-1221
is due to a problem with the way we handle the Simple Content Type
Extension..
Can somebody with a better idea on Simple Content Type Extension shed
some light on this issue...
Schema :
<xsd:element name="image-attachment">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:base64Binary">
<xsd:attribute ref="xmime:contentType" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
Axis2 Generated Message:
<ns1:image-attachment>
<ns1:base64Binary
xmlns:ns1="http://www.w3.org/2001/XMLSchema">.....Some Base64
characters or XOP:include.........</ns1:base64Binary>
</ns1:image-attachment>
Thanks,
Thilina
--
http://webservices.apache.org/~thilina/
http://thilinag.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]