You need to set the username and password on the THTTPRio (if it's like Delphi).
----- Original Message -----
Sent: Monday, April 22, 2002 12:00 PM
Subject: C++Builder client

Hi!

I'd installed StockQuoteService under Tomcat 3.3a AXIS (Win2000).

Then I create project in C++ Builder6, import WSDL file:

http://localhost:80/axis/services/urn:xmltoday-delayed-quotes?wsdl

and issue statement:

...

float r= stock->getQuote("-uuser1 -wpass1 XXX");

After this I'd received exception : user 'null' not authenticated.

Attempt to pass this in UTF-8 do nothing:

float r= stock->getQuote(UTF8Encode("-uuser1 -wpass1 XXX"));

What is the problem?

Thanks in advance,

Andrew.



Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more

Reply via email to