web services - Webservice from WSDL using Eclipse -
i have wsdl file , create webservice using java ("contract first approach"). used wsimport-tool jax-ws (java version 1.6.0_07) on command line generate java-code stubs. worked fine , received following java files:
add.java addresponse.java objectfactory.java package-info.java test.java testporttype.java
but how go on here?
i using eclipse. there set new "dynamic web project" target runtime = "tomcat 7.0". in configuration have choose "axis2"? (tomcat 7 , axis2 setup locally).
i lost @ point , not know how keep going.
does make easier create webservice using axis2 or recommend using jax-ws? or there better option? how , include wsdl file gets deployed tomcat 7?
thank input on , best regards, peter
i found tutorial working pretty question: http://www.eclipse.org/webtools/community/tutorials/topdownaxis2webservice/td_tutorial.html
best regards, peter
Comments
Post a Comment