Re: Default WSDL generated from annotated class has elementFormDefault=unqualified

2007-11-12 Thread Monica Ferrero
Hi! I got that question answered from Jim last week! Here you have: Hi , You can annotate the package-info.java with " XmlNsForm.QUALIFIED" like this : @javax.xml.bind.annotation.XmlSchema(namespace = "http://example.org";, attributeFormDefault=javax.xml.bind.annotation.XmlNsForm.QUALIFIED,

Re: Default WSDL generated from annotated class has elementFormDefault=unqualified

2007-11-09 Thread RichTaylor
I'm looking for the same ability to set "elementFormDefault=qualified" using the Java --> WSDL approach, has anyone found an answer to this? I'm using the most basic approach of JAX-WS / JAXB / annotations. Thanks, Rich Jon Mountjoy wrote: > > Hi, > > The default WSDL generated from my ann

Default WSDL generated from annotated class has elementFormDefault=unqualified

2007-09-11 Thread Jon Mountjoy
Hi, The default WSDL generated from my annotated classes seems to have elementFormDefault="unqualified" While the result is perfectly valid, the service I'm integrating with dies when it gets unqualified element content. Is there a way to configure the server to generate qualified elements