[ 
https://issues.apache.org/jira/browse/WODEN-115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525394
 ] 

Dan Harvey commented on WODEN-115:
----------------------------------

To support WSDL 2.0 nested in another xml document I have implemented an 
XPointer parse in Woden as there are no other open source api implementations 
at the moment. I have used this in both DOM and OM WSDLReader to check for a 
fragment identifier in the URI given for the document then attempt to parse 
this as an XPointer, using the result as the WSDL 2.0 description element in 
woden if it resolves to an xml element.

I have attached the patch for this to this Jira which contains the XPoitner 
implementation and the changes to Woden. To apply this patch, XmlnsPart.java in 
org.apache.woden.xpointer needs renaming to XmlnsPointerPart.java BEFORE it is 
applied.

> Support WSDL 2.0 <description> nested within other XML documents
> ----------------------------------------------------------------
>
>                 Key: WODEN-115
>                 URL: https://issues.apache.org/jira/browse/WODEN-115
>             Project: Woden
>          Issue Type: Bug
>          Components: Parser
>            Reporter: Arthur Ryman
>            Assignee: Dan Harvey
>            Priority: Minor
>             Fix For: M8
>
>         Attachments: Woden-115.patch
>
>
> Woden should be able to parse a WSDL 2.0 <description> element nested in 
> another XML document. This means that the URI passed to the parser may have a 
> fragment identifier.
> Woden should support bare names at least, and perhaps other XPaths. e.g.
> http://www.example.org/mydocument.xml#mydescription

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to