cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to post data to the target system using HTTP receiver adapter

Former Member
0 Kudos

Hi All...

We are able to post the data using simple html page with a submit button to the target system(which is a PHP script) but we are not able to do the same using Http receiver adapter.

Here are some pointers : The target PHP sript is expecting the request message as a parameter and value pair.

Would be glad, If any one has any idea as to how we can configure receiver adapter to post the request message(payload) as parameter.

thanks,

Venkat

Message was edited by:

Venkat Marni

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

I am facing a similar problem, where to set the method (GET, POST, PUT, ...) inside the HTTP adapter.

A solution would be to change the PHP script to the mothod xi HTTP adapter uses.

Any experience with REST?

Former Member
0 Kudos

Did you solve this issue? I have to do about the samen.

Thanks

Ron

former_member189558
Contributor
0 Kudos

Hello Venkat,

Can you check if your PHP is expecting REST protocol or not?