Hi,
PB 12.5.2 Buil 5602, win 7 64 bit , .Net Engine, SDK 7.1, framework 4/4.5
we have a webservice returns a XML structure, like organisation has departements has persons etc.. simple XML Strcture.
First try to get the result was to put in a string, we got error "there is an error in xml document (1 265)".
Second try in webservice around the XML structure we put CDATA tag an thats works to get in a string.
Third try the return is any, tried to put in a string also in a any everytime is null.
Some ideas?? or how must be the webservice declaration to get as return an XML Structure in a string in Powerbuilder and maybe after doing some process with the data in datawindow etc...???