cancel
Showing results for 
Search instead for 
Did you mean: 

how to send the restful in the MII 15 with additional header information

former_member323997
Participant
0 Kudos

Hello,

We got the request that the customer offers a restful webservice, and we need use the MII to call the restful webservice and deliver the data.

Here is the example if I use the curl -X POST command, and the same can be set in the soupUI restfull request. But when I come to the MII workbench using the HTTP post action, I got lost.

Is there anyone who can give the advice how this can be created?

$ curl -X POST \

> https://test.customer.com/xxxxxxxxx/xxx/xx/XXRreceiver\

> -H 'accept: text/xml' \

> -H 'cache-control: no-cache' \

> -H 'content-type: text/xml' \

> -H 'keyid: 3434534ASDD-ASEF-2344-asda-d8178dd3b4ad' \

> -d '<IncomingData>asdfasdfasdfasdfasdf</IncomingData>' -k

Thanks & regards,

Leon

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Leon,

you will find the solution ini this thread:

https://answers.sap.com/questions/282468/htpp-header-in-mii-webservice-actions.html

Kind regards,

Matthias

Answers (0)