Keep these restrictions in mind when migrating Web services:
If a Web application contains a Web service, it displays as part of a Web service collection, not as part of the Web application.
Web services are migrated at the collection level, not the individual Web service level.
Only POJO (plain old Java object) type Web services are migrated. EJB and CORBA Web services are not migrated.
If you have EJB or CORBA Web services, you can:
Migrate the EJB or CORBA component to 6.0.
Use Web Services Toolkit in EAServer 6.0 to expose the EJB or CORBA component (wrapped as an EJB) as a new Web service.