cancel
Showing results for 
Search instead for 
Did you mean: 

MII Integration with BIW ?

Former Member
0 Kudos

Hi,

Can some please  guide me  to use MII BLS Transactions in BIW.

As far as know we can call Transaction as web service at BIW. I don't know how to use it in BIW.

If is there any alternative approach is there to integrate MII with BIW.

Regards,

Raj.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Raj,

   If you are looking to load the data to BI using MII's transaction then do go through this link on how to consume webservice in BI . http://scn.sap.com/thread/1906140 .

To expose a transaction as a webservice , you would use "http://server:port/XMII/WSDLGen/FullTransaction path and TransactionName" , executing this in the browser would give you the WSDL for the transaction.

However, you would need to authenticate yourself to get the WSDL. So you could use,

"http://server:port/XMII/WSDLGen/FullTransaction path and TransactionName?IllumLoginName=username&IllumLoginPassword=password" . This will self authenticate and give you the wsdl.

If, you face an error in the ABAP side saying the WSDL URL is not correct or something similar, then try adding "&wsdl" at the end of the URL.

Thanks and Regards

Tufale Ashai.

Former Member
0 Kudos

Hi,

Thankyou for your answers.

Regards,

Raj.

Answers (1)

Answers (1)

former_member204240
Active Participant
0 Kudos

Raj,

What's you exact requirement, can you elaborate.

Well, If you just looking to connect to any non MII system , you can make use of Web Service Action of MII.

Can also try HTTP Post action block.

You can also use a Jco connector(Need to create an RFC a/c to requirement).