具有XML模式参数的Soap请求

时间:2019-01-22 11:50:22

标签: xml soap request

你能帮我吗?我是SOAP的新手,我不知道在这里<xsd:schema>schema</xsd:schema>xml

作为参数发送什么
<SendOrder xmlns="http://wMobSrv/wMobService">
      <dsOrder>
        <xsd:schema>schema</xsd:schema>xml</dsOrder>
      <dsArticles>
        <xsd:schema>schema</xsd:schema>xml</dsArticles>
      <dsResult>
        <xsd:schema>schema</xsd:schema>xml</dsResult>
      <Database>string</Database>
</SendOrder>

响应:

["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/"]

["xmlns": "http://wMobSrv/wMobService"]

["xmlns:msdata": "urn:schemas-microsoft-com:xml-msdata", "id": "NewDataSet", "xmlns": "", "xmlns:xs": "http://www.w3.org/2001/XMLSchema"]
["msdata:IsDataSet": "true", "name": "NewDataSet", "msdata:UseCurrentLocale": "true"]
[:]
["minOccurs": "0", "maxOccurs": "unbounded"]
["name": "Doc"]

["minOccurs": "0", "name": "Code_OE", "type": "xs:string"]
["minOccurs": "0", "name": "Code_Doc", "type": "xs:string"]
["minOccurs": "0", "name": "Num_Doc", "type": "xs:string"]
["minOccurs": "0", "name": "Status", "type": "xs:string"]
["minOccurs": "0", "name": "Description", "type": "xs:string"]
["xmlns:msdata": "urn:schemas-microsoft-com:xml-msdata", "xmlns:diffgr": "urn:schemas-microsoft-com:xml-diffgram-v1"]
["xmlns": ""]
["msdata:rowOrder": "0", "diffgr:id": "Doc1", "diffgr:hasChanges": "inserted"]

0 个答案:

没有答案
相关问题