R
Ronchese
Helllo.
I need to return a XML from my WebService, but I'm not getting the result as
a XML. I mean, instead of receiveing a tag (<xyy></xyz>), I'm receiving it
encoded (with < or >.
There is some right way to return the correct XML from my WebService?
Just for example, the WebMethod looks like it:
<WebMethod()> _
Public Function GetSomeXml(ID as Integer) As String
'the code builds a XML string from a Xml.XmlDocument object
'...
'...
End Function
I need to return a XML from my WebService, but I'm not getting the result as
a XML. I mean, instead of receiveing a tag (<xyy></xyz>), I'm receiving it
encoded (with < or >.
There is some right way to return the correct XML from my WebService?
Just for example, the WebMethod looks like it:
<WebMethod()> _
Public Function GetSomeXml(ID as Integer) As String
'the code builds a XML string from a Xml.XmlDocument object
'...
'...
End Function