Thanks for your reply. I added the parameter and the first time I make the request I get the Authentication error and after that I get an Authorization error. Still looks like M$ is not sending anything after getting the 500 error. Did you managed to get it working? Is it possible that to trigger the sending of data M$ expect the 500 when getting the wsdl on the init call and not on the actual web service call?
Thanks Simone ----- Original Message ----- From: "Jung , Dr. Christoph" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 10, 2003 4:43 PM Subject: AW: [JBoss-user] M$ Soap 3.0 toolkit and JBoss.net interop There was a bug-report on that issue stating that M$ would not send authentication data until faced with a server error (50x or something similar, I think). The JBoss Authentication Handler has been extended with the parameter "validateUnauthenticatedCalls" <!-- authentication runs against the jaas:/other domain --> <handler type="java:org.jboss.net.axis.server.JBossAuthenticationHandler"> <parameter name="securityDomain" value="java:/jaas/other"/> <parameter name="validateUnauthenticatedCalls" value="false"/> </handler> This will block any unauthenticated calls from trying to get routed (this is what M$ could first try to do before going the "right" way). Best, CGJ > -----Urspr�ngliche Nachricht----- > Von: Simone Milani [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 10. Juni 2003 16:29 > An: [EMAIL PROTECTED] > Betreff: [JBoss-user] M$ Soap 3.0 toolkit and JBoss.net interop > > > Hi, > > I am happily using the M$ Soap 3.0 toolkit as a client > for JBoss.net. I am now having trouble having the Basic > Authentication to work. Has anyone managed to use it? > > Thanks > > > Simone > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of > TotalView, The best thread debugger on the planet. Designed > with thread debugging features you've never dreamed of, try > TotalView 6 free at www.etnus.com. > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/j> boss-user > ########################################### This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange. For more information, connect to http://www.F-Secure.com/ ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
