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 the GroupWise Administration Guide.
The protocol is enabled at the post office. You can enable SOAP in the following three ways:
To enable SOAP by using ConsoleOne:
In ConsoleOne, browse to and right-click the POA object, then click Properties.
Click GroupWise > Agent Settings.
Select Enable SOAP.
To enable SOAP through the command line, add /soap-enabled to the command line, so that the line reads:
gwpoa @po1.POA /soap-enabled
To enable SOAP using the startup file:
Open the POA startup file and find the following line:
;/soap-[disabled|Enabled]
In the configuration file, change the line to read:
/soap-Enabled