[jboss-user] [jBPM] New message: "Re: How can I call a webservice from jBPM process"

Sebastian Schneider do-not-reply at jboss.com
Thu Jan 28 06:46:15 EST 2010


User development,

A new message was posted in the thread "How can I call a webservice from jBPM process":

http://community.jboss.org/message/522718#522718

Author  : Sebastian Schneider
Profile : http://community.jboss.org/people/sebastian.s

Message:
--------------------------------------------------------------
There is no specific node-type to call a webservice but you can use the java activity or the custom activity to make a web service call. By making use of Axis2 or a different webservice framework for java you can generate a method stub from the interface description (WSDL). You can now either call one of the service methods of the stub directly or you can invoke the stub within a second class whose method is called by jBPM.
--------------------------------------------------------------

To reply to this message visit the message page: http://community.jboss.org/message/522718#522718




More information about the jboss-user mailing list