[jboss-user] [JBossWS] - Re: Call WebService in EJB 3.0 (Differences to EJB 2.1)
bjoern83
do-not-reply at jboss.com
Tue Jun 2 09:49:37 EDT 2009
Ok, I found out that the correct URI seems to be "http://Nebelos-C2Q:18080/CARMEN-CARMEN-ejb/CARMENWebServiceController". But I would prefer to use the old one..
And a different problem occured. The parameter of my method is be default named "arg0". If I use @WebParam to rename it.
@WebMethod(operationName = "search")
| public String search(@WebParam(name="xmlSearch")String xmlSearch)
I get a ParsingException during build process.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234716#4234716
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234716
More information about the jboss-user
mailing list