RE: elementFormDefault="qualified"

2005-01-25 Thread Brammer, Steve
t is fixed in any higher release. /Steve > -Original Message- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > Sent: 24 January 2005 22:20 > To: [EMAIL PROTECTED] > Subject: Re: elementFormDefault="qualified" > > Steve, > > was there anything you

Re: elementFormDefault="qualified"

2005-01-24 Thread Davanum Srinivas
Steve, was there anything you needed to fix in cvs version of axis? if yes, please log a bug. thanks, dims On Mon, 24 Jan 2005 15:40:14 +0100, Brammer, Steve <[EMAIL PROTECTED]> wrote: > > Thanks for all your help. Everything is working fine now :-) > > /Steve Brammer > > This message contai

RE: elementFormDefault="qualified"

2005-01-24 Thread Brammer, Steve
Thanks for all your help. Everything is working fine now :-) /Steve Brammer This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient,

Re: elementFormDefault="qualified"

2005-01-24 Thread Adrian Perez Jorge
age- From: Adrian Perez Jorge [mailto:[EMAIL PROTECTED] Sent: 24 January 2005 12:34 To: [EMAIL PROTECTED] Subject: Re: elementFormDefault="qualified" Look at lines 926-928 from: http://cvs.apache.org/viewcvs.cgi/ws-axis/java/src/org/apache/ axis/wsdl/fromJava/Types.java?annotate=1.108

RE: elementFormDefault="qualified"

2005-01-24 Thread Brammer, Steve
age- > From: Adrian Perez Jorge [mailto:[EMAIL PROTECTED] > Sent: 24 January 2005 12:34 > To: [EMAIL PROTECTED] > Subject: Re: elementFormDefault="qualified" > > Look at lines 926-928 from: > > > http://cvs.apache.org/viewcvs.cgi/ws-axis/java/src/org

Re: elementFormDefault="qualified"

2005-01-24 Thread Adrian Perez Jorge
Look at lines 926-928 from: http://cvs.apache.org/viewcvs.cgi/ws-axis/java/src/org/apache/axis/wsdl/fromJava/Types.java?annotate=1.108 It seems you get a elementFormDefault="qualified" when using document/wrapped. Adrian P.J. Brammer, Steve wrote: Hi, How do I get the schema element att

RE: elementFormDefault="qualified"

2005-01-24 Thread Brammer, Steve
Sorry for the confusing typo in the original message. The last paragraph should read... What do I need to change so that the elementFormDefault="qualified" gets into the generated WSDL? Can I put something in the deployment descriptor (.WSDD) file or do I need to change something else? /Steve B

THANKS,Re: elementFormDefault="qualified" missing

2003-07-11 Thread Tamas Hauer
Davanum Srinivas wrote: You have 2 choices Choice #1 - use wsdlFile tag in your wsdd and point it to your original wsdl. See http://www.ftponline.com/javapro/2003_02/online/WSDL_kjones_02_27_03/default_pf.asp for example. Choice #2 - Make a local fix to Axis's code as shown below (Patch agai

Re: elementFormDefault="qualified" missing

2003-07-11 Thread Davanum Srinivas
You have 2 choices Choice #1 - use wsdlFile tag in your wsdd and point it to your original wsdl. See http://www.ftponline.com/javapro/2003_02/online/WSDL_kjones_02_27_03/default_pf.asp for example. Choice #2 - Make a local fix to Axis's code as shown below (Patch against latest CVS): ===

Re: elementFormDefault="qualified" missing

2003-07-11 Thread Tamas Hauer
Jeff Greif wrote: I think that elementFormDefault="qualified" should be an attribute of the element that is a child of . Jeff Yes, I tried that too but it does not seem to work either. Tamas -- --- -- Tamas Hauer ETT D

Re: elementFormDefault="qualified" missing

2003-07-11 Thread Jeff Greif
I think that elementFormDefault="qualified" should be an attribute of the element that is a child of . Jeff - Original Message - From: "Tamas Hauer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 11, 2003 7:54 AM Subject: elementFormDefault="qualified" missing > Hi, > >