D
Dennes Oliveira via .NET 247
Hi !
I have a webService in wich I'm creating the xml output using a XML Document.
The problem is the <?xml tag. I already saw the output of the xmldocument and it hasn't this tag, but the webmethod is adding this tag to the output.
The application that will receive this XML doesn't like this tag, it doesn't work. So, the question : how can I take this tag out of the output of the webMethod ?
P.S. : Sorry by my english, I don't speak english well...
I have a webService in wich I'm creating the xml output using a XML Document.
The problem is the <?xml tag. I already saw the output of the xmldocument and it hasn't this tag, but the webmethod is adding this tag to the output.
The application that will receive this XML doesn't like this tag, it doesn't work. So, the question : how can I take this tag out of the output of the webMethod ?
P.S. : Sorry by my english, I don't speak english well...