[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xmlrpc-dev
Subject:    [jira] Commented: (WODEN-228) Improve User Guide
From:       "Sagara Gunathunga  (JIRA)" <jira () apache ! org>
Date:       2011-01-26 9:02:44
Message-ID: 14997898.210481296032564005.JavaMail.jira () thor
[Download RAW message or body]


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

Sagara Gunathunga  commented on WODEN-228:
------------------------------------------


Ping , can you attach your modification as a SVN patch file ? 



> 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: 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.
-
You can reply to this email to add a comment to the issue online.


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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic