I have question on running wsd12java on mac. on the command line, I typed sh wsdl2java -client -p com.echostar.service /Users/donghyun.youn/Desktop/EventServiceIPVOD.wsdl
and I got the following error message... I would be appreciated if you can take a look at it. Thank you in advance. WSDLToJava Error: file:/Users/donghyun.youn/Desktop/EventServiceIPVOD.wsdl [110,13]: A class/interface with the same name "com.echostar.service.OrderEventResponse" is already in use. Use a class customization or the -autoNameResolution option to resolve this conflict. file:/Users/donghyun.youn/Desktop/EventServiceIPVOD.wsdl [22,13]: (Relevant to above error) another "OrderEventResponse" is generated from here. file:/Users/donghyun.youn/Desktop/EventServiceIPVOD.wsdl [152,13]: A class/interface with the same name "com.echostar.service.OrderHistoryAcctSTBResponse" is already in use. Use a class customization or the -autoNameResolution option to resolve this conflict. file:/Users/donghyun.youn/Desktop/EventServiceIPVOD.wsdl [67,14]: (Relevant to above error) another "OrderHistoryAcctSTBResponse" is generated from here. file:/Users/donghyun.youn/Desktop/EventServiceIPVOD.wsdl [138,13]: A class/interface with the same name "com.echostar.service.OrderHistoryByAcctNoResponse" is already in use. Use a class customization or the -autoNameResolution option to resolve this conflict. file:/Users/donghyun.youn/Desktop/EventServiceIPVOD.wsdl [51,13]: (Relevant to above error) another "OrderHistoryByAcctNoResponse" is generated from here. file:/Users/donghyun.youn/Desktop/EventServiceIPVOD.wsdl [124,13]: A class/interface with the same name "com.echostar.service.OrderEventFromSTBResponse" is already in use. Use a class customization or the -autoNameResolution option to resolve this conflict. file:/Users/donghyun.youn/Desktop/EventServiceIPVOD.wsdl [37,14]: (Relevant to above error) another "OrderEventFromSTBResponse" is generated from here. file:/Users/donghyun.youn/Desktop/EventServiceIPVOD.wsdl [110,13]: Two declarations cause a collision in the ObjectFactory class. file:/Users/donghyun.youn/Desktop/EventServiceIPVOD.wsdl [22,13]: (Related to above error) This is the other declaration. file:/Users/donghyun.youn/Desktop/EventServiceIPVOD.wsdl [152,13]: Two declarations cause a collision in the ObjectFactory class. file:/Users/donghyun.youn/Desktop/EventServiceIPVOD.wsdl [67,14]: (Related to above error) This is the other declaration. file:/Users/donghyun.youn/Desktop/EventServiceIPVOD.wsdl [138,13]: Two declarations cause a collision in the ObjectFactory class. file:/Users/donghyun.youn/Desktop/EventServiceIPVOD.wsdl [51,13]: (Related to above error) This is the other declaration. file:/Users/donghyun.youn/Desktop/EventServiceIPVOD.wsdl [124,13]: Two declarations cause a collision in the ObjectFactory class. file:/Users/donghyun.youn/Desktop/EventServiceIPVOD.wsdl [37,14]: (Related to above error) This is the other declaration. -- View this message in context: http://cxf.547215.n5.nabble.com/wsdl2java-Thrown-by-JAXB-A-class-interface-with-the-same-name-customerSpecificPackage-ReferenceType-e-tp5594747p5733763.html Sent from the cxf-user mailing list archive at Nabble.com.
