PL/SQL REST Webservice not able to use RECORD type
Hello Friends
While I am invoking a custom PL/SQL REST Webservice with RECORD Type/Table Type along with other other data type parameters, only RECORD TYPE/TABLE Type paramter values are not getting parsed into procedure but other parameters are getting passed and insereted into custom table, where as RECORD TYPE/Table Type parameter values are getting inserted as NULL values, please help me whether I am missing any step.
- Created table( HDR ) -- Success
- Created Package Spec and Body -- Success
- Deployed the service – Success
- Invoke Services -- Success
- After Invoking service verified the records in table --- Null values for record type/Table Type variable value columns