You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by "Ping Liu (JIRA)" <ji...@apache.org> on 2011/02/12 23:37:57 UTC

[jira] Issue Comment Edited: (WODEN-228) Improve User Guide

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

Ping Liu edited comment on WODEN-228 at 2/12/11 10:37 PM:
----------------------------------------------------------

Sorry Sagara, I didn't see your note until just logged in today.

The changes are in src/documentation/content/xdocs/userguide.xml only.  Please ignore other changes in this site.patch file (they are in temporary directory under build/tmp).  Thank you!

  
> Improve User Guide
> ------------------
>
>                 Key: WODEN-228
>                 URL: https://issues.apache.org/jira/browse/WODEN-228
>             Project: Woden
>          Issue Type: Improvement
>          Components: Website
>            Reporter: Ping Liu
>            Priority: Minor
>         Attachments: site.patch, userguide.xml
>
>
> Found two typos in User Guide:
>   1. In Getting Started Section (Woden => User Guide => Getting Started)
>        original content:
>        WSDLFactory factory = WSDLFactory.newInstance();
>        WSDLReader reader = factory.newWSDLReader();
>        reader.setFeature(WSDLReader.FEATURE_VALIDATION, true);
>        Description descComp = reader.readWSDL(wsdlurl);        <-- the Description component
>        DescriptionElement descElem = descElem.toComponent();   <-- the <description> element
>        recommended change:
>        WSDLFactory factory = WSDLFactory.newInstance();
>        WSDLReader reader = factory.newWSDLReader();
>        reader.setFeature(WSDLReader.FEATURE_VALIDATION, true);
>        Description descComp = reader.readWSDL(wsdlurl);        <-- the Description component
>        DescriptionElement descElem = descComp.toElement();   <-- the <description> element
>   2. In Woden URI Resolver Section (Woden => User Guide => Woden URI Resolver => Absolute URIs)
>        original content:
>        Similarly on a Un*x-based file system:
>        http\://test.com/interface.wsdl=file:///resources/interface.wsdl
>        recommended content:
>        Similarly on a Unix-based file system:
>        http\://test.com/interface.wsdl=file:///resources/interface.wsdl
>               

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org