Add useOriginalwsdl parameter to services.xml file and set it to true.
 
  <service name="XXX">
      <messageReceivers>
      <parameter name="ServiceClass" locked="false">Your Service Class</parameter>
      <parameter name="useOriginalwsdl">true</parameter>
      <operation name="..."/>
      ...
   </service>


From: S Pole [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 07, 2006 9:42 AM
To: [email protected]
Subject: Axis2: disable automatic wsdl generation

I would like deploy the service with the wsdl already packaged inside.

How do I disable the automatic wsdl generation at the endpoint url?wsdl  ?? I dont want customers to be able to access the wsdl in this fashion.
Thanks.


Reply via email to