I am attempting to implement this example:
http://msdn.microsoft.com/en-us/library/cc512426.aspxhere is my request:
| <s:Authority xmlns:s='http://schemas.microsoft.com/sitka/2008/03/'> |
| <s:Id>CreateAuthorityTest01</s:Id> |
| </s:Authority> |
| |
And getting simply: {"The remote server returned an error: (400) Bad Request."}
Has anyone else tried the sample listed above?
Thanks,