Comment by Prady on "The Weekly Source Code 32- Atom, AtomPub and BlogSvc, an AtomPub Server in WCF"- September 8, 2008 This type of method does not working OperationContract WebInvoke(BodyStyle = WebMessageBodyStyle.Bare, UriTemplate = "workspaceNamecollectionName", Method = "PUT") Stream UpdateResource(string workspaceName, string collectionName, Stream stream); This one throws excption System.InvalidOperationException: For request in operation UpdateResource to be a stream the operation must have a single parameter whose type is Stream. Posted by: Pradyhttp://www.hanselman.com/blog/CommentView.aspx?guid=75291315-F7AA-418A-B18D-2C10DEFA8BC1 |