开发者

changing the parameter value in IparameterInspector WCF RESTful

I am trying to change the value of the parameter in IParameterInspector while doing the validation. The parameters that are string, works fine. But I need int as parameters. and if the parameter is not supplied in the RESTful call, I need to default it.

If the url does not contain anything开发者_如何学C for int parameter, it fails. However, in the same case of string parameter, if its not supplied, it takes the default values.

I use querystring format for passing the parameters. and I am just trying to run it on the browser.

Is there any way for this to work? or do I need to make all the parameters as string.

Thanks in Advance!


You need to make the parameters string. This will be fixed in the next version of the WCF Web APIS http://wcf.codeplex.com

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜