Problem with Insert nonXML using Tamino Authorization !

Hello !

I use ?HTTP Client API for Java? to insert XML and nonXML(images)
to TAMINO (3.1.1.1). Everything works perfect as long as I use unauthorized
Access to Tamino, I mean default configuration Apache web server and Tamino.
After changing the basic configuration of Apache and Tamino in order to provide
authorization check, part of the program which inserts nonXML doesn?t work.
The getResponseCode method of TaminoResult gives = 401 =
Add one thing: same action through Tamino Interactive Interface works OK.
Guys, how can I overcome this problem?

Thanks, Rapha
abramov@mot.gov.il

Do you set the user id and password in the interface?

It is not clear in your question

Hi Nigel
Of cause I set, I use the follow method:
tamino.setHTTPuser(username,password)
in Java program…

Thanks
Rapha