I have created a simple webservice. As part of WS-Security, i have added the 
jboss-wsse-server.xml i have added the x509 encrypt element. as follows

<jboss-ws-security ...>
  .......
   <config>
          <encrypt type="x509v3" 
alias="wsse"/>
        <requires>
            <encryption/>
       </requires>
    </config>
</jboss-ws-security>

the service was deployed in jbossAS 4.2.1 and running.
i wrote a simple rpc client and when i try to invoke that webservice giving the 
following exception

javax.xml.rpc.soap.SOAPFaultException: Endpoint {http://test.com/}TestWSPort 
does not contain operation meta data for: 
{http://www.w3.org/2001/04/xmlenc#}EncryptedData

could any one have solution; please help me out.

thanks & regards
ravi

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194532
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to