Hi, Yea you dont need to aware about the xsd files as far as they are in an accessible locations. Anyway if you use '-d none' codegen will ignore the xsds. So to generate a xsd aware code you may use the -d adb with -u option.
sh WSDL2C.sh -uri SSM-SOAPWS.wsdl -d adb -u Thanks Dimuthu On Wed, Aug 27, 2008 at 7:39 AM, Martina08 <[EMAIL PROTECTED]> wrote: > > Hi, > I think in the wsdl file there is a location for the XSD file, so you dont > have to add this to the command. > But i'm not be sure..... > I generated stubs too and i didnt add the xsd file to the command. It works > fine:) I'm glad there is somebody who works with axis2c so you can change > experience .... > -- > View this message in context: > http://www.nabble.com/Question%3A-WSDL-file-has-references-in-an-XSD-file-tp19181578p19182426.html > Sent from the Axis - C++ - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
