[jboss-user] [JBossWS] - Re: JBossWS 1.0.X, JAX-WS compliant JBossWS 2.0 and services
dwin
do-not-reply at jboss.com
Mon Feb 5 13:47:42 EST 2007
hey Andrea
you can use the annotation @wsdlLocation to bind your SEI (service end point) to a WSDL. That way the SEI has to confirm to the WSDL.
also, you could always do wsgen (WSDL to java) to generate the SEI and the relevant datatypes.
To answer your question about moving your JBossWS 1.0.3 to JBossWS 1.2.x and JBossWS 2.x, I would imagine it would be a relatively painless transition.
You use your webservice interface (from JAX RPC) as your service interface and tag it with the annotation @Webservice. The JBoss runtime should automatically pick it up.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4011492#4011492
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011492
More information about the jboss-user
mailing list