简体   繁体   中英

Soap Request with XML Schema Parameter

can you help me out? I'm new to SOAP, and I don't know what to send as parameter here <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>

Response:

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

I had the same problem. You need to look with Google to SOAP with Datasets. The schema is one part in the parameter and the actual data goes in a diffgram.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM