Web Services Developer's Guide → Sample Programs → Using the Sample Programs → 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:
Sample*.cs
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.
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.