Hi Thomos, Sorry for the typo error. The command is
c:\Java\axis2-1.0\bin\WSDL2Code.bat -uri CardholderService.wsdl -o src But using this command also it gives the same error. Thanks, Amit Soni -----Original Message----- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 20, 2006 11:43 PM To: [email protected] Subject: Re: axis2 wsdl error Your command specifies "CardholderData.xsd" rather than "CardholderData.wsdl". Please make sure you specify the WSDL file rather than the schema. Anne On 12/20/06, Amit G Soni <[EMAIL PROTECTED]> wrote: > > > > > HI list > > > > I am using wsdl2java tool of axis. But when I am giving the following > command then it gives me some error > > > > c:\Java\axis2-1.0\bin\WSDL2Code.bat -uri CardholderData.xsd -o src > > > > After giving this command it gives me following error > > > > Using AXIS2_HOME: C:\Java\axis2-1.0 > > Using JAVA_HOME: C:\Java\j2sdk1.4.2_13 > > log4j:WARN No appenders could be found for logger > (org.apache.axis2.i18n.ProjectResourceBundle). > > log4j:WARN Please initialize the log4j system properly. > > Exception in thread "main" > org.apache.axis2.wsdl.codegen.CodeGenerationException: > Error parsing WSDL > > at > org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGeneration Engine.java:96) > > at > org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:32) > > Caused by: WSDLException (at /xs:schema): faultCode=INVALID_WSDL: Expected > element '{http://schemas.xmlsoap.org/wsdl/}definitio > > s'.: > > at > com.ibm.wsdl.xml.WSDLReaderImpl.checkElementName(Unknown > Source) > > at > com.ibm.wsdl.xml.WSDLReaderImpl.parseDefinitions(Unknown > Source) > > at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown > Source) > > at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown > Source) > > at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown > Source) > > at > org.apache.axis2.wsdl.codegen.CodeGenerationEngine.readInTheWSDLFile(Cod eGenerationEngine.java:238) > > at > org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGeneration Engine.java:81) > > > > I am attaching the wsdl file also along with this mail. > > > > This wsdl file has imported three xsd files but all the xsd files are also > on the same location as the wsdl. > > > > So if any one of you have some solution for this then please help me out. > > > > Thanks, > > Amit Soni > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
