Hi,
I am having web service project, which is developed on was5.1 (J2EE1.3) by uisng RAD6.0 . Now I am trying to migrate that web service to J2EE1.4 on was6.1 by using the RSA. For that I've done the following steps.
1. Imported all the projects into RSA work space (ear, properties and war). Here RSA work space automatically created required folders automatically.
2. Used RSA migration tool to covert into J2EE 1.4. (Right click on ear project -> Migration -> J2EE Migration Wizard , and then selected JAVA 1.4 and WAS 6.1)
3. Then wizard gave the following success info.
J2EE version level migration successful: xx_xx_war.
Migration was completed for xx_war.
Migration was completed for platform:/resource/xx_xx_w
ar/WebCont
ent/WEB-IN
F/web.xml.
Web services migration completed successfully.
Info: There is no webservices client file to migrate.
J2EE version level migration successful: xx_xx_ear.
Migration was completed for platform:/resource/xx_xx_e
ar/META-IN
F/applicat
ion.xml.
No Web services migration was required
J2EE version level migration successful: xx_xx_war.
Info: Migration was not required for platform:/resource/xx_xx_w
ar/WebCont
ent/WEB-IN
F/web.xml.
Web services migration completed successfully.
Info: There is no webservices client file to migrate.
After I start the server it is giving the following warnings(more than 50) and the server was keep on publishing, but nothing happening (Seems strucked) .
WSWS3440W: Warning: The WSDL2Java emitter does not understand qname {
http://xx.com}ResponsePre
Existing>t
ypeStart specified in field root-type-qname or anonymous-type-qname of construct java-xml-type-mapping in the mapping file: platform:/resource/xx_xx_w
ar/WebCont
ent/WEB-IN
F/xx_mappi
ng.xml. The construct is found in the mapping file but not in the wsdl file.. The information in the mapping file corresponding to this qname will be ignored.
WSWS3440W: Warning: The WSDL2Java emitter does not understand qname {
http://xx.com}ResponseSou
rce>commun
icationNum
berQualifi
er2 specified in field root-type-qname or anonymous-type-qname of construct java-xml-type-mapping in the mapping file: platform:/resource/xx_xx_w
ar/WebCont
ent/WEB-IN
F/xx_mappi
ng.xml. The construct is found in the mapping file but not in the wsdl file.. The information in the mapping file corresponding to this qname will be ignored.
WSWS3440W: Warning: The WSDL2Java emitter does not understand qname {
http://xx.com}ResponseCob
>refQualif
ier specified in field root-type-qname or anonymous-type-qname of construct java-xml-type-mapping in the mapping file: platform:/resource/xx_xx_w
ar/WebCont
ent/WEB-IN
F/xx_mappi
ng.xml. The construct is found in the mapping file but not in the wsdl file.. The information in the mapping file corresponding to this qname will be ignored.
WSWS3440W: Warning: The WSDL2Java emitter does not understand qname {
http://xx.com}ResponseRel
ationship>
maintenanc
eReasonCod
e specified in field root-type-qname or anonymous-type-qname of construct java-xml-type-mapping in the mapping file: platform:/resource/xx_xx_w
ar/WebCont
ent/WEB-IN
F/xx_mappi
ng.xml. The construct is found in the mapping file but not in the wsdl file.. The information in the mapping file corresponding to this qname will be ignored.
WSWS3440W: Warning: The WSDL2Java emitter does not understand qname {
http://xx.com}ResponseWor
kingData>c
ostContain
mentMessag
e2 specified in field root-type-qname or anonymous-type-qname of construct java-xml-type-mapping in the mapping file: platform:/resource/xx_xx_w
ar/WebCont
ent/WEB-IN
F/xx_mappi
ng.xml. The construct is found in the mapping file but not in the wsdl file.. The information in the mapping file corresponding to this qname will be ignored.
Please help me to resolve this issue. Thanks in advance.