.Net developer

Forçar saída xml

Response.Clear();
Response.ClearContent();
Response.ClearHeaders();
Response.ContentType = "text/xml";
Response.Write("seu xml aqui");
Response.End();

0 comentários: