You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by albert kao <al...@gmail.com> on 2010/06/18 05:15:18 UTC

axis2 REST tutorial with WSDL 2.0

Is there any axis2 REST (ideally with all GET, POST, PUT and DELETE
operations) tutorial with WSDL 2.0 (written in 2010 ideally)?
I found one tutorial (http://wso2.org/library/3726) written in 2008 which
write the code first and then use Axis2 java2wsdl tool to generate a WSDL.
Then tinker the generated WSDL to suit the needs.