T
Thor W Hammer
I'm using .NET Webservices and have a WebMethod that returns a integer.
In the returning XML the returnvalue comes like this:
<MyMethodResult>123</MyMethodResult>
Is it possible to have .NET creating the result look like this instead?
<MyMethodResult xsi:type="integer">123</MyMethodResult>
In the returning XML the returnvalue comes like this:
<MyMethodResult>123</MyMethodResult>
Is it possible to have .NET creating the result look like this instead?
<MyMethodResult xsi:type="integer">123</MyMethodResult>