Package DE_EPAGES::AvaTax::API::RemoteConnector
Establishes a connection to the SOAP endpoint.
Functions
- connectToAddressService
- connectToAddressServiceWithConfiguration
- connectToTaxService
- connectToTaxServiceWithConfiguration
- new
connectToAddressService
Creates a webservice object for the AvaTax Address webservice.
Syntax |
connectToAddressService( ); |
Return |
|
connectToAddressServiceWithConfiguration
Creates a webservice object for the AvaTax Address webservice.
Syntax |
connectToAddressServiceWithConfiguration( $Username, $Password, $IsInTestMode ); |
Input |
|
Return |
|
connectToTaxService
Creates a webservice object for the AvaTax Tax webservice.
Syntax |
connectToTaxService( ); |
Return |
|
connectToTaxServiceWithConfiguration
Creates a webservice object for the AvaTax Tax webservice.
Syntax |
connectToTaxServiceWithConfiguration( $Username, $Password, $IsInTestMode ); |
Input |
|
Return |
|
new
Constructor.
Syntax |
new( $Shop ); |
Input |
|
Return |
|