Skip to Content
0
Former Member
Jul 26, 2005 at 05:28 AM

What is 'URL' parameter in JCO.createClient method?

112 Views

Hi,

What is the 'URL' parameter in the following createClient method.. can anyone provide an example?

public static JCO.Client createClient(

java.lang.String client,

java.lang.String user,

java.lang.String passwd,

java.lang.String lang,

java.lang.String url)

Creates an instance of a client connection to a remote SAP system (with load balancing)

Parameters:

..

url - the url to the remote host

Thx