Welcome to Zuora Product Documentation

Explore our rich library of product information

Retrieve the Workday URL containing your host and tenant names

Learn the high-level process to configure Workday Financials. This topic provides the process to retrieve the URL containing your host and tenant name .

  1. Log in and access your Workday console.
  2. Type Public Web Services in the search bar and press Enter.
  3. Scroll down or click on the applicable filters in the Web Service column to access Financial Management (Public).
  4. Click the Related Actions ellipse icon next to Financial Management (Public).
  5. Select Web Service > View WSDL.
  6. Search for the URL containing the host and tenant names in the WSDL file. For example,
    <wsdl:service name="Financial_ManagementService">
      <wsdl:port name="Financial_Management" binding="wd-wsdl:Financial_ManagementBinding">
        <soapbind:address location="https://wd2-impl-services1.workday.com/ccx/service/zuora_dpt1/Financial_Management/v44.0"/>
      </wsdl:port>
    </wsdl:service>

    You will need the URL containing your host and tenant names (in the example above "https://wd2-impl-services1.workday.com/ccx/service/zuora dpt") to configure the Zuora Connector for Workday Financials. In this example the tenant name is "zuora_ dpt".