cancel
Showing results for 
Search instead for 
Did you mean: 

How to use soap 1.2 message protocol in sap pi receiver soap adapter?

0 Kudos

Hi All,

I developed RFC to soap synchronous interface with message protocol soap 1.1.My XI version is 3.0

It is working fine.But,my actual requirement is with soap version 1.2.

Let me know, how to use soap 1.2 in receiver soap adapter & pi version?

Accepted Solutions (0)

Answers (3)

Answers (3)

mate_moricz
Advisor
Advisor

Hi Polani,

There is no option to explicitly set the Message Protocol to SOAP 1.2 in the Message Protocol field so to use SOAP 1.2 the SOAP Adapter with Axis Message Protocol should be used. The sender Axis channel automatically recognises the SOAP 1.2 protocol. For the receiver Axis channel you can configure the SOAP version by setting the SOAPAction value.

Regards,
Mate

markangelo_dihiansan
Active Contributor
0 Kudos

Hi Polani,

You can use the standard SOAP adapter to use SOAP 1.2 by checking Do Not Use SOAP Envelope and building the envelope.

Please see my blog for an example (page 10)

Regards,

Mark

manoj_khavatkopp
Active Contributor
0 Kudos

SOAP with HTTP protocol = SOAP 1.1

SOAP with HTTP-AXIS Protocol = SOAP 1.2