cancel
Showing results for 
Search instead for 
Did you mean: 

Header - Java HTTP_AAE Adapter - Sending PUT Request

former_member200339
Participant
0 Kudos

We have requirement in project to send PUT request to HTTP server. But HTTP_AAE support only POST and GET operation. Any option to do PUT from HTTP_AAE adapter ?

REST adapter do support PUT, but I am looking for HTTP_AAE Adapter.

Thanks and Regards,
Rana Brata De

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member724745
Discoverer
0 Kudos

Hello Rana Brata De,

I am also facing the same issue.

Have you find any solution?

Regards,

Prasanna G

vadimklimov
Active Contributor
0 Kudos

Hello Rana,

Try setting additional HTTP header X-HTTP-Method / X-HTTP-Method-Override with the value PUT in the HTTP receiver communication channel. This header is used in HTTP request to instruct remote server to override the request method (for example, POST) with the one specified in the header value (for example, PUT), if method override is supported by the remote server.

Regards,

Vadim

former_member200339
Participant
0 Kudos

Dear Vadim,

We tried as you have suggested but it is not working. Is there any other way out for HTTP_AAE or AXIS adapter. We cannot use the REST adapter as we need to add an header parameter to the message and the option is not available for the current SP level of the system.