[jboss-user] [JBossWS] - Re: org.jboss.ws.WSException: arg0 is not a valid property o
thomas.diesler@jboss.com
do-not-reply at jboss.com
Tue Apr 8 12:10:51 EDT 2008
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#4142429
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142429
More information about the jboss-user
mailing list