我在配置注册表中保存了一个 xml 文件/_system/config/test.xml
。我的xml文件是:
<?xml version="1.0" encoding="UTF-8"?>
<ServiceDefinition>
<Source1001>Endpoint1</Source1001>
<Source1002>Endpoint2</Source1002>
</ServiceDefinition>
现在我可以创建一个代理来通过使用序列或类中介来更新上述 xml 文件的内容吗?如果我在代理的请求中通过新端点 = Endpoint3 和 Node = Source1001。然后对于节点 Source1001,我应该能够看到更改后的端点为 Endpoint3
期待您的回答。提前致谢。