Hi all,
I have a WSDL and run wsimport on it.
I get:
@XmlElementDecl(namespace = "", name = " subject", scope = A.class)
When I run wsgen it yells about
[wsgen] error: There's no ObjectFactory with an @XmlElementDecl for
the element {
http://my.name.space}subject.
Now in my SEI I have:
@WebService( name = "A", serviceName = "AService", targetNamespace =
"
http://my.name.space" )
How can I get the XmlElementDecl namespace generated by wsimport to
equal
http://my.name.space <
http://my.name.space/> ?
Thanks,
Brad