My problem ist inverse:
* BPEL-Process is sending a request to worklist-webservice.
Worklist-webservice will answer to the request by sending another http
request to BPEL-Process
Activities:
* the BPEL-Process is calling worklist-webservice (is not a BPEL-Process)
* then the worklist-webservice is waiting (perhaps one week) for answer
from user
* now, worklist-webservice has answer from user and must calling back to
the BPEL-Process. But worklist-webservice hasn't the addressing informations
for request to BPEL-Process
Snippet from BPEL-Process:
<invoke name="Invoke_Worklist" partnerLink="Worklist"
portType="wl:CreateTaskService" operation="createTask"
inputVariable="Invoke_Worklist_createTask_InputVariable"/>
<receive name="Receive_Worklist" partnerLink="Worklist"
portType="wl:CreateTaskCallback" operation="createTaskCallback"
variable="Receive_Worklist_createTaskCallback_InputVariable"
createInstance="no"/>
Greetings
Oliver
--
View this message in context:
http://www.nabble.com/WS-Addressing-from-pxe-over-JBI-t1785537.html#a4877950
Sent from the ServiceMix - User forum at Nabble.com.