Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

messaging.runtime.ApplicationNotFoundNoRevision

I am trying to use service callout to use proxy chaining feature . I have service proxies created in same environment , same org . Both are up and running .

when i try to make call ,it is throwing error

"fault":{"faultstring":"APIProxy pxxxxxx does not exist in environment dev of organization xx-xxx","detail":{"errorcode":"messaging.runtime.ApplicationNotFoundNoRevision"}}}

I undeployed and redeployed both services but still the same error

Solved Solved
0 6 324
1 ACCEPTED SOLUTION

Hi @DS,

Couple of things you can validate -

<LocalTargetConnection>    
  <APIProxy>myproxy2</APIProxy>  
  <ProxyEndpoint>default</ProxyEndpoint>
</LocalTargetConnection>

- Validate the connection code <LocalTargetConnection/> in your service callout.

- Validate apiproxy name is case sensitive

- Validate ProxyEndpoint is default or put the correct proxyendpoint if you are not using default one.

- Validate both are deployed on the same environment

- Most important - Validate if you are not overwriding LocalTargetConnection from any JS or other policy before the service callout gets executed.

If nothing works, please share the dummy proxies where so community can help you.

View solution in original post

6 REPLIES 6