[jbossws-issues] [JBoss JIRA] Updated: (JBWS-1395) Add a Standard All Client Configuration to standard-jbossws-client-config.xml
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Wed Jan 16 13:04:25 EST 2008
[ http://jira.jboss.com/jira/browse/JBWS-1395?page=all ]
Thomas Diesler updated JBWS-1395:
---------------------------------
Fix Version/s: jbossws-3.x
(was: jbossws-3.0.1)
> Add a Standard All Client Configuration to standard-jbossws-client-config.xml
> -----------------------------------------------------------------------------
>
> Key: JBWS-1395
> URL: http://jira.jboss.com/jira/browse/JBWS-1395
> Project: JBoss Web Services
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: jbossws-native
> Reporter: John Gilbert
> Priority: Trivial
> Fix For: jbossws-3.x
>
>
> It would be nice to have this in addition to Standard Client, Standard Secure Client, and Standard Addressing Client, so that all clients don't have to create their config file.
> <client-config>
> <config-name>Standard All Client</config-name>
> <post-handler-chain>
> <handler-chain-name>PostHandlerChain</handler-chain-name>
> <handler>
> <j2ee:handler-name>WSSecurityHandlerOutbound</j2ee:handler-name>
> <j2ee:handler-class>org.jboss.ws.wsse.WSSecurityHandlerOutbound</j2ee:handler-class>
> </handler>
> <handler>
> <j2ee:handler-name>SOAPClientHandler</j2ee:handler-name>
> <j2ee:handler-class>org.jboss.ws.addressing.soap.SOAPClientHandler</j2ee:handler-class>
> </handler>
> </post-handler-chain>
> </client-config>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jbossws-issues
mailing list