Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

C++ Builder, soap, proxy and basic auth

Status
Not open for further replies.

m3ntol

IS-IT--Management
Sep 29, 2004
2
ES
I am programming a very simple utility which connects to a SOAP server.
The utility will be installed on a client which connects to the Internet through
a proxy server providing user and passwd.
In other hand, the SOAP server requires basic authentication, but when I look at
Borland SOAP components it only provide properties for proxy, user and password,
and recomends you to use user nad password for both, proxy and server auth.
This is a nosense, because proxy users are not the same than server users.
How do y handle this? any idea?
thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top