I have created a simple REST web service.. Responses are like
<?xml version="1.0" encoding="utf-8"?>
<ArrayOfTableCategories xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
using this attribute
[XmlSerializerFormat]
However I see no xmlns
there... like tempuri...
but when try to make a request I get 400 error if I don't define xmlns="http://tempuri.org"
at root element..
Any explanation for this behavior?