How to send data to webservices without xml file

Hi,

Is it possible (haw to do this) to take data from database and send it to webservices without creating xml file – using one graph only?
As for now I’m able:
using 1’st graph: to take data from database and create xml file (DBInputTable, Reformat, XMLWriter)
using 2’nd graph: read xml file and send it to webservices (HTTPConector)

Thanks

Hi,

in fact, you can create an XML file and send its content in one graph. So there’s not need to search for other options. The only change you have to do is to change File URL attribute of XMLWriter to output port (it may look like this: port:$0.content:discrete - there is “Port” tab in URL dialog). Of course you will need to attach your HTTPConnector to the XMLWriter output port.

For more information about supprot File URL formats, please refer to our documentation: http://doc.cloveretl.com/documentation/ … iters.html

Hope this helps.