cancel
Showing results for 
Search instead for 
Did you mean: 

PUT method in HTTP comunication channel????

Former Member
0 Kudos

I need to call in an HTTP communication channel with PUT method, but I dont know how to setting up the comunication channel to use this method!!!

Can someone help me?

Accepted Solutions (1)

Accepted Solutions (1)

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

I need to call in an HTTP communication channel with PUT method, but I dont know how to setting up the comunication channel to use this method!!!

This is not possible, the Plain HTTP only supports the POST method. Java proxy will support this method. See link below for a sample HTTP GET (PUT will also be configured in the same way):

/people/amol.joshi2/blog/2006/06/28/must-fire-a-http-get-from-xi---try-this

Hope this helps,

Mark

Answers (0)