[jbossws-users] [JBossWS] - How to pass whole ValueObjects as parameter to a webservice?

pxstein do-not-reply at jboss.com
Wed Oct 29 16:02:05 EDT 2008


Nearly all of the web service examples show on how to pass single input parameters as "string" or "int" to a web service.

But what if I want to pass a whole Java class ValueObject like e.g.

public class MyValueObj {
    public String name;
    public int value;
    protected boolean result;  }
    
Is there somewhere an example (client and webservice implementation)
of passing such more complex ValueObjects to a web service?

Peter

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4185530



More information about the jbossws-users mailing list