[jboss-user] [EJB/JBoss] - Registering Web Service in JNDI

jgreiner do-not-reply at jboss.com
Wed Jul 11 15:45:02 EDT 2007


In EJB2.0 we have some web services we call from EJB's.   We have registered these in JNDI using these tags in the jboss.xml.


  | <service-ref>
  |     <service-ref-name>services/myWS</service-ref-name>
  |     <wsdl-override>http://localhost:8080/InterFace-ejb/XMLInterface?wsdl</wsdl-override>	
  | </service-ref>
  | 

I am now trying to do this in EJB3, does someone know of an annotation that I can use or how you would register a web service for a client call in an EJB.

Thanks

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

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



More information about the jboss-user mailing list