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 graphQL structure in oracle soa 12 i am using jdveloper 12.2.1.0.0

Hi Floks,
Once of my customer what the data in the format of GraphQL . Customer API need the GraphQL data to recive 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 in this requirement suggest me. We want send the GraphQL data to the customer API , Customer api accept the format only in GaraphQL structure.

Comments
Post Details
Added on Apr 8 2021
0 comments
370 views