javaweb-servicesweblogic12cjax-rpc

Hide WSDL in JAX-RPC 1.1 WS


I have a lot of old web services. Now the wsdl is public, so i need to hide the wsdl.

My configuration is jax-rpc 1.1 + Weblogic 12.1.3.0.0

I have searched a lot, but none of the solutions found have worked for me:

Does anyone have any idea how to hide the wsdl with this configuration?

Thanks & Regards.


Solution

  • Finally i solved this blocking the GET operations in the webservice (since all SOAP methods use POST )

    enter image description here