0

ASP.NET Web サービスの初心者です。Web サービス、Web メソッドを作成しました。Web サービスの出力を、デフォルトの HTTP POST プロトコルではなく SOAP で行いたいと考えています。それ、どうやったら出来るの?Web サービスを使用する Web アプリケーションで、xml ファイルを逆シリアル化する必要があるため、出力を SOAP にする必要があります。

助けてください。

4

1 に答える 1

0

次の手順を実行します

  1.In the Web Service Details window, select an operation for that Web service.
  2.On the Diagram menu, choose Properties.
  3.In the Properties window, set the appropriate SOAP properties under the Implementation heading.

http://msdn.microsoft.com/en-us/magazine/cc164007.aspx

于 2013-02-08T08:16:18.503 に答える