Reputation: 7
We have a soap service which is deployed in Websphere Traditioanl server v8.0.. whenever i hit serviceurl?wsdl it shows wsdl details. I need to stop being exposed. How can I disable it? I tried writing servlet class for this url but did not worked. Please help me out.
Thanks
Upvotes: 0
Views: 270
Reputation: 976
As far as I know, as per JAX-WS 2.2 specifications (5.2.2 Publishing), publishing WSDL and making it accessible by "?wsdl" is required. "Conformance (WSDL Publishing): An Endpoint that uses the SOAP 1.1/HTTP binding (see 10) MUST make its contract available as a WSDL 1.1 document at the publishing address suffixed with ”?WSDL” or ”?wsdl”."
Upvotes: 2