Updating the InsertSalesOrder WSDL host

Change the InsertSalesOrder WSDL URL host and port number values to represent your installation.

  1. In the WorkSpace Navigator, expand the MyMobileServer/Mobile Applications/Approved folder and double-click InsertSalesOrder(0.1).mobapp. Minimize other views or maximize the editor.

  2. When the editor opens, select the Definition tab, select the Sybase Service Element in the Elements section, and click Edit.

  3. In the Element Properties dialog box, select Web Service Element in the tree view on the left.

  4. In the Web Service section, set the WSDL URL to your application server profile (MyAppServer) host, domain, and Web services port number.

    For example, if your machine is “SERVER1,” the domain is “DOMAIN1.com,” and the port is “8080,” change the connection portion of the WSDL URL to:

    http://SERVER1.DOMAIN1.com:8080/InsertSalesOrderService...
    
  5. Set the Methods value by clicking Get Methods. When a message displays stating that this action will overwrite existing parameters, click Yes.

  6. When the process finishes, click OK to close the Properties window.