The wsdl should be generated by jbossws tools. You can also get it from the deployed
endpoint.
Note, that
| @WebService(name = "MyTest", targetNamespace =
"http://www.example.org/MyTest/")
| public class MyTestWebService implements MyTest {
| public String newOperation(String in) {
| return null;
| }
| }
|
Is a doc/lit/wrapped service that leaves the wrapper beans undefined.
You could also supply wrapper types with proper jaxb annotations.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142429#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...