suppose I have a url like :http://localhost:32432/
When I go to this url I see many files including asmx ones.
Is it possible given the url to get a list of all the asmx files ?
I need to list all web services for a given url?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
First, you don’t want to be using ASMX at all. It’s a legacy technology kept around for backwards compatibility only.
Second, no you generally can’t enumeratlee the files within a “folder” over the Internet.
Finally, the entire idea of discovery is questionable in my mind. Once a client discovers a service, how would it know what to do with the service?