Describing the SOAP Output Message: SCC_GETPHOTO_RESP
When the Integration Broker receives the SCC_GETPHOTO_REQ message, it responds with the SCC_GETPHOTO_RESP message the structure of which is shown below:
This example illustrates the fields and controls on the SCC_GETPHOTO_RESP Message Structure. You can find definitions for the fields and controls later on this page.

The following is an example of the SCC_GETPHOTO_RESP message that the SCC_GETPHOTO service operation transmits to the UI:
<?xml version="1.0"?>
<SCC_GETPHOTO_RESP xmlns="http://xmlns.oracle.com/Enterprise/services">
<EMPLOYEE_PHOTO>
<EMPLID>CCSCE0001</EMPLID>
<Base64Data>/9j/4AAQSkZJRgABAQEASABIAAD//gAgR2VuZXJhdGVkIGJ5ICBJSkcgSlBFRyBMaWJyYXJ5/
+EbVkV4aWYAAElJKgAIAAAADgAOAQIAeAAAALYAAAAPAQIABgAAAC4BAAAQAQIAFgAAADQBAAASAQMAAQAAAAEAAAAa
AQUAAQAAAEoBAAAbAQUAAQAAAFIBAAAoAQMAAQAAAAIAAAAxAQIAHAAAAFoBAAAyAQIA…………………..==</Base64Data>
</EMPLOYEE_PHOTO>
</SCC_GETPHOTO_RESP>