User development,
A new message was posted in the thread "JBPM and WSDL":
http://community.jboss.org/message/530024#530024
Author : Sebastian Schneider
Profile :
http://community.jboss.org/people/sebastian.s
Message:
--------------------------------------------------------------
You don't really have to develop code to access the webservice. You can use a
webservice framework for Java (e.g. Axis2) and generate the necessary stub classes from
the WSDL provided by your webservice. Afterwards you can use a java task to call this stub
classes directly or you can create a class making calls to the stub classes (probobably
the better solution). The java and the custom task are the only ones suitable for
automatic activities. The user tasks (as the name implies) is just for user interaction
via task-forms or any other GUI.
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/530024#530024