Search

You searched for the word(s): userid:887924

Matching Posts

  • Re: UriTemplate with wildcard not matching file extension?

    Sorry for the double post. It said it failed so I posted again. I don't see a way to delete my own posts so I guess it has to stay :( Brian
    Posted to WCF REST Starter Kit (Forum) by BrianKwall on 8/21/2009
  • Re: UriTemplate with wildcard not matching file extension?

    Did you ever get a resolution on this issue? I am having the same problem. I would like to include a file extension and once I do the webservice returns the same error you are describing here. Here is my code <OperationContract()> <WebGet(UriTemplate:= "vi/{filename}?id={id}" )> Function GetSomeKmz( ByVal filename As String , ByVal id As String ) As System.IO.Stream If I do not add a file extension it works fine: http://localhost/Service.svc/vi/myfile?id=123 As soon as I add
    Posted to WCF REST Starter Kit (Forum) by BrianKwall on 8/21/2009
  • Re: UriTemplate with wildcard not matching file extension?

    Did you ever get a resolution on this issue? I am having the same problem. I would like to include a file extension and once I do the webservice returns the same error you are describing here. Here is my code <OperationContract()> <WebGet(UriTemplate:= "vi/{filename}?id={id}" )> Function GetSomeKmz( ByVal filename As String , ByVal id As String ) As System.IO.Stream If I do not add a file extension it works fine: http://localhost/Service.svc/vi/myfile?id=123 As soon as I add
    Posted to WCF REST Starter Kit (Forum) by BrianKwall on 8/21/2009
Page 1 of 1 (3 items)