I want to use the TFS WebAccess to open/manage work items.
I have found some documentation here on how to open work items using an URL: http://msdn.microsoft.com/en-us/library/bb822136%28VS.90%29.aspx
http:// Server : Port /wi.aspx?pname= Project &wit= Type &[ Field1 ]= Value1 &[ Field2 ]= Value2
Is there some documented way to use POST to attach items and provide other details in one HTTP call?