Suppose we have an EJB3 defined with

@Stateless
@WebService

It all works as it should. Connecting to the ejb seems fine. And the ws shows 
up in the jboss jmx console.

However, suppose the EJB methods use more complex arguments than Strings. Does 
this work automatically or how do we configure it somehow? I got the impression 
only Strings as arguments to the ejb methods would work with ws default...

Previously when using axis we used a schema .xsd file where all the types were 
configured (and converted to java files with wsdl2java).

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189249#4189249

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189249
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to