Loading ttcn/AtsCise/AtsCise_TestCases.ttcn +128 −190 Original line number Original line Diff line number Diff line Loading @@ -129,7 +129,7 @@ module AtsCise_TestCases { [v_recv_sync_ack == true] [v_recv_sync_ack == true] httpPort.receive( httpPort.receive( mw_http_response( mw_http_response( mw_http_response_201_created( mw_http_response_202_accepted( mw_http_message_body_xml( mw_http_message_body_xml( mw_xml_body_acknowledgement( mw_xml_body_acknowledgement( mw_acknowledgement( mw_acknowledgement( Loading Loading @@ -382,7 +382,7 @@ module AtsCise_TestCases { alt { alt { [] httpPort.receive( [] httpPort.receive( mw_http_response( mw_http_response( mw_http_response_201_created( mw_http_response_ok( mw_http_message_body_xml( mw_http_message_body_xml( mw_xml_body_acknowledgement( mw_xml_body_acknowledgement( mw_acknowledgement( mw_acknowledgement( Loading Loading @@ -544,7 +544,7 @@ module AtsCise_TestCases { // } // } [] httpPort.receive( [] httpPort.receive( mw_http_response( mw_http_response( mw_http_response_201_created( mw_http_response_202_accepted( mw_http_message_body_xml( mw_http_message_body_xml( mw_xml_body_acknowledgement( mw_xml_body_acknowledgement( mw_acknowledgement( mw_acknowledgement( Loading Loading @@ -1011,11 +1011,11 @@ module AtsCise_TestCases { } } // Test component configuration // Test component configuration f_cf_02_up(); f_cf_01_up(); // Test adapter configuration // Test adapter configuration f_process_pull_request_await_pull_response( f_process_pull_request_await_ack( -, -, m_sender_consumer_vessel, m_sender_consumer_vessel, m_recipient_provider_vessel, m_recipient_provider_vessel, Loading @@ -1023,7 +1023,7 @@ module AtsCise_TestCases { ); ); // Postamble // Postamble f_cf_02_down(); f_cf_01_down(); } // End of testcase TC_CDM_NODE_EI_NA_PULL_REQUEST_BV_01_01 } // End of testcase TC_CDM_NODE_EI_NA_PULL_REQUEST_BV_01_01 Loading Loading @@ -1331,7 +1331,7 @@ module AtsCise_TestCases { f_cf_02_up(); f_cf_02_up(); // Test adapter configuration // Test adapter configuration f_process_pull_request_await_pull_response( f_process_pull_request_await_ack( -, -, m_sender_consumer_action, m_sender_consumer_action, m_recipient_provider_action, m_recipient_provider_action, Loading Loading @@ -16636,8 +16636,6 @@ module AtsCise_TestCases { */ */ testcase TC_CDM_NODE_EI_NA_SEC_BV_01() runs on CiseComponent system CiseTestAdapter { testcase TC_CDM_NODE_EI_NA_SEC_BV_01() runs on CiseComponent system CiseTestAdapter { // Local variables // Local variables var boolean v_recv_sync_ack := true; var boolean v_recv_response := false; var HttpMessage v_request; var HttpMessage v_request; var Headers v_headers; var Headers v_headers; var charstring v_date_time := f_get_current_date_time(); var charstring v_date_time := f_get_current_date_time(); Loading Loading @@ -16686,23 +16684,14 @@ module AtsCise_TestCases { PX_CISE_REQUEST_ACK, // RequiresAck PX_CISE_REQUEST_ACK, // RequiresAck m_service( // Recipient m_service( // Recipient { string := PX_CISE_RECIPIENT_SERVICE_ID }, { string := PX_CISE_RECIPIENT_SERVICE_ID }, acknowledgement, pull, -, -, PX_CISE_SEA_BASSIN, PX_CISE_SEA_BASSIN, provider, provider, online, online, vesselService vesselService ), ), m_core_entity_payload_derivations_payload( m_core_entity_payload_derivations_payload(m_entity_payload_vessel), m_entity_payload( // Payload nonClassified, green, nonSpecified, {}, false, -, false )), -, -, 1000 // ResponseTimeOut 1000 // ResponseTimeOut )); )); Loading Loading @@ -16732,10 +16721,10 @@ module AtsCise_TestCases { // Test Body // Test Body tc_ac.start; tc_ac.start; alt { alt { [v_recv_sync_ack == true] [] httpPort.receive( httpPort.receive( mw_http_response( mw_http_response( mw_http_response_201_created( mw_http_response_202_accepted( mw_http_message_body_xml( mw_http_message_body_xml( mw_xml_body_acknowledgement( mw_xml_body_acknowledgement( mw_acknowledgement( mw_acknowledgement( Loading @@ -16748,60 +16737,9 @@ module AtsCise_TestCases { )))))) { )))))) { tc_ac.stop; tc_ac.stop; // var bitstring v_enc := oct2bit(v_pull_request_signed); log("*** " & testcasename() & ": PASS: IUT successfully received sync Ack ***"); // fx_dec_PullRequest_1(v_enc, v_pull_request); // f_verify_sign_pull_request(valueof(m_xml_body_pull_request(v_pull_request, v_pull_request_signed_str)), v_pull_request_signed_str); log("*** " & testcasename() & ": INFO: IUT successfully received synchronous Acknowledgment ***"); v_recv_sync_ack := false; // Repeat and ... v_recv_response := true; // ... wait for the PullResponse tc_ac.start; repeat; } [v_recv_response == true] httpPort_notif.receive( mw_http_request( mw_http_request_post( PICS_ROOT_API & PICS_PULL_RESPONSE_URI, -, mw_http_message_body_xml( mw_xml_body_pull_response( mw_pull_response( ?, ?, // pattern "v_message_id*", high, -, -, success, -, -, -, v_correlation_id )))))) -> value v_request { tc_ac.stop; if (not(f_verify_sign_pull_response(v_request.request.body.xml_body, ""/*v_pull_response_canonicalized*/))) { log("*** " & testcasename() & ": FAIL: Signature not verified ***"); f_selfOrClientSyncAndVerdict(c_tbDone, e_error); } else { log("*** " & testcasename() & ": PASS: IUT successfully received PullResponse ***"); f_selfOrClientSyncAndVerdict(c_tbDone, e_success); f_selfOrClientSyncAndVerdict(c_tbDone, e_success); } } // Send the response to finalyze the transaction f_init_default_headers_list(-, -, v_headers); httpPort_notif.send( m_http_response( m_http_response_ok( m_http_message_body_xml( m_xml_body_acknowledgement( m_acknowledgement( v_request.request.body.xml_body.msg.pull_response.creationDateTime, v_request.request.body.xml_body.msg.pull_response.messageID, v_request.request.body.xml_body.msg.pull_response.priority, {}, success ))), v_headers ))); } [] tc_ac.timeout { [] tc_ac.timeout { log("*** " & testcasename() & ": INCONC: Expected message not received ***"); log("*** " & testcasename() & ": INCONC: Expected message not received ***"); f_selfOrClientSyncAndVerdict(c_tbDone, e_timeout); f_selfOrClientSyncAndVerdict(c_tbDone, e_timeout); Loading Loading @@ -16866,7 +16804,7 @@ module AtsCise_TestCases { PX_CISE_REQUEST_ACK, // RequiresAck PX_CISE_REQUEST_ACK, // RequiresAck m_service( // Recipient m_service( // Recipient { string := PX_CISE_RECIPIENT_SERVICE_ID }, { string := PX_CISE_RECIPIENT_SERVICE_ID }, acknowledgement, pull, -, -, PX_CISE_SEA_BASSIN, PX_CISE_SEA_BASSIN, provider, provider, Loading Loading @@ -16914,7 +16852,7 @@ module AtsCise_TestCases { alt { alt { [] httpPort.receive( [] httpPort.receive( mw_http_response( mw_http_response( mw_http_response_201_created( mw_http_response_ok( mw_http_message_body_xml( mw_http_message_body_xml( mw_xml_body_acknowledgement( mw_xml_body_acknowledgement( mw_acknowledgement( mw_acknowledgement( Loading Loading @@ -16994,7 +16932,7 @@ module AtsCise_TestCases { PX_CISE_REQUEST_ACK, // RequiresAck PX_CISE_REQUEST_ACK, // RequiresAck m_service( // Recipient m_service( // Recipient { string := PX_CISE_RECIPIENT_SERVICE_ID }, { string := PX_CISE_RECIPIENT_SERVICE_ID }, acknowledgement, pull, -, -, PX_CISE_SEA_BASSIN, PX_CISE_SEA_BASSIN, provider, provider, Loading Loading @@ -17042,7 +16980,7 @@ module AtsCise_TestCases { alt { alt { [] httpPort.receive( [] httpPort.receive( mw_http_response( mw_http_response( mw_http_response_201_created( mw_http_response_ok( mw_http_message_body_xml( mw_http_message_body_xml( mw_xml_body_acknowledgement( mw_xml_body_acknowledgement( mw_acknowledgement( mw_acknowledgement( Loading Loading @@ -17122,7 +17060,7 @@ module AtsCise_TestCases { PX_CISE_REQUEST_ACK, // RequiresAck PX_CISE_REQUEST_ACK, // RequiresAck m_service( // Recipient m_service( // Recipient { string := PX_CISE_RECIPIENT_SERVICE_ID }, { string := PX_CISE_RECIPIENT_SERVICE_ID }, acknowledgement, pull, -, -, PX_CISE_SEA_BASSIN, PX_CISE_SEA_BASSIN, provider, provider, Loading Loading @@ -17170,7 +17108,7 @@ module AtsCise_TestCases { alt { alt { [] httpPort.receive( [] httpPort.receive( mw_http_response( mw_http_response( mw_http_response_201_created( mw_http_response_ok( mw_http_message_body_xml( mw_http_message_body_xml( mw_xml_body_acknowledgement( mw_xml_body_acknowledgement( mw_acknowledgement( mw_acknowledgement( Loading Loading @@ -17252,7 +17190,7 @@ module AtsCise_TestCases { PX_CISE_REQUEST_ACK, // RequiresAck PX_CISE_REQUEST_ACK, // RequiresAck m_service( // Recipient m_service( // Recipient { string := PX_CISE_RECIPIENT_SERVICE_ID }, { string := PX_CISE_RECIPIENT_SERVICE_ID }, acknowledgement, pull, -, -, PX_CISE_SEA_BASSIN, PX_CISE_SEA_BASSIN, provider, provider, Loading Loading @@ -17301,7 +17239,7 @@ module AtsCise_TestCases { [v_recv_sync_ack == true] [v_recv_sync_ack == true] httpPort.receive( httpPort.receive( mw_http_response( mw_http_response( mw_http_response_201_created( mw_http_response_ok( mw_http_message_body_xml( mw_http_message_body_xml( mw_xml_body_acknowledgement( mw_xml_body_acknowledgement( mw_acknowledgement( mw_acknowledgement( Loading Loading @@ -17383,7 +17321,7 @@ module AtsCise_TestCases { PX_CISE_REQUEST_ACK, // RequiresAck PX_CISE_REQUEST_ACK, // RequiresAck m_service( // Recipient m_service( // Recipient { string := PX_CISE_RECIPIENT_SERVICE_ID }, { string := PX_CISE_RECIPIENT_SERVICE_ID }, acknowledgement, pull, -, -, PX_CISE_SEA_BASSIN, PX_CISE_SEA_BASSIN, provider, provider, Loading Loading @@ -17432,7 +17370,7 @@ module AtsCise_TestCases { [v_recv_sync_ack == true] [v_recv_sync_ack == true] httpPort.receive( httpPort.receive( mw_http_response( mw_http_response( mw_http_response_201_created( mw_http_response_ok( mw_http_message_body_xml( mw_http_message_body_xml( mw_xml_body_acknowledgement( mw_xml_body_acknowledgement( mw_acknowledgement( mw_acknowledgement( Loading Loading @@ -17514,7 +17452,7 @@ module AtsCise_TestCases { PX_CISE_REQUEST_ACK, // RequiresAck PX_CISE_REQUEST_ACK, // RequiresAck m_service( // Recipient m_service( // Recipient { string := PX_CISE_RECIPIENT_SERVICE_ID }, { string := PX_CISE_RECIPIENT_SERVICE_ID }, acknowledgement, pull, -, -, PX_CISE_SEA_BASSIN, PX_CISE_SEA_BASSIN, provider, provider, Loading Loading @@ -17645,7 +17583,7 @@ module AtsCise_TestCases { PX_CISE_REQUEST_ACK, // RequiresAck PX_CISE_REQUEST_ACK, // RequiresAck m_service( // Recipient m_service( // Recipient { string := PX_CISE_RECIPIENT_SERVICE_ID }, { string := PX_CISE_RECIPIENT_SERVICE_ID }, acknowledgement, pull, -, -, PX_CISE_SEA_BASSIN, PX_CISE_SEA_BASSIN, provider, provider, Loading Loading @@ -17776,7 +17714,7 @@ module AtsCise_TestCases { PX_CISE_REQUEST_ACK, // RequiresAck PX_CISE_REQUEST_ACK, // RequiresAck m_service( // Recipient m_service( // Recipient { string := PX_CISE_RECIPIENT_SERVICE_ID }, { string := PX_CISE_RECIPIENT_SERVICE_ID }, acknowledgement, pull, -, -, PX_CISE_SEA_BASSIN, PX_CISE_SEA_BASSIN, provider, provider, Loading Loading @@ -17814,7 +17752,7 @@ module AtsCise_TestCases { [v_recv_sync_ack == true] [v_recv_sync_ack == true] httpPort.receive( httpPort.receive( mw_http_response( mw_http_response( mw_http_response_201_created( mw_http_response_ok( mw_http_message_body_xml( mw_http_message_body_xml( mw_xml_body_acknowledgement( mw_xml_body_acknowledgement( mw_acknowledgement( mw_acknowledgement( Loading
ttcn/AtsCise/AtsCise_TestCases.ttcn +128 −190 Original line number Original line Diff line number Diff line Loading @@ -129,7 +129,7 @@ module AtsCise_TestCases { [v_recv_sync_ack == true] [v_recv_sync_ack == true] httpPort.receive( httpPort.receive( mw_http_response( mw_http_response( mw_http_response_201_created( mw_http_response_202_accepted( mw_http_message_body_xml( mw_http_message_body_xml( mw_xml_body_acknowledgement( mw_xml_body_acknowledgement( mw_acknowledgement( mw_acknowledgement( Loading Loading @@ -382,7 +382,7 @@ module AtsCise_TestCases { alt { alt { [] httpPort.receive( [] httpPort.receive( mw_http_response( mw_http_response( mw_http_response_201_created( mw_http_response_ok( mw_http_message_body_xml( mw_http_message_body_xml( mw_xml_body_acknowledgement( mw_xml_body_acknowledgement( mw_acknowledgement( mw_acknowledgement( Loading Loading @@ -544,7 +544,7 @@ module AtsCise_TestCases { // } // } [] httpPort.receive( [] httpPort.receive( mw_http_response( mw_http_response( mw_http_response_201_created( mw_http_response_202_accepted( mw_http_message_body_xml( mw_http_message_body_xml( mw_xml_body_acknowledgement( mw_xml_body_acknowledgement( mw_acknowledgement( mw_acknowledgement( Loading Loading @@ -1011,11 +1011,11 @@ module AtsCise_TestCases { } } // Test component configuration // Test component configuration f_cf_02_up(); f_cf_01_up(); // Test adapter configuration // Test adapter configuration f_process_pull_request_await_pull_response( f_process_pull_request_await_ack( -, -, m_sender_consumer_vessel, m_sender_consumer_vessel, m_recipient_provider_vessel, m_recipient_provider_vessel, Loading @@ -1023,7 +1023,7 @@ module AtsCise_TestCases { ); ); // Postamble // Postamble f_cf_02_down(); f_cf_01_down(); } // End of testcase TC_CDM_NODE_EI_NA_PULL_REQUEST_BV_01_01 } // End of testcase TC_CDM_NODE_EI_NA_PULL_REQUEST_BV_01_01 Loading Loading @@ -1331,7 +1331,7 @@ module AtsCise_TestCases { f_cf_02_up(); f_cf_02_up(); // Test adapter configuration // Test adapter configuration f_process_pull_request_await_pull_response( f_process_pull_request_await_ack( -, -, m_sender_consumer_action, m_sender_consumer_action, m_recipient_provider_action, m_recipient_provider_action, Loading Loading @@ -16636,8 +16636,6 @@ module AtsCise_TestCases { */ */ testcase TC_CDM_NODE_EI_NA_SEC_BV_01() runs on CiseComponent system CiseTestAdapter { testcase TC_CDM_NODE_EI_NA_SEC_BV_01() runs on CiseComponent system CiseTestAdapter { // Local variables // Local variables var boolean v_recv_sync_ack := true; var boolean v_recv_response := false; var HttpMessage v_request; var HttpMessage v_request; var Headers v_headers; var Headers v_headers; var charstring v_date_time := f_get_current_date_time(); var charstring v_date_time := f_get_current_date_time(); Loading Loading @@ -16686,23 +16684,14 @@ module AtsCise_TestCases { PX_CISE_REQUEST_ACK, // RequiresAck PX_CISE_REQUEST_ACK, // RequiresAck m_service( // Recipient m_service( // Recipient { string := PX_CISE_RECIPIENT_SERVICE_ID }, { string := PX_CISE_RECIPIENT_SERVICE_ID }, acknowledgement, pull, -, -, PX_CISE_SEA_BASSIN, PX_CISE_SEA_BASSIN, provider, provider, online, online, vesselService vesselService ), ), m_core_entity_payload_derivations_payload( m_core_entity_payload_derivations_payload(m_entity_payload_vessel), m_entity_payload( // Payload nonClassified, green, nonSpecified, {}, false, -, false )), -, -, 1000 // ResponseTimeOut 1000 // ResponseTimeOut )); )); Loading Loading @@ -16732,10 +16721,10 @@ module AtsCise_TestCases { // Test Body // Test Body tc_ac.start; tc_ac.start; alt { alt { [v_recv_sync_ack == true] [] httpPort.receive( httpPort.receive( mw_http_response( mw_http_response( mw_http_response_201_created( mw_http_response_202_accepted( mw_http_message_body_xml( mw_http_message_body_xml( mw_xml_body_acknowledgement( mw_xml_body_acknowledgement( mw_acknowledgement( mw_acknowledgement( Loading @@ -16748,60 +16737,9 @@ module AtsCise_TestCases { )))))) { )))))) { tc_ac.stop; tc_ac.stop; // var bitstring v_enc := oct2bit(v_pull_request_signed); log("*** " & testcasename() & ": PASS: IUT successfully received sync Ack ***"); // fx_dec_PullRequest_1(v_enc, v_pull_request); // f_verify_sign_pull_request(valueof(m_xml_body_pull_request(v_pull_request, v_pull_request_signed_str)), v_pull_request_signed_str); log("*** " & testcasename() & ": INFO: IUT successfully received synchronous Acknowledgment ***"); v_recv_sync_ack := false; // Repeat and ... v_recv_response := true; // ... wait for the PullResponse tc_ac.start; repeat; } [v_recv_response == true] httpPort_notif.receive( mw_http_request( mw_http_request_post( PICS_ROOT_API & PICS_PULL_RESPONSE_URI, -, mw_http_message_body_xml( mw_xml_body_pull_response( mw_pull_response( ?, ?, // pattern "v_message_id*", high, -, -, success, -, -, -, v_correlation_id )))))) -> value v_request { tc_ac.stop; if (not(f_verify_sign_pull_response(v_request.request.body.xml_body, ""/*v_pull_response_canonicalized*/))) { log("*** " & testcasename() & ": FAIL: Signature not verified ***"); f_selfOrClientSyncAndVerdict(c_tbDone, e_error); } else { log("*** " & testcasename() & ": PASS: IUT successfully received PullResponse ***"); f_selfOrClientSyncAndVerdict(c_tbDone, e_success); f_selfOrClientSyncAndVerdict(c_tbDone, e_success); } } // Send the response to finalyze the transaction f_init_default_headers_list(-, -, v_headers); httpPort_notif.send( m_http_response( m_http_response_ok( m_http_message_body_xml( m_xml_body_acknowledgement( m_acknowledgement( v_request.request.body.xml_body.msg.pull_response.creationDateTime, v_request.request.body.xml_body.msg.pull_response.messageID, v_request.request.body.xml_body.msg.pull_response.priority, {}, success ))), v_headers ))); } [] tc_ac.timeout { [] tc_ac.timeout { log("*** " & testcasename() & ": INCONC: Expected message not received ***"); log("*** " & testcasename() & ": INCONC: Expected message not received ***"); f_selfOrClientSyncAndVerdict(c_tbDone, e_timeout); f_selfOrClientSyncAndVerdict(c_tbDone, e_timeout); Loading Loading @@ -16866,7 +16804,7 @@ module AtsCise_TestCases { PX_CISE_REQUEST_ACK, // RequiresAck PX_CISE_REQUEST_ACK, // RequiresAck m_service( // Recipient m_service( // Recipient { string := PX_CISE_RECIPIENT_SERVICE_ID }, { string := PX_CISE_RECIPIENT_SERVICE_ID }, acknowledgement, pull, -, -, PX_CISE_SEA_BASSIN, PX_CISE_SEA_BASSIN, provider, provider, Loading Loading @@ -16914,7 +16852,7 @@ module AtsCise_TestCases { alt { alt { [] httpPort.receive( [] httpPort.receive( mw_http_response( mw_http_response( mw_http_response_201_created( mw_http_response_ok( mw_http_message_body_xml( mw_http_message_body_xml( mw_xml_body_acknowledgement( mw_xml_body_acknowledgement( mw_acknowledgement( mw_acknowledgement( Loading Loading @@ -16994,7 +16932,7 @@ module AtsCise_TestCases { PX_CISE_REQUEST_ACK, // RequiresAck PX_CISE_REQUEST_ACK, // RequiresAck m_service( // Recipient m_service( // Recipient { string := PX_CISE_RECIPIENT_SERVICE_ID }, { string := PX_CISE_RECIPIENT_SERVICE_ID }, acknowledgement, pull, -, -, PX_CISE_SEA_BASSIN, PX_CISE_SEA_BASSIN, provider, provider, Loading Loading @@ -17042,7 +16980,7 @@ module AtsCise_TestCases { alt { alt { [] httpPort.receive( [] httpPort.receive( mw_http_response( mw_http_response( mw_http_response_201_created( mw_http_response_ok( mw_http_message_body_xml( mw_http_message_body_xml( mw_xml_body_acknowledgement( mw_xml_body_acknowledgement( mw_acknowledgement( mw_acknowledgement( Loading Loading @@ -17122,7 +17060,7 @@ module AtsCise_TestCases { PX_CISE_REQUEST_ACK, // RequiresAck PX_CISE_REQUEST_ACK, // RequiresAck m_service( // Recipient m_service( // Recipient { string := PX_CISE_RECIPIENT_SERVICE_ID }, { string := PX_CISE_RECIPIENT_SERVICE_ID }, acknowledgement, pull, -, -, PX_CISE_SEA_BASSIN, PX_CISE_SEA_BASSIN, provider, provider, Loading Loading @@ -17170,7 +17108,7 @@ module AtsCise_TestCases { alt { alt { [] httpPort.receive( [] httpPort.receive( mw_http_response( mw_http_response( mw_http_response_201_created( mw_http_response_ok( mw_http_message_body_xml( mw_http_message_body_xml( mw_xml_body_acknowledgement( mw_xml_body_acknowledgement( mw_acknowledgement( mw_acknowledgement( Loading Loading @@ -17252,7 +17190,7 @@ module AtsCise_TestCases { PX_CISE_REQUEST_ACK, // RequiresAck PX_CISE_REQUEST_ACK, // RequiresAck m_service( // Recipient m_service( // Recipient { string := PX_CISE_RECIPIENT_SERVICE_ID }, { string := PX_CISE_RECIPIENT_SERVICE_ID }, acknowledgement, pull, -, -, PX_CISE_SEA_BASSIN, PX_CISE_SEA_BASSIN, provider, provider, Loading Loading @@ -17301,7 +17239,7 @@ module AtsCise_TestCases { [v_recv_sync_ack == true] [v_recv_sync_ack == true] httpPort.receive( httpPort.receive( mw_http_response( mw_http_response( mw_http_response_201_created( mw_http_response_ok( mw_http_message_body_xml( mw_http_message_body_xml( mw_xml_body_acknowledgement( mw_xml_body_acknowledgement( mw_acknowledgement( mw_acknowledgement( Loading Loading @@ -17383,7 +17321,7 @@ module AtsCise_TestCases { PX_CISE_REQUEST_ACK, // RequiresAck PX_CISE_REQUEST_ACK, // RequiresAck m_service( // Recipient m_service( // Recipient { string := PX_CISE_RECIPIENT_SERVICE_ID }, { string := PX_CISE_RECIPIENT_SERVICE_ID }, acknowledgement, pull, -, -, PX_CISE_SEA_BASSIN, PX_CISE_SEA_BASSIN, provider, provider, Loading Loading @@ -17432,7 +17370,7 @@ module AtsCise_TestCases { [v_recv_sync_ack == true] [v_recv_sync_ack == true] httpPort.receive( httpPort.receive( mw_http_response( mw_http_response( mw_http_response_201_created( mw_http_response_ok( mw_http_message_body_xml( mw_http_message_body_xml( mw_xml_body_acknowledgement( mw_xml_body_acknowledgement( mw_acknowledgement( mw_acknowledgement( Loading Loading @@ -17514,7 +17452,7 @@ module AtsCise_TestCases { PX_CISE_REQUEST_ACK, // RequiresAck PX_CISE_REQUEST_ACK, // RequiresAck m_service( // Recipient m_service( // Recipient { string := PX_CISE_RECIPIENT_SERVICE_ID }, { string := PX_CISE_RECIPIENT_SERVICE_ID }, acknowledgement, pull, -, -, PX_CISE_SEA_BASSIN, PX_CISE_SEA_BASSIN, provider, provider, Loading Loading @@ -17645,7 +17583,7 @@ module AtsCise_TestCases { PX_CISE_REQUEST_ACK, // RequiresAck PX_CISE_REQUEST_ACK, // RequiresAck m_service( // Recipient m_service( // Recipient { string := PX_CISE_RECIPIENT_SERVICE_ID }, { string := PX_CISE_RECIPIENT_SERVICE_ID }, acknowledgement, pull, -, -, PX_CISE_SEA_BASSIN, PX_CISE_SEA_BASSIN, provider, provider, Loading Loading @@ -17776,7 +17714,7 @@ module AtsCise_TestCases { PX_CISE_REQUEST_ACK, // RequiresAck PX_CISE_REQUEST_ACK, // RequiresAck m_service( // Recipient m_service( // Recipient { string := PX_CISE_RECIPIENT_SERVICE_ID }, { string := PX_CISE_RECIPIENT_SERVICE_ID }, acknowledgement, pull, -, -, PX_CISE_SEA_BASSIN, PX_CISE_SEA_BASSIN, provider, provider, Loading Loading @@ -17814,7 +17752,7 @@ module AtsCise_TestCases { [v_recv_sync_ack == true] [v_recv_sync_ack == true] httpPort.receive( httpPort.receive( mw_http_response( mw_http_response( mw_http_response_201_created( mw_http_response_ok( mw_http_message_body_xml( mw_http_message_body_xml( mw_xml_body_acknowledgement( mw_xml_body_acknowledgement( mw_acknowledgement( mw_acknowledgement(