Hi,
I am using WSE 2 for my web services project. A class inheriting
SoapReceiver to process the service requests has been implemented. To deploy,
the dlls were included in a virtual directory on IIS along with the
Web.config file changes routing the HttpHandlers for the uri to the
appropriate class/assembly
<httpHandlers>
<add verb="*" path="MyReceiver.ashx" type="MyNamespace.MyReceiver,
MyAssemblyName"/>
</httpHandlers>
The web service works fine. I just wanted to provide access to the WSDL file
for this web service with perhaps the '...MyReciever.ashx?wsdl' uri format.
I have the wsdl file for the web service I just created. Would anyone be
kind enohg to provide me directions in providing access to the WSDL in the
regular uri form?
Thanks a lot!
Vish
Softwaremaker - 04 Nov 2004 01:10 GMT
What I usually do is to output and save the *.asmx?WSDL content into a
physical file and then publish it into UDDI or some other discovery
mechanisms I may have.

Signature
Thank you.
Regards,
Softwaremaker
http://www.softwaremaker.net/blog
=========================================
> Hi,
>
[quoted text clipped - 18 lines]
> Thanks a lot!
> Vish