[jboss-user] [JBoss jBPM] - Re: Invoking webservice from action

salaboy21 do-not-reply at jboss.com
Thu May 8 11:20:46 EDT 2008


I think this is a very easy task.. 
you only need to use/call your generated clients inside the action code...

for example: 

  | public class MyActionHandler implements ActionHandler{
  |      public void execute(){
  |           WebServiceCliente.webServiceMethod();
  |      }
  | }
  | 

Sounds to me that i don't understand your question.. let me know..

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

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



More information about the jboss-user mailing list