not able to connect target server

Not applicable

Dear Team,

Could you please help on below scenario.

1) i have created one API SOAP to rest call.

2) While calling i am able to see the message is coming from soap UI to devportal.

2) My backend service is running on my local machine.

4) but i am getting below error.

<errorcode>messaging.adaptors.http.flow.ServiceUnavailable</errorcode>

404 Resource not found

My Fronted URL:http://susanttibco-eval-test.apigee.net/testservice

Backend URl: http://localhost:8090/local_rest

0 1 122
1 REPLY 1

sidd-harth
Participant V

Hi @Susant Palai, your Apigee account is running on Cloud.

You cannot use services/apps running on your local machine(localhost) run on Cloud.

Your backend service should be publically available for Apigee to make a call to it.

Try deploying your service to PCF/Openshift/anyother trail accounts and then use the public IP as Target in Apigee.