cancel
Showing results for 
Search instead for 
Did you mean: 

SAP MII Interface to SAP PI via SOAP with SAP Assertion Ticket

Former Member
0 Kudos

Hello,

We are trying to implement an interface from SAP MII 12.1 to SAP PI 7.1 using SOAP protocol with SAP Assertion Ticket. I'm looking for any information on how we can set this up in MII to be able to send SAP Assertion Ticket in the SOAP header so that PI can process this.

Any help would be greatly appreciated.

Thanks,

Jay

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Folks,

We actually had the scenario working with this:

- MII

Get the SSO2 ticket from a page when the user log in.

Pass this ticket to a transaction,

Use the ticket in a parameter variable with : put(Local.HttpPostParameters, "Cookie", ";MYSAPSSO2="&Local.SSO2Ticket&";")

Assign the ticket parameters to the RequestProperties of the http post action block and also assign the SOAP message.

- PI

Setup the PI parameters for it to work.... ie assign the system certificate of the MII server to the PI server. Define the authentication parameters of the PI component etc... Maybe Jay you can provide some more info.

Cheers,

Arnaud

Former Member
0 Kudos

Hi Jay,

Kindly find the below links. It might be helpful for you.

1. /people/dhanabal.thangavel/blog/2008/02/07/xi-and-xmii-integration--part-1

2. /people/dhanabal.thangavel/blog/2008/02/20/xi-and-xmii-integration--part-2

Thanks

Rajesh Sivaprakasam