0

SOAP ベースのカスタム Web サービスを作成して使用したい

私はこのリンクを参照しています

http://www.rameshjalla.com/2012/08/aspnet-web-service-custom-soap-header.html

最後に、カスタム SOAP ヘッダーを使用するよう求めます

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope 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/">
  <soap:Header>
    <CustomSOAPHeader xmlns="http://tempuri.org/">
      <UserName>string</UserName>
      <Password>string</Password>
    </CustomSOAPHeader>
  </soap:Header>
  <soap:Body>
    <GetSomething xmlns="http://tempuri.org/" />
  </soap:Body>
</soap:Envelope>

私の質問は、実際に使用されている場所ですか?エラーが発生したため、このようにweb.configに実装できないため、提案してください

4

0 に答える 0