Friday 10 June 2016

Changing the XML processing in Oracle ADF/ J developer when integrating with SOAP web service

When I am invoking a web service using SOAP in ADF applications the SOAP request and responses are not be displayed correctly. To make it work change the below weblogic-application.xml.
  1. Open the weblogic-application.xml available in the Application Resources --> Descriptors --> Meta-Inf folder
  2. Change the Document Builder Factory to javax.xml.parsers.DocumentBuilderFactory and Transformer factory to javax.xml.transform.TransformerFactory as shown below. Or if required you can change these configurations too.

No comments:

Post a Comment