[JBoss-user] [JBossWS] - Re: WS security and non-java clients

2005-03-16 Thread jasong
You could define a soap:header element in your wsdl but you would have to 
define a schema element type that replicated the jbws tags exactly (including 
the soap:actor attribute). However, the problem you are going to have is how 
you actually bind to those parameters in whatever non-java client you are 
using.  Another route to take, if your non-java client api supports this, is to 
write a handler that modifies the message to include the appropriate tags.

-Jason 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870490#3870490

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870490


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: WS security and non-java clients

2005-03-16 Thread singular_droid
Thanks a lot. And there is no way to include info about auth-header into wsdl 
of ws in deploy-time?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870356#3870356

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870356


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: WS security and non-java clients

2005-03-15 Thread jasong
Then yes, if you can replicate the headers with your non-java client it will 
work.

-Jason

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870264#3870264

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870264


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: WS security and non-java clients

2005-03-14 Thread singular_droid
Mm
Basic auth is good but it doesn't work when i have a number of proxy between my 
ws and client. 
Cause the authentication information in this situation is added to the http 
header, which can be modified by proxies, while the soap part of message is 
always unchanged. 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869985#3869985

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869985


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: WS security and non-java clients

2005-03-13 Thread jasong
For better portability take a like at using HTTP basic auth. Take a look at the 
wiki for how:

http://www.jboss.org/wiki/Wiki.jsp?page=WSSecureEndpoint

-Jason

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869917#3869917

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869917


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user