No Ports or Methods were found on this page.
If this is an ASP.NET Web service, make sure that all WebMethods are public and have a <WebMethod> attribute.
Visual Basic example:
<WebMethod()> _
Public Function HelloWorld() as String
Return "Hello World!"
End Sub
Visual C# example:
[WebMethod]
public string HelloWorld() {
return "Hello World!";
}
No Web Services were found on this page.