cancel
Showing results for 
Search instead for 
Did you mean: 

How to make a transaction call via https protocol

Former Member
0 Kudos

Hi,

Recently we have got a new requirement that requires the protocol to be used for a particular transaction as https.

Is there any way that we can use https for only few transactions instead of all the transactions on MII (12.x)?

For Example :

Instead of

http://<servername>>/XMII/Runner?Transaction=<transactionpath>;

We want to make call as

https://<servername>>/XMII/Runner?Transaction=<transactionpath>;

Thanks in Advance

Amit

Accepted Solutions (0)

Answers (1)

Answers (1)

erik_schrampf
Active Participant
0 Kudos

Amit,

Since this is a NetWeaver setting to use https, it is either all or nothing for MII. So if you have https turned on all of your MII Runner calls will need to use https and vice versa. You are not able to pick and choose.

Also to note if you are on MII 12.1 a new Service Pack (SP8) for MII is coming out soon, most likely by the end of the year. This service pack takes advantage of the new security features (including https) that have been added in NetWeaver EHP1 SP5 or greater. I would highly recommend moving to this if you are using https. I'm not sure of all the pros but a SAP Note will be delivered with this release explaining in more detail.

Thanks,

Erik