Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
It seems that the work flow should be: 1)read file --> 2) get needed data---> 3) convert data to Json ---> 4) make a REST call
Have you tried to design your job like:Input--> tXMLMAP(convert data to Jso)--> tRestClient(post) component calling a webservice to PUT data in json format to see if it works?