メッセージ交換用の JSON 形式を許可する WCF サービスのセットがあります。
[WebInvoke(Method = "GET",
ResponseFormat = WebMessageFormat.Json,
RequestFormat = WebMessageFormat.Json,
UriTemplate = "SearchStores/{accountId}/{storeName}")]
public IList<Store> SearchStores(string accountId, string storeName)
空/nullのstoreNameをメソッドに渡すにはどうすればよいですか?
次の URL を使用してメソッドを呼び出すと、404 not found エラーが発生します。
servername:port/myservice/SearchStores/1/