Fiddler を使用して、次のようなシグネチャを持つメソッドに 2 つのパラメーターを渡すにはどうすればよいですか。
[WebInvoke(UriTemplate = "Login", Method = "POST", ResponseFormat = WebMessageFormat.Xml, BodyStyle = WebMessageBodyStyle.WrappedRequest)]
bool Login(string login, string password);
メソッドの何かを変更する提案は大歓迎ですが、常に 2 つの文字列パラメーターを渡す必要があります。