[jbossws-issues] [JBoss JIRA] Created: (JBWS-1395) Add a Standard All Client Configuration to standard-jbossws-client-config.xml

John Gilbert (JIRA) jira-events at jboss.com
Tue Nov 21 13:26:41 EST 2006


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: jaxws
            Reporter: John Gilbert
            Priority: Trivial


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