3.1.4.5 AddNewTelUriContactToGroup

The AddNewTelUriContactToGroup WSDL operation adds a new TEL URI ([RFC3966]) contact (2) to a group.

The following is the WSDL port type specification of the AddNewTelUriContactToGroup WSDL operation.

 <wsdl:operation name="AddNewTelUriContactToGroup" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input message="tns:AddNewTelUriContactToGroupSoapIn"/>
   <wsdl:output message="tns:AddNewTelUriContactToGroupSoapOut"/>
 </wsdl:operation>

The following is the WSDL binding specification of the AddNewTelUriContactToGroup WSDL operation.

 <wsdl:operation name="AddNewTelUriContactToGroup" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/AddNewTelUriContactToGroup" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
   <wsdl:input>
     <soap:header message="tns:AddNewTelUriContactToGroupSoapIn" part="Impersonation" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
     <soap:header message="tns:AddNewTelUriContactToGroupSoapIn" part="MailboxCulture" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
     <soap:header message="tns:AddNewTelUriContactToGroupSoapIn" part="RequestVersion" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
     <soap:body use="literal" parts="request" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
   </wsdl:input>
   <wsdl:output>
     <soap:body use="literal" parts="AddNewTelUriContactToGroupResult" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
     <soap:header message="tns:AddNewTelUriContactToGroupSoapOut" part="ServerVersion" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
   </wsdl:output>
 </wsdl:operation>

The protocol client sends an AddNewTelUriContactToGroupSoapIn request WSDL message and the protocol server responds with an AddNewTelUriContactToGroupSoapOut response WSDL message.

This operation fails and ErrorImContactLimitReached (as specified in [MS-OXWSCDATA] section 2.2.5.24) will be returned if the maximum 1000 contacts (2) already exist and none of them has the same TEL URI address with the new added contact (2).