PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

IB removes CDATA from Sync response message

edited Mar 6, 2014 9:52AM in PeopleTools and Lifecycle Management - PSFT (MOSC) 2 commentsAnswered

I am trying to connect to a .NET based Webservice from PeopleSoft using IB SyncRequest. The response is returned successfully but somehow IB spoils the CDATA section.

I am supposed to get a message like this

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">

   <soap:Body>

   <Response>

<RC>0</RC>

<ErrorMsg>Processed Successfully</ErrorMsg>

<AvailSlots><![CDATA[<?xml version="1.0" ?><root><AvailDateSlot><Date>02/14/2014</Date><Slot>AM</Slot></root>]]></AvailSlots>

</Response>

   </soap:Body>

</soap:Envelope>


But I get this in the Service Operation Monitor

<?xml version="1.0"?>

<soap:Envelope xmlns:soap="

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