>>.NET

WebServiceAddress Property

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

Syntax

value = object.WebServiceAddress

object.WebServiceAddress = 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:

   CTaxControl tc = new CTaxControl();
   tc.WebServiceAddress = "localhost:8443";

See Also: TaxQuery