HTTPPROPERTY SOAP12 parameter not used
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'