cancel
Showing results for 
Search instead for 
Did you mean: 

Parameter "responsecode202" for SOAP sender adapter

0 Kudos

Hello,

I am overstrained with SAP Note 1459995...

I have a SOAP sender adapter (transport protocol HTTP, message protocol SOAP 1.1) and I get a HTTP 200 response and an empty soap envelope when I test it in SOAP UI using this sample call:

https://abc.test.de:1234/XISOAPAdapter/MessageServlet?channel=:COMMUNICATION_COMPONENT:COMMUNICATION...

How do I have to add the "responsecode202" and "true" so I get a HTTP 202 response without envelope?

I tried different things but nothing works, there is either a HTTP 500 or still a HTTP 200 response...

Thanks,

Marcus

Accepted Solutions (1)

Accepted Solutions (1)

KarthikBangeraM
Active Participant

Hi Marcus,

Please ask your consumer to request using the below format-

http:// <host name> : <port name> /XISOAPAdapter/MessageServlet?senderParty= <name of the sender party> &senderService= <name of the sender service> &interface= <name of the interface> &receiverParty= <name of the receiver party> &receiverService= <name of the receiver service> &interfaceNamespace= <name of the interface namespace>&responsecode202=true


Regards,

Karthik

0 Kudos

Thanks Karthik, you were right!

The attached "&responsecode202=true" was one of the things I had already tried before, but it was irritating to me that there was no difference when I called my consumer in SOAP UI (still HTTP 200 with empty soap envelope).

But when I now call it directly from the third party it works fine.

Regards,

Marcus

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Marcus,

Are you setting your scenario as synchronous: service interfaces, Best effort as quality of service on your sender channel...

Have you check your PI communication channel and/or your PI monitoring?

Regards.