Цитата:
Сообщение от
Артем Enot Грунин
Приведите код, пожалуйста.
Кода как такового нет
через curl скармливаю XML сервисе вот такой командой
c:\curl>curl --ntlm --user admin:123 --header "Content-Type: text/xml" --data-as
cii @passorg.xml -v
http://192.168.0.2/MSCRMServices/200...scoveryService
.asmx --output test.txt
passorg.xml имеет следующее содержимое
<?xml version="1.0" encoding="iso-8859-1"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<Execute xmlns="http://schemas.microsoft.com/crm/2007/CrmDiscoveryService">
<Request>
<RetrieveCrmTicketRequest />
</Request>
</Execute>
</soap:Body>
</soap:Envelope>