You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by "Sagara Gunathunga (JIRA)" <ji...@apache.org> on 2009/05/04 21:05:30 UTC

[jira] Created: (WODEN-220) OMWSDLReader should support to read from WSDLSource.

OMWSDLReader should support to read from WSDLSource.
----------------------------------------------------

                 Key: WODEN-220
                 URL: https://issues.apache.org/jira/browse/WODEN-220
             Project: Woden
          Issue Type: Improvement
          Components: Parser
            Reporter: Sagara Gunathunga 
            Assignee: Sagara Gunathunga 


Unlike DOMWSDLReader, OMWSDLReader only supports for read WSDL content from a URL, it is useful to implement read from WSDLSource object , where actual WSDL content represented as a OMElement.

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


[jira] Updated: (WODEN-220) OMWSDLReader should support to read from WSDLSource.

Posted by "Sagara Gunathunga (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WODEN-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sagara Gunathunga  updated WODEN-220:
-------------------------------------

    Attachment: OMWSDLReaderTest.java.txt

Added new test case for above method. 

> OMWSDLReader should support to read from WSDLSource.
> ----------------------------------------------------
>
>                 Key: WODEN-220
>                 URL: https://issues.apache.org/jira/browse/WODEN-220
>             Project: Woden
>          Issue Type: Improvement
>          Components: Parser
>            Reporter: Sagara Gunathunga 
>            Assignee: Sagara Gunathunga 
>         Attachments: OMWSDLReader.java.txt, OMWSDLReaderTest.java.txt, OMWSDLSource.java.txt
>
>
> Unlike DOMWSDLReader, OMWSDLReader only supports for read WSDL content from a URL, it is useful to implement read from WSDLSource object , where actual WSDL content represented as a OMElement.

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


[jira] Updated: (WODEN-220) OMWSDLReader should support to read from WSDLSource.

Posted by "Sagara Gunathunga (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WODEN-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sagara Gunathunga  updated WODEN-220:
-------------------------------------

    Fix Version/s: M9

> OMWSDLReader should support to read from WSDLSource.
> ----------------------------------------------------
>
>                 Key: WODEN-220
>                 URL: https://issues.apache.org/jira/browse/WODEN-220
>             Project: Woden
>          Issue Type: Improvement
>          Components: Parser
>            Reporter: Sagara Gunathunga 
>            Assignee: Sagara Gunathunga 
>             Fix For: M9
>
>         Attachments: OMWSDLReader.java.txt, OMWSDLReaderTest.java.txt, OMWSDLSource.java.txt
>
>
> Unlike DOMWSDLReader, OMWSDLReader only supports for read WSDL content from a URL, it is useful to implement read from WSDLSource object , where actual WSDL content represented as a OMElement.

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


[jira] Updated: (WODEN-220) OMWSDLReader should support to read from WSDLSource.

Posted by "Sagara Gunathunga (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WODEN-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sagara Gunathunga  updated WODEN-220:
-------------------------------------

    Attachment: OMWSDLReader.java.txt
                OMWSDLSource.java.txt

This patch introduces OMWSDLSource class and implements  the read from WSDLSource method in OMWSDLReader. I will add test case for this. 

> OMWSDLReader should support to read from WSDLSource.
> ----------------------------------------------------
>
>                 Key: WODEN-220
>                 URL: https://issues.apache.org/jira/browse/WODEN-220
>             Project: Woden
>          Issue Type: Improvement
>          Components: Parser
>            Reporter: Sagara Gunathunga 
>            Assignee: Sagara Gunathunga 
>         Attachments: OMWSDLReader.java.txt, OMWSDLSource.java.txt
>
>
> Unlike DOMWSDLReader, OMWSDLReader only supports for read WSDL content from a URL, it is useful to implement read from WSDLSource object , where actual WSDL content represented as a OMElement.

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


[jira] Resolved: (WODEN-220) OMWSDLReader should support to read from WSDLSource.

Posted by "Sagara Gunathunga (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WODEN-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sagara Gunathunga  resolved WODEN-220.
--------------------------------------

    Resolution: Fixed

fixed in r813024

> OMWSDLReader should support to read from WSDLSource.
> ----------------------------------------------------
>
>                 Key: WODEN-220
>                 URL: https://issues.apache.org/jira/browse/WODEN-220
>             Project: Woden
>          Issue Type: Improvement
>          Components: Parser
>            Reporter: Sagara Gunathunga 
>            Assignee: Sagara Gunathunga 
>         Attachments: OMWSDLReader.java.txt, OMWSDLReaderTest.java.txt, OMWSDLSource.java.txt
>
>
> Unlike DOMWSDLReader, OMWSDLReader only supports for read WSDL content from a URL, it is useful to implement read from WSDLSource object , where actual WSDL content represented as a OMElement.

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