Converting XML port to XML

AitorEGAitorEG Member Posts: 342
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:
tmdhflivxhun.png

In my asp project, I receive from the function a "PickLineNode":
j5rbxq3bdcu5.png

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
Sign In or Register to comment.