EJB 2.1 Web Service Migration to JBoss
I want to migrating old EJB RPC based web services in WebLogic to JBoss. WebLogic has a set of tools and Ant tasks to create all the necessary artifacts to expose a stateless sessions EJB as a Web Service. Below is a snippet from the Ant build script which (magically :) creates a WSDL, .war and .ear file given a set of EJBs.
As far as possible I want to avoid changing any code and hopefully only change the build script to use the (old) JBoss tools and Ant tasks. Are there any such tools? Any other suggestion too please.
Responses
Hi Andrew
Please see the following Knowledge Base Articles that I hope will be of help to you:
https://access.redhat.com/site/solutions/20924 - How to deploy RPC/Encoded web service endpoint to JBoss EAP
https://access.redhat.com/site/solutions/44846 - How to consume JAX-RPC wsdl / wstools - [ERROR] rpc/encoded wsdls are not supported in JAXWS 2.0 in JBoss EAP?
Let me know if you have any further questions.
Mus