Click here to Skip to main content
15,909,051 members
Home / Discussions / C#
   

C#

 
GeneralRe: TrimEnd? Pin
V.19-Nov-08 3:25
professionalV.19-Nov-08 3:25 
AnswerRe: TrimEnd? Pin
Andrew Rissing19-Nov-08 3:12
Andrew Rissing19-Nov-08 3:12 
AnswerRe: TrimEnd? Pin
Ashfield19-Nov-08 3:45
Ashfield19-Nov-08 3:45 
GeneralRe: TrimEnd? Pin
Ennis Ray Lynch, Jr.19-Nov-08 4:03
Ennis Ray Lynch, Jr.19-Nov-08 4:03 
GeneralRe: TrimEnd? Pin
Wendelius19-Nov-08 4:34
mentorWendelius19-Nov-08 4:34 
GeneralRe: TrimEnd? Pin
Ennis Ray Lynch, Jr.19-Nov-08 4:38
Ennis Ray Lynch, Jr.19-Nov-08 4:38 
GeneralRe: TrimEnd? Pin
Wendelius19-Nov-08 4:48
mentorWendelius19-Nov-08 4:48 
QuestionWCF Proxy Settings When Calling WebService Method... Pin
DotNetCoderJunior19-Nov-08 2:01
DotNetCoderJunior19-Nov-08 2:01 
Hello Everybody,

All I am trying to do is to call the wcf service which is hosted using windows service in another machine. The server certificate I have is generated using the makecert following the article http://www.codeplex.com/WCFSecurity/Wiki/View.aspx?title=How%20To%20-%20Create%20and%20Install%20Temporary%20Certificates%20in%20WCF%20for%20Message%20Security%20During%20Development&referringTitle=How%20To%20-%20Use%20Certificate%20Authentication%20and%20Message%20Security%20in%20WCF%20calling%20from%20Windows%20Forms

I installed this certificate in trusted publishers rather than in Personal. I am able to call the service in the same(where the service is hosted) machine. When I copy the client to another machine and try calling this service, it returns this exception.

{"The remote server returned an unexpected response: (407) Proxy Authentication Required."}

this is how i referenced the webservice:
ServiceReference1.ServiceClient GetTablesSVC = new ServiceClient();

this is where it throws the exception
ds = GetTablesSVC.GetTablesToBeUpdated();


Any quick help is greatly appreciated
AnswerCross Post. Pin
Pete O'Hanlon19-Nov-08 2:03
mvePete O'Hanlon19-Nov-08 2:03 
GeneralRe: Cross Post. Pin
DotNetCoderJunior19-Nov-08 2:38
DotNetCoderJunior19-Nov-08 2:38 
GeneralRe: Cross Post. Pin
J4amieC19-Nov-08 3:00
J4amieC19-Nov-08 3:00 
GeneralRe: Cross Post. Pin
Simon P Stevens19-Nov-08 3:03
Simon P Stevens19-Nov-08 3:03 
GeneralRe: Cross Post. Pin
DotNetCoderJunior19-Nov-08 3:10
DotNetCoderJunior19-Nov-08 3:10 
GeneralRe: Cross Post. Pin
DotNetCoderJunior19-Nov-08 3:12
DotNetCoderJunior19-Nov-08 3:12 
GeneralRe: Cross Post. Pin
Simon P Stevens19-Nov-08 3:31
Simon P Stevens19-Nov-08 3:31 
GeneralRe: Cross Post. Pin
Paul Conrad19-Nov-08 5:04
professionalPaul Conrad19-Nov-08 5:04 
QuestionSetting Role Based Permission for User Pin
Piratenwichtl200019-Nov-08 1:09
Piratenwichtl200019-Nov-08 1:09 
AnswerRe: Setting Role Based Permission for User Pin
#realJSOP19-Nov-08 1:21
professional#realJSOP19-Nov-08 1:21 
GeneralRe: Setting Role Based Permission for User Pin
J a a n s19-Nov-08 3:19
professionalJ a a n s19-Nov-08 3:19 
GeneralRe: Setting Role Based Permission for User Pin
Piratenwichtl200019-Nov-08 6:31
Piratenwichtl200019-Nov-08 6:31 
AnswerRe: Setting Role Based Permission for User Pin
Not Active19-Nov-08 1:28
mentorNot Active19-Nov-08 1:28 
QuestionImage display Pin
B8719-Nov-08 0:20
B8719-Nov-08 0:20 
AnswerRe: Image display Pin
Simon P Stevens19-Nov-08 0:37
Simon P Stevens19-Nov-08 0:37 
AnswerRe: Image display Pin
Giorgi Dalakishvili19-Nov-08 0:37
mentorGiorgi Dalakishvili19-Nov-08 0:37 
QuestionPicture box Pin
B8718-Nov-08 23:50
B8718-Nov-08 23:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.