Oracle Weblogic Server (MOSC)

MOSC Banner

How to disable Weblogic 12C Web service HTML page with documentation ?

edited Jun 3, 2025 8:48PM in Oracle Weblogic Server (MOSC) 3 commentsAnswered

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>
'

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center