cancel
Showing results for 
Search instead for 
Did you mean: 

Calling a url in SAP MI client

Former Member
0 Kudos

Hi all,

We are trying to do an application using SAP MI. Here we need to know whether there is any way to call a url of a web page in the SAP MI client.

Please help us on how to go about with this as we are new to SAP MI.

Regds,

rajatha

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

I think you want to go to another external page within your MI application. You just have to do a normal HTML link to link to your other external page. MI container is an embedded IE so there is no problem. I suggest to open the new page in another window (using target attribute).

Thank you,

Julien.

Former Member
0 Kudos

Hi Rajatha

If I understand your question correctly, you want to call an url of an web page in MI Client instead of invoking the tomcat server on which MI runs with an url http://localhost:4444/index.html. If this is your requirement, this can be done as follows:

In the MI Client installation directory there is a file known as starturl.txt and by default this file contains the a value http://localhost:4444/me?yyy=Res-old-StrData-Tom-4Z. If you want to invoke some other web page apart from MI login page, then change the value entered in this text file to some other url say http://www.sap.com and save the file. Next time when you run the MobileEngine.exe, the web page will be opened instead of the MI login page.

Hope this helps and hope i have understood your requirement correctly.

Best Regards

Sivakumar