4 Replies Latest reply on Sep 29, 2006 7:47 AM by rmartony

    Jboss and wsse

    vlada.chroust

      Hi, i would like use secure webservice to connect 2 remote applications. Both running on Jboss, first figure as server (RPC-style endpoint), second figure as client (EJB component).

      On server side are follow config files:
      web.xml
      jboss-web.xml ( I have to use <config-name>Standard Secure Endpoint</config-name> ensure that signing response messages is switch on)
      jboss-wsse-server.xml
      ...

      I am not sure, how edit config files on client side, where i have to append <config-name>Standard Secure Client</config-name>, ejb-jar.xml, jboss.xml???