mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-21 00:52:48 +00:00
15 lines
310 B
XML
15 lines
310 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<methodCall>
|
||
|
<methodName>foo</methodName>
|
||
|
<params>
|
||
|
<param>
|
||
|
<value><struct>
|
||
|
<member>
|
||
|
<value><i4>0</i4></value>
|
||
|
<name>child elements reversed!</name>
|
||
|
</member>
|
||
|
</struct></value>
|
||
|
</param>
|
||
|
</params>
|
||
|
</methodCall>
|