Skip to Content
0
Former Member
May 24, 2018 at 09:39 AM

SOAP adapter support for SOAP 1.2 in SAP PO 7.3 thorugh scenario

159 Views

Hi Folks

I have a requirement where there is SOAMANAGER sending web service in SOAP 1.2 to PO system and PO has to send this as it is in pass through to an end point web service over ssl. Currently am passing even the envelope in payload by using nosoap=true and checking the DO NOT USE SOAP ENVELOPE in soap sender and again using transform bean for SOAP receiver (application/soap+xml) and

checking the DO NOT USE SOAP ENVELOPE

.However the server is still rejecting the request.

The same payload is successfully called directly via SOAMANAGER but its rejected when I send the same via PO as explained above.

Is there any other process or any improvements that I can make in this?