Setting web service xml to readable format

48 Views Asked by At

I work with K2 BlackPearl BPM tool. Currently at a Client site, and I need to consume web services to create my SmartObjects.

The web service that am calling has XML as its input and output.

So, what I need is a way of making the XML become readable for me to use.

Summary: I want a way to consume the XML by converting it to a table format at my end, and also a way to converting my table format output to XML to send back to the web service.

1

There are 1 best solutions below

0
On

I was able to solve this problem, from SQL database, using a procedure to consume XML data. The procedure helped to create a new row on K2 SmartObject table every time it ran.