cancel
Showing results for 
Search instead for 
Did you mean: 

Use of Modules in SOAP Channels in SAP PI 7.4

Former Member
0 Kudos

Hello Experts,

Can you please explain what is use of below Modules in SOAP channel in PI7.4?

1. XMBWS.NoSOAPIgnoreStatusCode used in SOAP receiver channel in PI7.4


2. generateSysAck


3. ignoreDuplicate



Regards,

VB.

Accepted Solutions (1)

Accepted Solutions (1)

sahithi_moparthi
Contributor
0 Kudos

Answers (2)

Answers (2)

former_member186851
Active Contributor
0 Kudos

XMBWS.NoSOAPIgnoreStatusCode

If set to True This will return the SOAP fault messages to PI from webservice

2. generateSysAck

As far as I know this should get back to sysack like if any issues in connections,If set to true.


3. ignoreDuplicate

not sure on this,others experts should you help you.

Refer the below link as well for more reference.

Standard SAP Modules - SAP NetWeaver Process Integration - SAP Library

Former Member
0 Kudos

Hi VB,

XMBWS.NoSOAPIgnoreStatusCode : The purpose is to ignore HTTP Status code. Here's SAP Note 1055678  for the same.


generateSysAck :

By setting “true” to “generateSysAck”, AAE can generate system acknowledgement (SYS ack). As ABAP proxy runtime always expects a synchronous SYS acknowledgment even for EO/EOIO cases

ignoreDuplicate

By setting “true” to “ignoreDuplicate”, AAE can ignore the received message duplication and will just

log a 'Warning' trace. Otherwise, the adapter will send “DuplicateMessageException” fault message

back to the sender system. Even if there is duplication, the ABAP proxy runtime does not expect fault

message but expects success message.

Please check this blog for above two paramters.

Hope this helps !

Bibek