1.3 Web Services on a POA

GroupWise Web Services uses SOAP to communicate with the GroupWise POA.

For more details on enabling SOAP on a POA, see Supporting SOAP Clients in Post Office Agent in the GroupWise Administration Guide on the GroupWise Documentation Web site for your version of GroupWise.

The protocol is enabled at the post office. You can enable SOAP in the following three ways:

1.3.1 Using ConsoleOne

To enable SOAP by using ConsoleOne:

  1. In ConsoleOne, browse to and right-click the POA object, then click Properties.

  2. Click GroupWise > Agent Settings.

  3. Select Enable SOAP.

1.3.2 Using the Command Line

To enable SOAP through the command line, add /soap-enabled to the command line, so that the line reads:

gwpoa @po1.POA /soap-enabled

1.3.3 Using a POA Startup File

To enable SOAP using the startup file:

  1. Open the POA startup file and find the following line:

    ;/soap-[disabled|Enabled]
  2. In the configuration file, change the line to read:

    /soap-Enabled