Consuming Java web-services using .NET Client
Posted
by Gustavo Paulillo
on Stack Overflow
See other posts from Stack Overflow
or by Gustavo Paulillo
Published on 2010-04-16T18:59:28Z
Indexed on
2010/04/16
19:03 UTC
Read the original article
Hit count: 260
Im trying to consume a Java web-service, that uses a certificate. I could generate the proxy, adding Service Reference. The problem is: It needs Basic HTTP Authorization Header. Its necessary to encript the user/password and pass them in the header.
Thanks.
© Stack Overflow or respective owner