MyObject.soap
上传用户:hpq1101
上传日期:2022-05-15
资源大小:56k
文件大小:1k
源码类别:

xml/soap/webservice

开发平台:

Others

  1. <SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:clr="http://schemas.microsoft.com/soap/encoding/clr/1.0" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
  2. <SOAP-ENV:Body>
  3. <a1:UserInfo id="ref-1" xmlns:a1="http://schemas.microsoft.com/clr/nsassem/序列化与反序列化/序列化与反序列化%2C%20Version%3D1.0.0.0%2C%20Culture%3Dneutral%2C%20PublicKeyToken%3Dnull">
  4. <Age>26</Age>
  5. <IsVIP>true</IsVIP>
  6. <des id="ref-3">I&#39;m Jay</des>
  7. </a1:UserInfo>
  8. </SOAP-ENV:Body>
  9. </SOAP-ENV:Envelope>