doufei0933 2018-08-29 20:12
浏览 76

什么是VB数据集的PHP等价物?

I'm working with an API that provides its examples in VB. It requires a Dataset to be passed within the XML.

The XML example looks like this:

<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetItemsSResponse xmlns="http://ws.example.com">
      <GetItemSResult>
        <xsd:schema>schema</xsd:schema>xml
      </GetItemResult>
    </GetItemsSResponse>
  </soap:Body>
</soap:Envelope>

Their example for how the data set should be submitted is:

      Item List
      ("ItemID") = "abcde"          *
      ("ItemID") = "fghig"
      ("ItemID") = "klmno" 
      ("ItemID") = "pgrst"

I tried submitting as Json but the error implies that something is wrong with the data format.

Any ideas?

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥20 双层网络上信息-疾病传播
    • ¥50 paddlepaddle pinn
    • ¥20 idea运行测试代码报错问题
    • ¥15 网络监控:网络故障告警通知
    • ¥15 django项目运行报编码错误
    • ¥15 请问这个是什么意思?
    • ¥15 STM32驱动继电器
    • ¥15 Windows server update services
    • ¥15 关于#c语言#的问题:我现在在做一个墨水屏设计,2.9英寸的小屏怎么换4.2英寸大屏
    • ¥15 模糊pid与pid仿真结果几乎一样