Hi there,
I’m currently migrating an old fashioned EJB 2.1 RAD webservice project to MyEclipse Blue 10.6.
I mean an EJB project containing the service implementation classes (EJBs) and a kind of empty so called RouterWeb project for HTTP transport.
Running “EJB Deploy” generates the deployment code for the EJB stuff, but doesn’t generate the webservice helper objects (*_Helper.*; *_Ser.* and *_Deser.*).
I guess these classes would be generated by the WS-Deploy tool….
Is there any way to call the WS-Deploy tool in MyElipse Blue too?
Thx,
Thomas