Click here to Skip to main content
15,907,687 members

Comments by I.A.Qureshi (Top 1 by date)

I.A.Qureshi 28-Nov-13 14:29pm View    
There is no property in the object "COREEnvelopeRealTimeRequest" for the Username/Password.
And also UserName/Password is not going to web service using given bellow statement

service.Credentials = new System.Net.NetworkCredential("my-user-name", "my-password");

So, for the client authentication how can we send UserName/Password to web service?