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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...