PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

HTTPPROPERTY SOAP12 parameter not used

edited Jan 26, 2018 3:08PM in PeopleTools and Lifecycle Management - PSFT (MOSC) 5 commentsAnswered

Hi,

I work on a Peopletools 8.55 version.

I try to generate a SOAP 1.2 header but the message still uses a SOAP 1.1

A correct SOAP 1.2 should use "http://www.w3.org/2003/05/soap-envelope". SOAP 1.1 is "http://schemas.xmlsoap.org/soap/envelope/".

The node configuration of my test :

The code :

   &SOAPDoc = CreateSOAPDoc();

   &SOAPDoc.AddEnvelope(%SOAP_Schema);

...

The result message :

<?xml version="1.0"?>

<SOAP-ENV:Envelope xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"

...

I tried with a %SOAP_Custom and &SOAPDoc.EnvelopeNode.AddAttribute("xmlns:SOAP-ENV", "http://www.w3.org/2003/05/soap-envelope"); -> Error "The attribute 'xmlns:SOAP-ENV' is already used in element 'SOAP-ENV:Envelope'

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center