[jboss-user] [JBossWS] - Re: Consuming a web service from an EJB3 stateless sb

2006-11-15 Thread [EMAIL PROTECTED]
You can use the ServiceFactoryImpl to create a dynamic proxy. (i.e. no need for jndi lookup) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986346#3986346 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3986346

[jboss-user] [JBossWS] - Re: Consuming a web service from an EJB3 stateless sb

2006-11-06 Thread aboudank
By the way, I was able to consume the web service using Axis from a stand-alone application. Everything works fine and great. However, I was not able to use the Axis stack within JBossI was get weird errors...they could be due to JARs conflict. Thanks. Regards, mka View the original post

[jboss-user] [JBossWS] - Re: Consuming a web service from an EJB3 stateless sb

2006-11-05 Thread aboudank
Sorry...it seems that the my last post got chopped off...here is the complete stack trace: | 2006-11-05 17:50:44,953 DEBUG [org.jboss.ws.jaxrpc.ServiceObjectFactory] Create jaxrpc service from wsdl | 2006-11-05 17:50:44,953 DEBUG [org.jboss.ws.deployment.JSR109ClientMetaDataBuilder] START

[jboss-user] [JBossWS] - Re: Consuming a web service from an EJB3 stateless sb

2006-11-04 Thread [EMAIL PROTECTED]
service-ref is only supported for EJB-2.1 With EJB3 you will have @WebServiceRef. This is available in jbossws-2.0 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983245#3983245 Reply to the post :

[jboss-user] [JBossWS] - Re: Consuming a web service from an EJB3 stateless sb

2006-11-04 Thread aboudank
Thank you for your response. Given that, what is the best way today (before JBOSSWS 2.0 arrival) to consume a web service from EJB3 component? Can u please point me to an example? Thanks. Regards, mka View the original post :