Forum member

c_cousens

2 posts

Posts by c_cousens

  1. Error when calling WebService

    [color=red][b]Resolved by copying and pasting the endpoints in to the Unit Test project's app.config. [/b][/color]

  2. Error when calling WebService

    Hello, I'm getting the following error when declaring variables which are from my WebService. This occurs on the first line of my declarations: // Declare Variables ----> svc_Authentication.AuthenticationClient client = new svc_Authentication.AuthenticationClient(); …