I had created a web service with https secured . Buts i cant consume the service inside my aspx page. If i use http is is responding and working normally . When i use https secure web service it throws exception like this , mentioned below
"The HTTP request is unauthorized with client authentication scheme 'Negotiate'. The authentication header received from the server was 'Negotiate,NTLM,Basic realm="www.santext.mobi"'. "
How to solve this kind of issue