cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Acknowledgement

Former Member
0 Kudos
64

Hello Guru's,

I have read topics and so on but it still not clear how to capture an http- acknowledgement within a BPM. Can someone help me out.

Best regards,

Guido Koopmann

Accepted Solutions (1)

Accepted Solutions (1)

agasthuri_doss
Active Contributor
0 Kudos

Hi,

The Below Discussion will help

Regards

Agasthuri Doss

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi KoopMann

follow these threads .these will help you

/people/udo.martens/blog/2005/09/30/one-logical-system-name-for-serveral-bpm-acknowledgements

/people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi

/people/siva.maranani/blog/2005/03/01/usage-of-transport-level-acknowledgements

HTML To Web Service Scenario & FILE TO DATABASE USING BPM

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5474f19e-0701-0010-4eaa-97c4f78d...

/people/community.user/blog/2006/11/16/step-by-step-realize-your-bpm-scheduling-capability

Integration Processes (ccBPM)

http://help.sap.com/saphelp_nw04/helpdata/en/3c/831620a4f1044dba38b370f77835cc/frameset.htm

Demonstrating Use of Synchronous-Asynchronous Bridge to Integrate Synchronous and Asynchronous systems using ccBPM in SAP Xi

/people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi

Thanks

sandeep sharma

PS ; if helpful kindly reward points

Former Member
0 Kudos

Let me put forward a scenario we had in place. SRM send pruchase order in xml format to XI and XI sends to different vendor.

So the BPM scenario was like this..

SRM-->Proxy---> XI --- > Mapping to target format -


> * BPM * --> Recv Ackowledgement. -- > Depending on values recvd -


> send Email to business team.

Note: *

Inside the BPM we have a recv step which recvs the transformed message. Then we have a send step which does a synchoronus call having transport acknowledgment. Depending on the acknowledgment we send an email to the business team.

---

Indranil