cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Adapter Return Codes

Former Member
0 Kudos

Hi All,

We are developing an application with the HTTP Adapter. The <b>HTTP Receiver Adapter</b> post the data to an external server. Would the HTTP Adapter return a sucees/error code when it has posted the message and is there a way to capture this return code?

Thank you,

Regards,

Balaji.M

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

whether the HTTP Adapter returns a message or not depends on the QoS:

EO: not return message

BE: return message

Regards Mario

Former Member
0 Kudos

Hi,

We are using a Async HTTP Receiver Adapter. is there a way to capture the return code(if the adapter gives one), every time a message is posted to the target?

Thank you,

Regards,

Balaji.M

Answers (2)

Answers (2)

stefan_grube
Active Contributor
0 Kudos

If want want the return code of HTTP adapter back to the sender - this is not possible in an async scenario.

Regards

Stefan

Former Member
0 Kudos

No.Because you use Asyn http post.If you use Syn http post,you can get the http response message.