blob: ce175127dff2b08bc1b2d25251af514b24d44b80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<createVfModuleRequest>
<failIfExists>false</failIfExists>
<backout>true</backout>
<vfModuleParams>
<entry>
<key>test array</key>
<value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:type="xs:string">["a","b","c"]</value>
</entry>
<entry>
<key>test-null</key>
</entry>
</vfModuleParams>
<msoRequest/>
</createVfModuleRequest>
|