このエンドポイントをweb.configファイルで定義しましたが、正常に動作します。次に、使用するサービスに応じていくつかの値を変更する必要があります。私のエンドポイントは次のようになります。
<endpoint address="https://www.yyy.com/services" binding="basicHttpBinding" bindingConfiguration="VehicleQuotationManagementServiceBinding" contract="VehicleQuotationManagementService.VehicleQuotationManagementServicePortType" name="VehicleQuotationManagementServicePort">
<headers>
<wsa:To xmlns:wsa="http://www.w3.org/2005/08/addressing">ws://bla.com/CSP/UsedCars/VehicleQuotationManagementService/V1</wsa:To>
<wsa:Action xmlns:wsa="http://www.w3.org/2005/08/addressing">ws://bla.com/CSP/UsedCars/VehicleQuotationManagementService/V1/ProcessAliveTest</wsa:Action>
<wsa:MessageID xmlns:wsa="http://www.w3.org/2005/08/addressing">1111</wsa:MessageID>
<vwa:Country xmlns:wsa="http://www.w3.org/2005/08/addressing" wsa:IsReferenceParameter="true" xmlns:vwa="http://xmldefs.bla.com/Technical/Addressing/V1">SE</vwa:Country>
<vwa:Brand xmlns:wsa="http://www.w3.org/2005/08/addressing" wsa:IsReferenceParameter="true" xmlns:vwa="http://xmldefs.bla.com/Technical/Addressing/V1">V</vwa:Brand>
<vwa:System xmlns:wsa="http://www.w3.org/2005/08/addressing" wsa:IsReferenceParameter="true" xmlns:vwa="http://xmldefs.bla.com/Technical/Addressing/V1">GWB</vwa:System>
</headers>
</endpoint>
誰かがc#コードでこのエンドポイントを作成するのを手伝ってもらえますか?