You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Davanum Srinivas (JIRA)" <ji...@apache.org> on 2006/09/25 08:20:51 UTC

[jira] Assigned: (AXIS2-1221) ADB Code generation for XMIME (http://www.w3.org/TR/xml-media-types/) is incorrect

     [ http://issues.apache.org/jira/browse/AXIS2-1221?page=all ]

Davanum Srinivas reassigned AXIS2-1221:
---------------------------------------

    Assignee: Davanum Srinivas  (was: Thilina Gunarathne)

> ADB Code generation for XMIME (http://www.w3.org/TR/xml-media-types/) is incorrect
> ----------------------------------------------------------------------------------
>
>                 Key: AXIS2-1221
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1221
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: databinding
>            Reporter: Thilina Gunarathne
>         Assigned To: Davanum Srinivas
>            Priority: Blocker
>
> 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>
> According to the http://www.w3.org/TR/xml-media-types/ specification above generated message is incorrect... Image-Attachment element should have the base64 content, not an element with the name of base64Binary....

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org