[JBoss-user] [JBossWS] - Re: Authentication for webservices

2005-01-20 Thread [EMAIL PROTECTED]
I created an issue in JBossWeb for it

http://jira.jboss.com/jira/browse/JBWEB-11

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3862912#3862912

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3862912


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Authentication for webservices

2005-01-20 Thread ebu
  Hi all.
  I've solved the same problem by adding to the generated wsdl the auth headers 
(i failed to make java2wsdl tool to generate headers, so i've written a header 
adder...) to be filled by C# client with login/password info and then parsed 
with custom axis handler.  

Further the credentials are processed by JAAS and JACC interceptors in the 
standard way... not very elegant, but it works...

 wbr, eugen.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3863034#3863034

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863034


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Authentication for webservices

2005-01-18 Thread cglommen
Is anyone else using C# clients? This seems like a serious enough 
interoperability issue that the JBoss team would want to address it. It's quite 
simple to reproduce:

1. set up JBoss using Basic HTTP authentication. 
2. create a .NET client (C# perhaps)
3. make request.
4. see 505 error.
5. change .NET client to be HTTP 1.0 only
6. make request
7. request succeeds. 

I'll cross post this in the security forum as well, to give it some exposure.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3862648#3862648

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3862648


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Authentication for webservices

2005-01-18 Thread markeaston
Yes we are implementing a C# app talking to J2EE web services. So it is 
important to us.  Cheers

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3862668#3862668

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3862668


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Authentication for webservices

2005-01-06 Thread manderson
The big drawback we are currently facing is the pre-notification that has to be 
done for all our .Net customers. Additionally from within the Visual Studio 
framework, any updating of the web reference will cause this patch to go away 
and it has to be re-added.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3860987#3860987

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3860987


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user