こんにちは、メソッドが 2 つの入力値を受け取り、bool O/P を与える SOAP サービスがあります。この SOAP サービスを利用するために Web サービス コンシューマー エンドポイントを使用しています。SOAP サービスに値を送信する方法を知りたいです。
`<ws:consumer-config name="Web_Service_Consumer" wsdlLocation="http://.....?singleWsdl" service="ClientService" port="WSHttpBinding_IClientService" serviceAddress="http://....../ClientService.svc" doc:name="Web Service Consumer"/>
<ws:consumer config-ref="Web_Service_Consumer" operation="AuthenticateUser" doc:name="Web Service Consumer"/>