Adarsh Gupta Posted January 27, 2021 Share Posted January 27, 2021 I am implemting post method in Http call and giving the graphql as a input to postdata. Iam geeting 4XX error and checked all configuration and all looks good to me... Is there anybody implemented GraphQl in TIBCO BWCE please let me know how Thanks in Advance! Link to comment Share on other sites More sharing options...
Pradeep Achar 2 Posted February 10, 2021 Share Posted February 10, 2021 Has any one worked on this Would like to know how to work with GraphQL on tibco BWCE Any valuable suggessions are welcome. Thanks Pradeep Link to comment Share on other sites More sharing options...
Julio Gimenes 2 Posted April 12, 2021 Share Posted April 12, 2021 Hi! I tested it on the Country service. You can try this, in the HTTP Request activity. Method: "POST" RequestURI: "/" PostData:concat('{"query":"',normalize-space(),'","variables":{}}') Header > Content-Type:"application/json; charset=utf-8" My query:query { Country { _id name area } } Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now