Asynchronous Callout not working

Hi,

I am trying to implement Async service callout for my organisation for logging.

I am using <HTTPTargetConnection> and omitting the <Response> variable tag to make call

asynchronous.

Issue is that, its not getting fired from the apigee gateway. i.e, its not hitting/reaching at backend .

However, if I make that sync call (include <Response> tag, then I can see it hitting backend

successfully.

Could you please help me here why async call is not hitting backend ??

0 2 212
2 REPLIES 2

I can see it hitting backend successfully.

How do you "see it" ? What tool are you using to see this? How are you determining that the async call is not reaching the back end? Be more explicit about specifically what you are looking at.

Hi,

Before policy runs, In put a breakpoint in backend code to check whether it reached over there

or not. (I specificaly use TigerVNC tool)

For Sync calls, yes, I saw execution at backend reaching breakpoint.

For async calls (i.e, without <Response> tag), I do not see the execution at backend reaching

breakpoint.