We are trying to run a BICC extracts via SOAP API, Is it mandatory to have WSA-Addressing in header of the SOAP API payload?
<wsa:Action>submitRequest</wsa:Action>
<wsa:MessageID>1234567</wsa:MessageID>
As per oracle documentation here , its not mentioned as mandatory . But without Action or messageID , we are not able to trigger the extract.
i