3

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:

enter image description here

This is not allowing me to move things further. Any idea to consume this kind of web service?

Zameer Ansari
  • 28,977
  • 24
  • 140
  • 219

1 Answers1

2

This URL needs authentication, so it is difficult to replicate here.

However, you can use .WSDL file to add reference.

Community
  • 1
  • 1
Karl Gjertsen
  • 4,690
  • 8
  • 41
  • 64