You have to be careful not to sign/encrypt with username token when you
are trying to interop. Try instead to JUST add the username token to the
tokens collection. Hopefully that should get you up and running
> I have an apache axis server, and want to use a username/password feature
> with a .net c# client.
[quoted text clipped - 5 lines]
> Anyone know the best way to pass username and passwords? Should i just pass
> them as a parameter?

Signature
HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dilip.krishnan AT apdiya DOT com
Cindy Lee - 16 Jun 2005 21:48 GMT
I can see the username and password in the header ok. I just want apache
axis to be able to read it.
> You have to be careful not to sign/encrypt with username token when you
> are trying to interop. Try instead to JUST add the username token to the
[quoted text clipped - 9 lines]
> > Anyone know the best way to pass username and passwords? Should i just pass
> > them as a parameter?
Sidd - 06 Jul 2005 07:40 GMT
Hi Cindy,
Are you still experiencing this issue? Have you tried turning replay
detection of username tokens off. This will not generate the nonce value for
the username token, and hence it might be read by Apache.
Thanks,
Sidd
> I can see the username and password in the header ok. I just want apache
> axis to be able to read it.
[quoted text clipped - 14 lines]
> pass
> > > them as a parameter?