Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Web サービスを呼び出す必要があり、VS2012 のプロジェクトにサービス参照を追加しました。呼び出すことはできますが、呼び出しにカスタム HTTP ヘッダーを追加する必要があります (SOAP ヘッダーではありません)。
これを機能させる方法についての助けをいただければ幸いです
マイク
カスタム ヘッダーを追加するには、OperationContext.OutgoingMessageHeaders コレクションを使用します。
http://msdn.microsoft.com/en-us/library/system.servicemodel.operationcontext.outgoingmessageheaders.aspx