Hi Raj,
To do integration with BI, there are two procedures
1. MII Dashboard ( In SDN, step by step document available)
2. Webservice URL
If you're trying to connect through Webservice,
Follow the steps:
1. Create Should transaction with XML as output parameter.
2. If want runner that transaction from BI, provide below URL
http://IPaddress:Port/XMII/Runner?Transaction=Transaction_Folder/transaction_Name&OutputParameter=XMLParam&XacuteLoginName=UserName&XacuteLoginPassword=Passwrd.
3. If want runner that transaction through Scheduler, provide below URL as below and create Schedule job for it.
http://IPAddress:Port/XMII/Illuminator?Service=WSMessageListener&mode=WSMessageListenerServer&NAME=Job Scheduler Name&XacuteLoginName=MII UserName&XacuteLoginPassword=Passwrd
And in the meantime, run the url through normal webpage and check weather you able to see XML tags with data.
I hope it will solve your requirement.
Regards,
Praveen Reddy