[
https://issues.apache.org/jira/browse/AXIS2-5065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13070401#comment-13070401
]
Sagara Gunathunga commented on AXIS2-5065:
-------------------------------------------
In server side service method parameters and return type are used to identify
DOM documents wrapped in incoming XML messages and also to serialize it back.
But there is no type system to represent DOM documents in WSDL hence
xsd:anyType used as the type. Since there is no proper type system for DOM
documents you can't use DOM documents with stub based clients you have to write
a client that operate on Axiom OM level. This is a known limitation.
> Provide support for org.w3c.dom.Document in web service.
> --------------------------------------------------------
>
> Key: AXIS2-5065
> URL: https://issues.apache.org/jira/browse/AXIS2-5065
> Project: Axis2
> Issue Type: Improvement
> Components: adb
> Affects Versions: 1.5.4, 1.6.0
> Reporter: Muhammed Shariq
> Assignee: Sagara Gunathunga
> Fix For: 1.7.0
>
>
> Provide support for org.w3c.dom.Document as a parameter for a web service.
--
This message is automatically generated by JIRA.
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]