Table of Contents

Search

  1. Preface
  2. PowerCenter Mappings and Workflows
  3. B2B Data Exchange Transformations
  4. B2B Data Exchange Workflows
  5. Creating Workflows for Event Reconciliation
  6. Forms Designer
  7. Configuring Email for Monitor Notification
  8. Dashboard and Reports
  9. B2B Data Exchange Web Services API
  10. B2B Data Exchange Run-time Java API
  11. B2B Data Exchange Forms Designer Java API

DX_TPM_Partner Count Operation

DX_TPM_Partner Count Operation

The DX_TPM_Partner
count
operation returns the number of partners in the B2B Data Exchange repository.

Guidelines

Use the following guidelines when you count the partners in the repository:
  • The request must use the
    count
    operation.

Response

The
count
operation returns the number of partners associated with the B2B Data Exchange user account in the message header.
Count SOAP Message Example
The following SOAP message shows an example of a request to the DX_TPM_Partner web service to count the number of partners in the Data Exchange repository:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:inf="http://www.informatica.com/" xmlns:sec="http://b2b.informatica.com/dx/security" xmlns:tpm="http://b2b.informatica.com/dx/tpm/"> <soapenv:Header> <inf:Security> <UsernameToken> <Username>Administrator</Username> <Password>Administrator</Password> </UsernameToken> </inf:Security> <sec:DXSecurity> <sec:DXUsernameToken> <sec:DXUsername>sys</sec:DXUsername> <sec:DXPassword DXPasswordType="PasswordText">sys</sec:DXPassword> </sec:DXUsernameToken> </sec:DXSecurity> </soapenv:Header> <soapenv:Body> <tpm:DXPartnerRequest> <operation>count</operation> </tpm:DXPartnerRequest> </soapenv:Body> </soapenv:Envelope>

0 COMMENTS

We’d like to hear from you!