Using the "Walkthrough: Creating a Custom Web Service" whitepaper I
have been able to make my Web Service discoverable.

The problem is the .disco and .wsdl files cannot be found when
attempting either:

http://server/_vti_bin/CustomWebService.asmx?disco
http://server/_vti_bin/CustomWebService.asmx?wsdl

Can someone tell me what is causing this problem?

Thanks,

AJL

RE: Sharepoint Custom WebService wsdl/disco problem by bmw

bmw
Mon Jul 30 18:24:00 CDT 2007

You need to generate the wsdl and disco file and then copied them to the
_vti_bin directory.
Please referecne at http://msdn2.microsoft.com/en-us/library/ms954021.aspx


"goHawkeyes" wrote:

> Using the "Walkthrough: Creating a Custom Web Service" whitepaper I
> have been able to make my Web Service discoverable.
>
> The problem is the .disco and .wsdl files cannot be found when
> attempting either:
>
> http://server/_vti_bin/CustomWebService.asmx?disco
> http://server/_vti_bin/CustomWebService.asmx?wsdl
>
> Can someone tell me what is causing this problem?
>
> Thanks,
>
> AJL
>
>