Hi! the jbossws-support in jbosside 2.0 beta2 has initial support for this (ie generating server side java from wsdl).. have a look at the tutorials at http://www.soapui.org/jbossws/topdown.html..
If I remember correctly, you need to; 1) generate java artifacts from your wsdl using wstools wsdl2java 2) implement the generated interface 3) publish the implementaion using wstools java2wstools (for creating the correct descriptors/config files required for deployment) The tutorial covers these step together with a walk-through example.. let me know if you have any troubles.. regards, /Ole eviware.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999888#3999888 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999888 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
