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.
- Open the weblogic-application.xml available in the Application Resources --> Descriptors --> Meta-Inf folder
- 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