>>Java

WebServiceAddress Property

The url for the TaxQuery Docker container's web service.

Syntax

value = object.getWebServiceAddress()

object.setWebServiceAddress(value)

Part
Description
objectA TaxControl object
valueA string variable/expression

Remarks

The TaxQuery web service provides services for identifying tax jurisdictions based on an employee's workplace and residence address information.

A typical setting for this value (assuming you have a running TaxQuery Docker container on the same machine) would be:

   TaxControl tc = new TaxControl();
   tc.setWebServiceAddress("localhost:8443");

See Also: TaxQuery