cancel
Showing results for 
Search instead for 
Did you mean: 

BPM Validation

Former Member
0 Kudos

Hello everybody,

I need to develop a BPM with XI for do the next process:

Synchronous Outbound 1 Interface with SOAP Sender-> Synchronous Inbound 1 WebService Client to System A, then I need to evaluate the response of this webservice from systema A, by this validation if it's correct the info I get then insertion of data to system B and return system answer to system that made the call to Synchrnous Outbound Interface 1, if the validation is incorrect to return error value to system that made the call to Synchronous Outbound Interface 1 with SOAP Sender, this is my first BPM can anyone help with documentation if this can be donde by a Integration Process and documentation to lear to use the graphic editor????, thanks in advance.

Regards,

Julio Cesar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Check this

http://help.sap.com/saphelp_nw70/helpdata/en/43/d92e428819da2ce10000000a1550b0/content.htm

SWCV : SAP BASIS 6.40

Namespace : http://sap.com/xi/XI/System/Patterns

BPM Name: BpmPatternCollectTime

Blogs:

https://weblogs.sdn.sap.com/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken]

/people/siva.maranani/blog/2005/05/22/schedule-your-bpm

/people/michal.krawczyk2/blog/2005/06/11/xi-how-to-retrieve-messageid-from-a-bpm

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

/people/sravya.talanki2/blog/2005/08/24/do-you-like-to-understand-147correlation148-in-xi

/people/michal.krawczyk2/blog/2005/09/04/xi-do-you-realy-enjoy-clicking-and-waiting-while-tracing-bpm-steps

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

/people/sudharshan.aravamudan/blog/2005/12/01/illustration-of-multi-mapping-and-message-split-using-bpm-in-sap-exchange-infrastructure

/people/kannan.kailas/blog/2005/12/07/posting-multiple-idocs-with-acknowledgement

/people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm

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

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

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

In addition to the links provided, i would like to suggest a workaround to this BPM scenario.

After taking data from first system, u may perform a SOAP lookup to system A using

/people/bhavesh.kantilal/blog/2006/11/20/webservice-calls-from-a-user-defined-function

Then based on the response of lookup u may send the data to system B and get the necessary response.

Regards,

Prateek