我们可以使用C#将客户端的用户名和密码传递给SOAP信封的标头吗?

时间:2011-10-20 08:17:33

标签: c# asp.net web-services soap

我们可以使用C#将客户端的用户名和密码传递给SOAP信封的标题。

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ak="http://linkaddress">
   <soapenv:Header>
      <ak:password>?</ak:password>
      <ak:username>?</ak:username>
   </soapenv:Header>
   <soapenv:Body>
      <ak:Vehicle>
         <chassisNo>?</chassisNo>
         <plateNo>?</plateNo>
         <plateCode>?</plateCode>
      </ak:Vehicle>
   </soapenv:Body>
</soapenv:Envelope>

0 个答案:

没有答案