Hi everyone,
I'm developing a webApp that consumes a codeunit published as a WebService. In the webService, I have a function that returns an XMLPort, with this format:
In my asp project, I receive from the function a "PickLineNode":
My goal is to show the received XML in a table or datagrid in a webForm. How can I convert the object into a XML to load it into a table? Can I load that object directly into a table?
Thank you all
I'm developing a webApp that consumes a codeunit published as a WebService. In the webService, I have a function that returns an XMLPort, with this format:
In my asp project, I receive from the function a "PickLineNode":
My goal is to show the received XML in a table or datagrid in a webForm. How can I convert the object into a XML to load it into a table? Can I load that object directly into a table?
Thank you all