Hi Experts,
This is continuation of the below thread.
SOAP -> SOAP -> SOAP BPM scenario
SOAP1 -> SOAP2 -> SOAP3 BPM scenario
BPM Steps
-
1. Receive Sync Step -> Receive the SOAP1 request inside BPM.
2. Send Sync Step -> Send SOAP2 request and get the response
3. Send sync Step -> Send SOAP3 request and get the response
4. Send Step -> Send SOAP3 response to SOAP1
SOAP1 DataType
-
1. DT_SOAP1Request
2. DT_SOAP1Response
SOAP2 & SOAP3 External Definitions
-
1. SOAP2_wsdl (SOAPRequest and Response datatypes)
2. SOAP3_wsdl (SOAPRequest and Response datatypes)
Message Type
-
1. MT_SOAP2Request
2. MT_SOAP2Response
Message Interface
-
1. SOAP1_ABS_Request
2. SOAP2_ABS_Request
3. SOAP2_ABS_Response
4. SOAP3_ABS_Request
5. SOAP3_ABS_Response
6. SOAP1_ABS_Response
Doubt: Do we need to create SOAP1 outbound Sync Message interface also?
Message Mapping (Outside BPM)
-
1. MM_SOAP1Request_To_SOAP2Request
2. MM_SOAP2Response_To_SOAP3Request
3. MM_SOAP3Response_To_SOAP1Response
Interface Mapping
-
1. IM_SOAP1_To_SOAP2 (SOAP1request to SOAP2Request)
2. IM_SOAP2_To_SOAP3 (SOAP2response to SOAP3Request)
3. IM_SOAP3_To_SOAP1 (SOAP3response to SOAP1Response)
Could you please help me, whether the approach is correct or not?
Regards
Sara
Edited by: Sara D on Jan 18, 2008 12:33 PM
Edited by: Sara D on Jan 18, 2008 1:02 PM