bash シェルから icCube から管理 API を呼び出す必要があります。次のようなSOAPコマンドを送信する最も簡単な方法は何ですか:
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<Execute xmlns="urn:schemas-microsoft-com:xml-analysis">
<Command>
<Statement xsi:type="xsd:string">'"$command"'</Statement>
</Command>
</Execute>
</soap:Body>
</soap:Envelope>
その上、基本認証 ( user / pwd ) を処理する方法は?