Edit: Sorry guys, realised I have no idea when it comes to integrating Webservices in Java. Was hoping someone could point me in the right direction.
Original question: Hey everyone, I was wondering if you guys could point me in the right direction for this. I am required to find out how to inject data into an XML being created. I am using Java and the XALAN processor for my XML creation. The realtime data would either be coming form APIs or calls from a WebService.
I’m not sure that the ‘real-time’ element is of interest here.
Is the main issue that you’re having difficulty manipulating XML via the standard DOM APIs ? If so, I would check out JDom, which is a Java API that will allow you to manipulate XML in a much easier/more intuitive fashion than the standard APIs.