Disassociating a Child Contact Record from an Account using Web Services
I am trying to disassociate a child contact record from an account using the AccountDeleteChild method. The input XML message is as follows:
<input>
-<Inv_DisAcc_Inp>
-<part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="AccountWS_AccountDeleteChild_Input">
-<AccountWS_AccountDeleteChild_Input xmlns:tns="urn:crmondemand/ws/account/" xmlns="urn:crmondemand/ws/account/">
-<xsdLocal1:ListOfAccount xmlns:xsdLocal1="urn:/crmondemand/xml/account">
-<xsdLocal1:Account>
<xsdLocal1:AccountId>ALBA-DL113</xsdLocal1:AccountId>
-<xsdLocal1:ListOfContact>
-<xsdLocal1:Contact>
<xsdLocal1:ContactId>ALBA-EQOIG</xsdLocal1:ContactId>
</xsdLocal1:Contact>
</xsdLocal1:ListOfContact>
</xsdLocal1:Account>
</xsdLocal1:ListOfAccount>
</AccountWS_AccountDeleteChild_Input>
</part>
</Inv_DisAcc_Inp>
</input>