Tag: xml
-
SOAP web service using Apache CXF and Spring
In this article I will explain how to expose SOAP web service using Apache CXF and Spring framework. If you are using maven, add this to your maven pom file to download the required dependencies. Let’s start with implementing the service layer. Here I am going to use develop a product service implementation. Please see the…
-
XML Bursting in Oracle Apps
XML Bursting XML Bursting can be used to split one XML File into multiple XML Blocks. These individual xml blocks can then be used to generate reports and even use different layouts. You can also deliver the reports to multiple destinations based on a XML Element. The steps involved are listed below for your understanding:…