Thanks Sagara ---
Good links - I heard of Woden before but I never looked into it. If I don't want to parse the document manually what is the second choice (in the case of REST I mean). I know with SOAP how things work the stubs etc. But what does the REST case generate? Still stubs which means the application needs to use them to implement the invocations?

Thanks

Sagara Gunathunga wrote:
Hi,

It is possible to use WSDL 2.0 to represent any REST service in the same way as SOAP services [1] , if you want to parse WSDL 2.0 manually you can use Apache Woden [2] for that , as an example have look at this class used in Axis2 [3].

Thanks,

[1] - http://www.ibm.com/developerworks/webservices/library/ws-restwsdl/
[2] - http://ws.apache.org/woden/
[3] - http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/description/WSDL20ToAxisServiceBuilder.java

On Thu, Mar 18, 2010 at 11:01 AM, Demetris <demet...@ece.neu.edu <mailto:demet...@ece.neu.edu>> wrote:

    Hi all,

    Are there any examples of parsing the WSDL 2.0 manually at the
    application level (instead of
    the Axis engine doing it?). I am assuming the parsing of a WSDL
    2.0 representing a SOAP
    service would be different than the REST one - where are these
    capabilities in the distribution
    so that I can make use of them?

    Thanks very much in advance

    ---------------------------------------------------------------------
    To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
    <mailto:java-dev-unsubscr...@axis.apache.org>
    For additional commands, e-mail: java-dev-h...@axis.apache.org
    <mailto:java-dev-h...@axis.apache.org>




--
Sagara Gunathunga

Blog - http://ssagara.blogspot.com
Web - http://people.apache.org/~sagara/ <http://people.apache.org/%7Esagara/>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org

Reply via email to