Hi,

I have created a package-info.java as below and placed it in my package 
(com.seipackage). My SEI (interface and impl) are annotated with @WebService 
and @SOAPBinding. My request and response object tree is annotated with 
@XmlType(name, namespace) and these reside under namespaces different from that 
of the SEI. A couple of the request / response object packages also have 
package-info.java defined - without any definition for "elementFormDefault" (I 
understand the default value is UNQUALIFIED).

When I run java2ws on my SEI (using the CXF Tools classes), I find the 
generated wsdl has "elementFormDefault=qualified" whereas with my setup I am 
expecting this value to be "unqualified". What configuration could I be missing?

      javax.xml.bind.annotation.XmlSchema(
        namespace = "http://mynamespace.com";,
        elementFormDefault = javax.xml.bind.annotation.XmlNsForm.UNQUALIFIED)
      package com.seipackage;

Thanks.

Amardeep



Reply via email to