Hi Maik Delly,
Yes I understand. But, my problem is. How can I login to DI Server in that way? Because the IP/Server name of the SAP server is on premise and the 3rd party application is on other network or outside the network.
For example my internal IP for the B1WS is 192.168.0.50 and that the IP/Server name also of my SAP Server. In the LoginService:Login
What should I put in the dbServer and licServer?
Login(dbServer, dbName, [Enum].Parse(GetType(LoginDatabaseType), dbTypeStr), True, _
userName, userPwd, [Enum].Parse(GetType(LoginLanguage), language), True, licServer)
Regards,