PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

Message(non-rowset) definition for the below xml

edited Mar 16, 2018 5:00AM in PeopleTools and Lifecycle Management - PSFT (MOSC) 1 commentAnswered

Please provide a sample non-rowset message definition in Peopleosoft to send the following XML message for sending binary data:

<?xml version='1.0'?>

<JobApplication>

  <Photo name='JohnSmith'>

  <PsftXopInclude SegmentNumber='1'/>

  </Photo>

  <Resume name='JohnSmithCV'>

  <PsftXopInclude SegmentNumber='2'/>

  </Resume>

</JobApplication>

Peoplecode for Message to be sent :

&xml = &xml | "<?xml version='1.0'?>";

&xml = &xml | "<JobApplication>";

&xml = &xml | "<Photo name='JohnSmith'>";

&xml = &xml | "<PsftXopInclude SegmentNumber='1'/>";

&xml = &xml | "</Photo>";

&xml = &xml | "<Resume name='JohnSmithCV'>";

&xml = &xml | "<PsftXopInclude SegmentNumber='2'/>";

&xml = &xml | "</Resume>";

&xml = &xml | "</JobApplication>";

&theXmlDoc = CreateXmlDoc(&xml);

&theMessage.SetXmlDoc(&theXmlDoc);

/* add an image to the outgoing message */

Tagged:

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