My Oracle Support Banner

E-IB: How to Address Special XML/SOAP Formatting Requirements Of The Service Provider (Doc ID 2084369.1)

Last updated on JANUARY 03, 2023

Applies to:

PeopleSoft Enterprise PT PeopleTools - Version 8.50 and later
Generic (Platform Independent)

Goal

On PeopleTools 8.5x, Integration Broker, implementing PeopleSoft integrations with third-party web service providers and clients, such as Java and .NET based.

Supposing there is a company policy that requires XML SOAP documents used for such integrations to comply with specific strict formatting rules, for example:
- the XML Declaration to have explicit "encoding" attribute set to 'UTF-8', that is, to be "<?xml version="1.0" encoding="UTF-8" ?>" even though it is the default;
- the namespace prefix to SOAP envelope tags to be certain value, e.g. "soap:" and not any other like "SOAP-ENV:" that PeopleCode class SOAPDoc generates.

Is it possible to make PeopleSoft to comply, in particular to have PeopleCode class SOAPDoc to generate XML SOAP documents in that format, and if yes, how?

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.