Adding or changing Web Services

  1. Modify an existing extaccess record if the Web Service connecting through it needs to get additional information or add a new extaccess record if you want to expose a table to a new Web Service and do not want to interfere with existing Web Service applications.

    Note Writing expressions in extaccess: The extaccess tool uses the same file variables as the Document Engine. For example, a file variable that holds the current record is $L.file, and the copy of the record before modifications is $L.file.save.

  2. For SOAP, rebuild or build the Service Object by re-running WSDL2JS if Service Manager is the consumer.
  3. Modify the calling applications if actions, field names, or object name have changed, and a calling application refers to them.