[jbossws-dev] [Design of JBoss Web Services] - Input/Output parameters

StoyanPetrov do-not-reply at jboss.com
Wed Mar 11 08:57:05 EDT 2009


Hi All, 
I have two JBoss web services which should provide different functionality  but should have similar input/output objects in methods.
For that I have made one jar which contain all common objects(which will be used for input/output)
For example:
tool.jar (Customer.class, User.class)
A_WS.war (method:   createNewCustomer(Customer)
B_WS.war (method:   canCreateNewWF(Customer)

but, this is impossible if Customer.class is not defined in A_WS.war & B_WS.war

Any suggestion

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

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



More information about the jbossws-dev mailing list