My problem is invers: * The BPEL-Process ist invoking worklist-webservice. Worklist-webservice is answering to the request (from BPEL-Process) by sending another http request.
Activities: * BPEL-Process invokes worklist-webservice * worklist makes an open issue for user * user cleared open issue (it could take one week, therefore asynchronous) * worklist is calling back BPEL-Process by sending http request (for this request i use addressing-informations) BPEL-Snippet: <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#a4878053 Sent from the ServiceMix - User forum at Nabble.com.
