Describing the SOAP Input Message: SCC_SUBMITCONST_REQ

The following diagram shows the input message structure:

This example illustrates the fields and controls on the SCC_SUBMITCONST_REQ Message Structure (1 of 2). You can find definitions for the fields and controls later on this page.

SOAP Input Message: SCC_SUBMITCONST_REQ

This example illustrates the fields and controls on the SCC_SUBMITCONST_REQ Message Structure (2 of 2). You can find definitions for the fields and controls later on this page.

SCC_SUBMITCONST_REQ Message Structure (2 of 2)

The following is an example of the SCC_SUBMITCONST_REQ message that the SCC_SUBMITCONST service operation receives from an SCE request:

<?xml version="1.0"?>
<SCC_SUBMITCONST_REQ xmlns="http://xmlns.oracle.com/Enterprise/services" 
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
  <CONSTITUENT>
    <EMPLID>CCSCE0001</EMPLID>
    <EMAIL_ADDRESSES>
      <EMAIL_ADDRESS isDeleted="N">
        <EMPLID>CCSCE0001</EMPLID>
        <E_ADDR_TYPE>HOME</E_ADDR_TYPE>
        <EMAIL_ADDR>KAnderson@gmail.com</EMAIL_ADDR>
        <PREF_EMAIL_FLAG>N</PREF_EMAIL_FLAG>
      </EMAIL_ADDRESS>
      <EMAIL_ADDRESS isDeleted="N">
        <EMPLID>CCSCE0001</EMPLID>
        <E_ADDR_TYPE>CAMP</E_ADDR_TYPE>
        <EMAIL_ADDR>Kevin.Anderson@Campus.edu</EMAIL_ADDR>
        <PREF_EMAIL_FLAG>Y</PREF_EMAIL_FLAG>
      </EMAIL_ADDRESS>
    </EMAIL_ADDRESSES>
  </CONSTITUENT>
</SCC_SUBMITCONST_REQ>