[jboss-user] [JBossWS] - Re: Help: how to consume webservice in ejb3 ?

thomas.diesler@jboss.com do-not-reply at jboss.com
Thu Feb 1 06:40:22 EST 2007


@WebServiceRef is supported in jbossws-1.2.0

With JAXRPC you can always use

service = ServiceFactory.create(wsdl, serviceName)
port = service.getPort(MySEI.class);
port.doStuff()

Note, if you have custom types you need to pass in jaxrpc-mapping.xml

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

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



More information about the jboss-user mailing list