Нужно отправить вот такое на сервер с другого сервера)
$host = "адрес";
$login = "test";
$password = "test";
$client = new SoapClient($host);
$request = new stdClass();
//что то еще
$result = $client->__call("", array($request));
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<GetTariffList xmlns="http://адрес.Services.Delivery/" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<login> LOGIN</login>
<password>PASSWORD </password>
<contractID>CONTRACTID </contractID>
<tariffRateTypeId> </tariffRateTypeId>
</GetTariffList>
</s:Body>
</s:Envelope>