Your jboss*.xml needs to refer to the security handler config that is defined 
here:

standard-jbossws-endpoint-config.xm

Example jboss-client.xml config:

  | <jboss-client>
  |   <jndi-name>jbossws-client</jndi-name>
  | 
  |   <service-ref>
  |     <service-ref-name>service/HelloService</service-ref-name>
  |                 <config-name>Standard Secure Client</config-name>
  |     
<wsdl-override>http://@jbosstest.host.name@:8080/jbossws-samples-wssecurity-encrypt?wsdl</wsdl-override>
  |   </service-ref>
  | 
  | </jboss-client>

Example jboss-web.xml (server side) config:

<jboss-web>

        <webservice-description>
                
<webservice-description-name>HelloService</webservice-description-name>
                <config-name>Standard Secure Endpoint</config-name>
        </webservice-description>

</jboss-web>


The official jbossws 1.0 release will include a user guide that explains the in 
more detail

-Jason

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

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


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to