PDA

View Full Version : SOAP Authentication


safarje
10-07-2004, 01:31 PM
Hi,

I am accessing some webservices fine yet, I get an error back as it needs authentication. In Axis, this is passed simply to the stuf. How can I reproduce it in laszlo?

Thanx in advance.
Jean Safar

pablo
10-25-2004, 06:48 AM
Hi Jean,

We're using Axis in the server and probably don't have the proper authentication APIs for the client. Do you need to pass username and password? Also, are these webservices publicly available? I'd like to replicate the problem.

Thanks,
pablo

safarje
10-25-2004, 07:10 AM
Hi Pablo,

Thanx for the answer. I am actually trying to use your system as a try for an admin console for a grid product wich provides web api. Thus they are not public. Yet, internally it uses axis. I will try and check some code in the way Axis sets user and password in the enveloppe.

regards
jean

Originally posted by pablo
Hi Jean,

We're using Axis in the server and probably don't have the proper authentication APIs for the client. Do you need to pass username and password? Also, are these webservices publicly available? I'd like to replicate the problem.

Thanks,
pablo

pablo
10-25-2004, 09:53 AM
Hi Jean,

Are you setting authentication params through SOAP headers? Let me know. Our next release should have SOAP header support.

pablo