Error getting data service metadata request
Content
Hi Gurus,
I'm facing an issue with GetMetadata service when called from OPM (Nov 16). The structure is as per the documentation library of OPA. Not sure what is going wrong. The response message to OPA :
<?xml version="1.0"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<get-metadata-response xmlns="http://xmlns.oracle.com/policyautomation/hub/12.2/metadata/types">
<Table can-be-input="true" can-be-output="true" name="CUST_GEN_INFO">
<Field can-be-input="true" can-be-output="true" name="SGB_GCIS_ID" type="STRING"/>
<Field can-be-input="true" can-be-output="true" name="SGB_GCIS_ID_2" type="STRING"/>
</Table>
</get-metadata-response>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Here is the message log from OPA HUB: