Another question on the same line. Is there a good way to set up a default html page at the endpoint url with Axis2?
(.Net comes up with a nice default page)
The problem is that if I try to do that with Axis2, the AxisServlet mapping causes it to be recognized as a REST request, which I really want to disable.
On 11/7/06, Gul Onural <[EMAIL PROTECTED]> wrote:
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>
I would like deploy the service with the wsdl already packaged inside.
From: S Pole [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 07, 2006 9:42 AM
To: [email protected]
Subject: Axis2: disable automatic wsdl generation
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.
