I'm not able to add web reference for a secure web service which is located at https://connect.instamed.com/Healthcare/Service.asmx.
I'm able to authenticate and connect to the service using browser.
Currently, I'm following the below steps to add the service reference:
- Right click project
- Click add service reference
- Click Advance
- Click Add Web reference
- Input URL and hit enter
- Enter credentials upon prompt
- See things happening...
After entering credentials, I'm getting the below error:
This is not allowing me to move things further. Any idea to consume this kind of web service?