In webservice i add web reference this link http://staging.ticketgoose.com/bookbustickets/services/TGSWS?wsdl
it will added web reference successfully, but in this reference i right click .wsdl file and view in browser means it shows Error like this ?
HTTP Error 403 - Forbidden.
Version Information: ASP.NET Development Server 9.0.0.0
What i do ? to clear this error ?
i add this web reference like this: http://staging.ticketgoose.com/bookbustickets/services/TGSWS?wsdl
right click solution explorer click add web reference and put this link in that web reference url
http://staging.ticketgoose.com/bookbustickets/services/TGSWS?wsdl and click go button and web reference name is com.ticketgoose.staging and click add reference, and finally click the .wsdl file and view in browser means i t shows error like this:
HTTP Error 403 - Forbidden.
Version Information: ASP.NET Development Server 9.0.0.0
but i want to bring this http://staging.ticketgoose.com/bookbustickets/services/TGSWS?wsdl in my browser how ?