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 lm...@apache.org on 2005/12/08 00:24:14 UTC

svn commit: r354900 - /incubator/woden/java/release-notes.html

Author: lmandel
Date: Wed Dec  7 15:24:09 2005
New Revision: 354900

URL: http://svn.apache.org/viewcvs?rev=354900&view=rev
Log:
Corrected example. Thanks to Arthur Ryman for pointing out the mistake.

Modified:
    incubator/woden/java/release-notes.html

Modified: incubator/woden/java/release-notes.html
URL: http://svn.apache.org/viewcvs/incubator/woden/java/release-notes.html?rev=354900&r1=354899&r2=354900&view=diff
==============================================================================
--- incubator/woden/java/release-notes.html (original)
+++ incubator/woden/java/release-notes.html Wed Dec  7 15:24:09 2005
@@ -97,7 +97,7 @@
    WSDLReader reader = factory.newWSDLReader();<br />
    reader.setFeature(ReaderFeatures.VALIDATION_FEATURE_ID, true); &lt;-- enable WSDL 2.0 validation (optional) 
    DescriptionElement desc = reader.readWSDL(wsdlLoc);            &lt;-- the &lt;description&gt; element<br />
-   Description descComp = desc.getDescriptionComponent();         &lt;-- the Description component<br />
+   Description descComp = desc.toComponent();                     &lt;-- the Description component<br />
 </p>
 
 <h2>Known Problems/Issues</h2>



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