Editing the Web Services URL

By default, the SBM Web services URL points to a server called localhost:80. To point to your actual server, locate the following files in each sample program directory:

Change the server name and port number in this line:

sbmserv.Url = "http://serverName:aePort/gsoap/gsoap_ssl.dll?sbmappservices72";

The port number can be changed from the default value of 80 using the - port argument.