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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -