[JBoss-user] [JBoss.NET SOAP] - Re: Authorization problem using .net client

2004-07-14 Thread fheldt
IMHO the problem with .NET is, that the PreAuthenicate Method doesn't work as expected. The first call is done without Authorization - Header, only subsequent calls get the right header. But you can workaround this easily with a little subclassing: | using System; | | public class

[JBoss-user] [JBoss.NET SOAP] - Re: Authorization problem using .net client

2004-07-13 Thread ehidalgo
Cool! I've change it... and the .net client is now authenticating. Thanks for yout fast, precise and professional answer! Finally, your painfull five hours has been very userfull for our project! ;) and I this this thread should help other people with similar problems! Greetings from

[JBoss-user] [JBoss.NET SOAP] - Re: Authorization problem using .net client

2004-07-13 Thread mzint
Hi there I get the following error message when I try to run this test program in JBoss 4.0.0DR4 - The request failed with HTTP status 401: Unauthorized. The example works well in JBoss 3.2.3 Is there something that can be done about this ?? Has something changed in 4.0 or is this just an