我正在使用 Tridion 5.3 版。我是 Tridion 的新手。使用业务连接器,我想下载图像文件及其 XML 数据。我目前的要求如下。
<?xml version='1.0'?>
<tcmapi:Message xmlns:tcmapi="http://www.tridion.com/ContentManager/5.0/TCMAPI"
version="5.0" from="testTool" failOnError="false">
<tcmapi:Request ID="Request1" preserve="false">
<tcmapi:GetItem itemURI="tcm:6-3146" writeBinaryToDisk="true">
<tcmapi:ItemFilter type="XMLReadAll"/>
</tcmapi:GetItem>
</tcmapi:Request>
</tcmapi:Message>
我应该修改什么?