在SOAPUI中使用ArrayOfArrayOfString类型生成请求

问题描述

我有这样的SOAP请求。但是我不知道如何在in2和in3中生成对字符串数组的请求。有人知道,请给我一个主意。谢谢

<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
   <soapenv:Header/>
   <soapenv:Body>
      <rpc:imports soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
         <in0 xsi:type="xsd:string">abcd</in0>
         <in1 xsi:type="xsd:long">1234</in1>
         <in2 xsi:type="rpc:ArrayOf_xsd_string" soapenc:arrayType="xsd:string[6]">
                <item>test1</item>
                <item>test2</item>
                <item>test3</item>
                <item>test4</item>
                <item>test5</item>
                <item>test6</item>
         </in2>
         <in3 xsi:type="rpc:ArrayOfArrayOf_xsd_string" soapenc:arrayType="xsd:string[][]">
         </in3>
      </rpc:imports>
   </soapenv:Body>
</soapenv:Envelope>

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)