Table of Contents

Search

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

DX_TPM_Partner Delete Operation

DX_TPM_Partner Delete Operation

The DX_TPM_Partner
delete
operation deletes a partner from the repository.

Guidelines

Use the following guidelines when you delete a partner:
  • The request must use the
    delete
    operation.
  • The search string must match the partner name exactly. For example,
    InformaticaCorp
    and
    Informa
    do not match the partner name
    Informatica
    . The partner name is not case sensitive.

Response

When the operation is successful, the web service sends an empty response to the client.
B2B Data Exchange ignores a delete request and does not return a fault response in the following situations:
  • The partner name specified in the request does not exist in the repository.
  • The partner name specified in the request is NULL or an empty string.
  • The user account used to log in to the B2B Data Exchange Server is not authorized to delete the partner.
Delete SOAP Message Example
The following SOAP message shows an example of a request to the DX_TPM_Partner web service to delete a partner:
<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>delete</operation> <partnerName>PartnerTest</partnerName> </tpm:DXPartnerRequest> </soapenv:Body> </soapenv:Envelope>

0 COMMENTS

We’d like to hear from you!