Testing web services - Generic Service Tester - Sample XML for SCC_UR_CREATEACCT_REQ request message
This is good information if you have not used our delivered tester. You can also use soapUI, Sendmaster...etc.
Here was the original request:
Can you provide a sample XML request for SCC_USERREG? (SCC_UR_CREATEACCT_REQ)
Here was the original request:
Can you provide a sample XML request for SCC_USERREG? (SCC_UR_CREATEACCT_REQ)
Solution
Sample XML request message for SCC_UR_CREATEACCT_REQ - You can also use the Generic Service Tester - Set Up SACR > System Administration > Utilities > Generic Service Tester
<?xml version="1.0"?>
<SCC_UR_CREATEACCT_REQ xmlns="http://xmlns.oracle.com/Enterprise/HCM/services">
<SCC_USERNAME>TEST_123</SCC_USERNAME>
<SCC_PASSWORD>password</SCC_PASSWORD>
<SCC_CONFIRMPWD>password</SCC_CONFIRMPWD>
<CONSTITUENT>
<EMPLID></EMPLID>
<BIRTHDATE></BIRTHDATE>
<SCC_UR_CREATEACCT_REQ xmlns="http://xmlns.oracle.com/Enterprise/HCM/services">
<SCC_USERNAME>TEST_123</SCC_USERNAME>
<SCC_PASSWORD>password</SCC_PASSWORD>
<SCC_CONFIRMPWD>password</SCC_CONFIRMPWD>
<CONSTITUENT>
<EMPLID></EMPLID>
<BIRTHDATE></BIRTHDATE>
0