ASP.NET Web Services 系列(5) - SOAP 消息格式

<soap:Envelope
  xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Header>
    <!-- Information needed by communication protocol or needed
         to implement higher-level application protocols goes
         here -->
  </soap:Header>
  <soap:Body>
    <!-- Data goes here -->
  </soap:Body>
</soap:Envelope>
posted @ 2008-06-23 13:12  许晓光  阅读(327)  评论(0)    收藏  举报