Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to generate schema for GraphQL structure in ORACL SOA 12C version 12.2.1.0.0

siva naga prasadApr 19 2021

Hi Team,
One of my customer what the data in the format of GraphQL . Customer API need the GraphQL data to receive their API. In oracle soa suite, we know that we can transfer the data in the format of XML and JSON format , I have tried to create the xsd for this once in the online and REST adapter am getting the error "Schema generation Failed" . We have data in below

mutation {

updateECRD(  

 update:{  

  loadId: "16228",  

  ecrd: "2021-05-31T13:01:09+00:00"  

 }) {  

 transactionId  

 status  

 errors {  

  message  

 }  

}  

}

If any one worked on this requirement could you please suggest me. We want send the GraphQL data to the customer API , Customer API accept the format only in GaraphQL structure.
Your input is most valuable.
Best Regards,
Siva Naga Prasad.

Comments
Post Details
Added on Apr 19 2021
0 comments
291 views