Hi everyone, I have the following problem: In a jboss 4.0.5GA with ejb3 (installed from jems-installer-1.2.0.GA.jar) I want to publish a web service. Therefor I annotate a class with
| @WebService(name="service", | portName="service", | serviceName="TestService", | targetNamespace="http://foo.com" | ) | One of the method I annotate with @WebMethod uses a class Bar from package com.foo Now if I inspect the automatically generated wsdl I have a targetNamespace http://foo.com but in the types-section I have a targetNamespace http://foo.com/jaws. I tried to put a package-info.java in the package com.foo with | @javax.xml.bind.annotation.XmlSchema(namespace="http://com.foo") | package com.foo; | But the result is still the same. Am a missing any obvious switch or do I just have a serious misunderstanding of how the wsdl should work? Christian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4096090#4096090 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4096090 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
