Hello everyone,
I created a schema to test camunda, but I can’t send 2 get requests to the server.
Error:
Failed to invoke connector, received the following error: Apache HTTP client does not support GET requests with content.
Can you help me with the subject
Niall
September 7, 2022, 7:40am
2
Can you give more details about what exactly your setup is and what exactly you’re doing to get the error you’ve mentioned?
Hi,
In the application, I made a get request and added an if condition.
I’m trying to send a second get request based on the response but I’m getting Apache HTTP client error.
start => first get request => select item => if(selectItem==true) => second get request => ERROR
Niall
September 7, 2022, 7:55am
5
Can you show the request your making and how it’s configured
Hi Niall thank for your help,
My get requests are like this
Niall
September 7, 2022, 8:05am
7
And both requests work without any problems when called from postman?
Yes it works in postman without any problems
Niall
September 7, 2022, 8:17am
9
and it’s its the trades
call that’s creating the problem?
Yes i am having a problem with calling trade.
When I add another endpoint, the problem is the same, I always get an error on the 2nd call.
Niall
September 7, 2022, 8:22am
11
Alrighty, i’ll take some time to look into this.
Thanks for your help.
Please let me know if there is an improvement.
Best regards
Niall
September 7, 2022, 8:28am
13
Can you export and send me your BPMN file
@suleymanbyzt Can you try by passing pairSymbol in query param. Let me know if that works.
Hi,
I also tried this but got the same error. @Arjun1007
Hi @Niall
Thank you for your support. I solved the problem by creating a new project.
1 Like
@suleymanbyzt could you pls share how it was resolved?
Hi…
Getting similar issue… when there are 2 REST API call … which are similar… running on Camunda SAAS…
Please can you advise on the resolution of it…
To add have used the Quick Start: API Orchestration process template and added another REST component with the same endpoints ( https://catfact.ninja/fact )…