Re: Problems with Schemas and WSDL in Axis2 (Fixed)

2007-10-29 Thread Lahiru Sandakith
e. > > > > Regards, > > > > Matt > > > -- > > *From:* Amila Suriarachchi [mailto:[EMAIL PROTECTED] > *Sent:* Friday, October 19, 2007 4:57 AM > *To:* axis-user@ws.apache.org > *Subject:* Re: Problems with Schemas and WSDL in Axis2

RE: Problems with Schemas and WSDL in Axis2 (Fixed)

2007-10-26 Thread Matthew Fadoul
is a valid URI; it's just a relative one, not absolute. Regards, Matt _ From: Amila Suriarachchi [mailto:[EMAIL PROTECTED] Sent: Friday, October 19, 2007 4:57 AM To: axis-user@ws.apache.org Subject: Re: Problems with Schemas and WSDL in Axis2 Can you have a look at

Re: Problems with Schemas and WSDL in Axis2

2007-10-19 Thread Anne Thomas Manes
Your WSDL and schema look okay, except that "HW" is not a valid URI. Namespace names must be a valid URI. I don't know if this might be your problem, though. Anne On 10/18/07, Matthew Fadoul <[EMAIL PROTECTED]> wrote: > > > > > Hello all, > > > > I'm having trouble using my own schemas in WSDL.

Re: Problems with Schemas and WSDL in Axis2

2007-10-19 Thread Yogesh . Dhake
Use similar include to include you xsd in WSDL and have attribute name qualified in XSD. Keep xsd in same folder. regards Yogesh "Matthew Fadoul" <[EMAIL PROTECTED]> 10/18/2007 04:06 PM Please respond to axis-user@ws.apache.org To cc Subject P

Re: Problems with Schemas and WSDL in Axis2

2007-10-19 Thread Amila Suriarachchi
Can you have a look at with a nighly build. when generating the code with wsdl2java there is a folder created named as resources. under this folder you should have your wsdl and xsd file. wsdl file should referto the xsd file there. i.e it should have and entry like Amila. On 10/19/07, Matt

Problems with Schemas and WSDL in Axis2

2007-10-18 Thread Matthew Fadoul
Hello all, I'm having trouble using my own schemas in WSDL. Part of it may be related to the Axis2 code generation. So, I've made my own "HelloWorld" example. Here's my process: 1) Make WSDL file (attached) 2) Process with Axis2 code generation to build client/server code. Fill in a