Are there any examples how to invoke a web service from a EJB3? I want to use the @WebServiceRef annotation. I understand, that I need the service and the endpoint interface for using it. But where do I get these classes from. I cannot use wsconsume because it genetrates classes with annotations like @WebService, that makes it unpossible to deploy without error.
So are there any examples, tutorials, or other documents that explain the invokation of web services from an EJB3? Thanks Thorsten View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073662#4073662 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073662 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
