Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
If you get below error
Add a below attribute on the class
[SoapDocumentService(RoutingStyle = SoapServiceRoutingStyle.RequestElement)]
Class MyService{
// [WebMethod]
}
Comments
- Anonymous
October 10, 2011
It may also possible to get the same error when the url is not pointing to the correct webserive asmx.