-1

When i deploy the composite in the OSB Console and Execute with some payload in the Response section it is showing The invocation resulted in an error: Not Found. What might be the reason.

2 Answers2

0

Error you are seeing basically means you got http 404 not found response from server you where calling. Double check if your BusinessService endpoint URI is correct.

Piotr Godlewski
  • 378
  • 3
  • 10
0

Check whether do you have replace action in your flow and that should be replaced with body, so t can overwrite body and shown it in Response

Kartheek
  • 21
  • 4