cancel
Showing results for 
Search instead for 
Did you mean: 

Results of deactivated the HTTP service /sap/xi/adapter_plain

Former Member
0 Kudos

Hello

The scenario is SOAP to Proxy.

I need to test the scenario.I have deactivated the HTTP service /sap/xi/adapter_plain in SICF t code to check if that stops the message to come into PI and to check the error it sends back to Sender system but the message is still received in PI.

What can be done to stop the message coming into PI?

Thanks.

Indu

Accepted Solutions (0)

Answers (2)

Answers (2)

venkatagiri_gongadi
Participant
0 Kudos

Hi,

Try to stop sender SOAP coomunication channel then it will give system error in Adapter engine.

GreatDay,

Girii

Former Member
0 Kudos

I tried to stop the channel and triggered the message but it directly hits the IE and is received in PI.

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

I have deactivated the HTTP service /sap/xi/adapter_plain in SICF t code to check if that stops the message to come into PI and to check the error it sends back to Sender system but the message is still received in PI.

adapter_plain is used by the Plain HTTP Adapter. If you are using the URL http(s)://host:port/XISOAPAdapter/MessageServlet?channel=p:s:c, you can delete the sender agreement.

Hope this helps,

Mark

Former Member
0 Kudos

Transport protocol being used is HTTP.

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

Transport protocol being used is HTTP.

Yes, this is correct, since the SOAP Adapter still uses HTTP but it resides on the Java Stack (Adapter Engine). So to disable the CC, stop it in RWB as was suggested by another poster or you can delete the sender agreement so that the CPA lookup would fail.

Hope this helps,

Mark

Former Member
0 Kudos

I tried this by stopping the channel in comm channel monitoring but still received the msg in IE.Now, as you say I can try by deleting the sender agreement.