We have deployed around 300 servcies on OSB. All the services are soap based services. We are seeing a issue where the URL appended with any string or charecters or returning a valid wsdl which should not be the ideal case.
For example, we have a servcie deployed https://testosb/send/SMS soap service deployed on OSB environment. The wsdl of this service will be returned after anything https://testosb/send/SMS/*?wsdl
Invalid URLs pattern for which the wsdl is fetched
https://testosb/send/SMS/12345?wsdl
https://testosb/send/SMS/oraclesupport?wsdl
https://testosb/send/SMS/abcd*&?wsdl
Do we need to change any configurations to avoid getting the wsdl for invalid URLs. Please advise