I have made a custom web service in sharepoint 2007. I'm trying to access it from a VB6 program using the SOAP tookit 3.0. But when it tries to access the wsdl file an 'access denied' error is thrown. I turned the 'anonymous access' option of the '_vti_bin' folder in the IIS. This allows me to access the wsdl file for the top most site but not for the subsites. Is there any way to do that?
Yeah that doesnt work with the soap toolkit because i need integrated windows authentication scheme to work with it. Does anyone know how to use that with soap toolkit?