Configuring Taxware Enterprise Integration
This section discusses how to activate the TAX_INTEGRATION service operation queue, activate the service operations, activate the routings, and activate the PSFT_TAX node.
Pages Used to Configure Taxware Enterprise Integration
| Page Name | Definition Name | Usage |
|---|---|---|
|
IB_QUEUEDEFN |
Activate the TAX_INTEGRTION service operation queue. |
|
|
IB_SERVICE |
Activate the service operations. |
|
|
IB_SERVICETRNGS |
Activate the routings. |
|
|
IB_NODE |
Activate tax node . |
Queue Definitions Page
Use the Queue Definitions page (IB_QUEUEDEFN) to activate the TAX_INTEGRTION service operation queue.
Navigation:
For the TAX_INTEGRATION queue, verify that Queue Status is Run.
Service Operation - General Page
Use the Service Operation - General page (IB_SERVICE) to activate the service operations.
Navigation:
PeopleSoft delivers service operations in PeopleSoft Integration Broker with a default status of Inactive. You must activate each service operation before attempting to send or receive data from a third-party source, such as Taxware. To setup a service operation use the information in the table below.
| Service Operation | Direction and Type | Handlers | Chunking Available? | Integrates With |
|---|---|---|---|---|
|
GET_GEOCODE_REQ |
Outbound Synchronous |
No |
Third-party system, for example Taxware Enterprise |
|
|
DO_TAXCALC_REQ |
Outbound Synchronous |
No |
Third-party system, for example Taxware Enterprise |
See Setting Up Service Operations.
See PeopleTools: Integration Broker
Service Operations - Routings Page
Activate the Service Operations - Routings page.
Activate the DO_TAXCALC_REQ and the GET_GEOCODE_REQ routings for the PSFT_TAX node.
-
For the DO_TAXCALC_REQ routing, set the Value field of the PrimaryURL property to the endpoint of the tax software's tax calculation request function.
Typically this will be:
http://HOST:PORT/taxwareServlet/servlet/TaxwareAdapter. Replace HOST:PORT with the address of the Taxware Enterprise adapter. -
For the GET_GEOCODE_REQ routing, set the Value field of the PrimaryURL property to the endpoint of the tax software's geocode request function.
Typically this will be:
http://HOST:PORT/taxwareServlet/servlet/TaxwareAdapter. Replace HOST:PORT with the address of the Taxware Enterprise adapter.
See Manage Routing Definitions, PeopleTools: Integration Broker