[jboss-user] [JBossWS] - Re: ws-security: Problem using encryption

brianshields do-not-reply at jboss.com
Thu Oct 19 13:53:15 EDT 2006


Anyone have solution to this yet. My example runs fine with signature, therefore ws-security is working. I had a work around of only encrypting the contents of the method call......following is a snippet from the jboss-wsse-client.xml file

  | <encrypt type="x509v3" alias="wsse">
  |     <targets>
  |         <target contentOnly="true" type="qname">{http://iwise.nuigalway.ie/hello}hello</target>
  |     </targets>
  | </encrypt>
  | 
but i get the error
javax.xml.rpc.soap.SOAPFaultException: javax.xml.rpc.JAXRPCException: Cannot find child element: String_1
as the parameter needed is encrypted.
Any further ideas???

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

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



More information about the jboss-user mailing list