Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Services / November 2004

Tip: Looking for answers? Try searching our database.

Accessing WSDL

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Vish Ramachandran - 03 Nov 2004 19:23 GMT
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

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.