ARCHIVED E-CI/IB: User Defined method response message doesn't match Schema for CI Web Se
(Doc ID 664996.1)
Last updated on APRIL 04, 2025
Applies to:
PeopleSoft Enterprise PT PeopleTools - Version 8.4 and laterInformation in this document applies to any platform.
Symptoms
You upgraded to PeopleTools 8.48x, and are invoking a CI web service user-defined method. You may notice that the user defined method's response message doesn't match Schema for the Standard methods which have a "Response suffix. If you compare the response to the schema below, you will notice that the response contains a "Response" suffix in the tag containing the CI name. But the WSDL and schema do not have this suffix
schema
----------------------------------------------------
<?xml version="1.0"?>
<xsd:schema elementFormDefault="qualified" targetNamespace="http://xmlns.oracle.com/Enterprise/Tools/schemas/Mxxxxxx.V1" xmlns="http://xmlns.oracle.com/Enterprise/Tools/schemas/Mxxxxxx.V1" xmlns:xsd="http://www.xx.org/2001/XMLSchema">;
<xsd:element name="GetEmail__CompIntfc__XXXLOGIN" type="xsd:string"/>
</xsd:schema>
But the response message has a tag with the "Response" suffix ("<GetEmail__CompIntfc__XXXLOGINResponse> instead of <GetEmail__CompIntfc__XXXLOGIN>), which doesn't match the schema or WSDL.
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |