Skip to Main Content

Insurance

Announcement

Testing banner

How to generate GraphQL format data in Oracle SOA 12c,Jdeveloper version 12.2.1.0.0

User_W2CZBApr 7 2021

Hi Folks,
One of my customer-what the data in the format of GraphQL .Customer API need the GraphQL data to be receive to their API. In Oracle SOA suite, As we know that by Rest adapter we can transfer the data only in the format of XML and JSON ,I have tried to create the xsd for the GraphQL in the online but using the same in REST adapter to build schema I am getting the error "Schema generation Failed" .
Below we have data in order to build schema,

mutation {

updateECRD(

update:{

loadId: "16228",

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

}) {

transactionId

status

errors {

message

}

}

}

I
Can someone help how to build the schema in Rest Adapter for GraphQL ,please reference above data for reference.

Regards
Praveen
+919393987799

Comments
Post Details
Added on Apr 7 2021
0 comments
70 views