【发布时间】:2017-04-13 09:14:05
【问题描述】:
我需要在存储上创建文件夹。文件夹名称是动态的,来自传入的请求。我尝试在属性“transport.vfs.ReplyFileName”中使用串联完整路径但没有成功,但仍然在地址端点中使用 uri 属性:
<property description="concat path and DestinationFolder" expression="fn:concat(get-property('path'),get-property('DFolder'))" name="transport.vfs.ReplyFileName" scope="transport" type="STRING"/>
<property description="OUT_ONLY=true" name="OUT_ONLY" scope="default" type="STRING" value="true"/>
<endpoint>
<address uri="vfs:file://D:\\temp_WSO2\\Downloads\\">
</address>
</endpoint>
有人知道如何解决这种情况吗? 提前致谢!
【问题讨论】: