One of my client is trying to access List of values of the class by using delivered Service Operatio
Hi Team,
One of my client is trying to access List of values of the class by using delivered Service Operation "SCC_GET_LOV" with the following request XML and getting an error "OnRequest could not run to completion" Please find the following XML details
Request XML:
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://xmlns.oracle.com/Enterprise/HCM/services" xmlns:ns2="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"><SOAP-ENV:Header><ns2:Security SOAP-ENV:mustUnderstand="1" id="ref1"><ns2:UsernameToken><ns2:Username>xxxxxx</ns2:Username><ns2:Password>xxxxxx</ns2:Password></ns2:UsernameToken></ns2:Security><ns2:Security SOAP-ENV:mustUnderstand="1" href="#ref1" /></SOAP-ENV:Header><SOAP-ENV:Body><ns1:SCC_LOV_REQ><ns1:LOVS><ns1:LOV><ns1:FIELDNAME>ACAD_CAREER</ns1:FIELDNAME><ns1:RECORDNAME>SSR_LOV_WRK</ns1:RECORDNAME><ns1:KEYS><ns1:KEY><ns1:FIELDNAME>INSTITUTION</ns1:FIELDNAME><ns1:FIELDVALUE>PSUNV</ns1:FIELDVALUE></ns1:KEY></ns1:KEYS></ns1:LOV></ns1:LOVS></ns1:SCC_LOV_REQ></SOAP-ENV:Body></SOAP-ENV:Envelope>