How to disable Weblogic 12C Web service HTML page with documentation ?
Running ADF application in Weblogic 12c. When invoke the service end point, it loads html page with service details and test link etc as a webservice documentation.
Not able to test via postman. it returns the html page even with valid SOAP request. Required to hit service with valid request and headers instead of displaying the HTML page .
curl --location 'serviceEndpoint' --header 'Content-Type: text/xml' --header 'SOAPAction: "#POST"' --data '<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:ser="http://services.process/">
soap:Header/
soap:Body
.. request payload
</soap:Body>
</soap:Envelope>
'