makdimka077 / xades4j

Automatically exported from code.google.com/p/xades4j
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Does Xades4j provide WSS Secured SOAP Signature #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

We need call a secured Soap service, 

Soap body and timestamp will be signed to be able to call, 

Can we use xades4j for this process?

Thank you in advance.

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by hak...@gmail.com on 28 Jun 2014 at 7:00

GoogleCodeExporter commented 9 years ago
The signatures in WSS are simple XML-DSIG signatures. A basic XAdES shouldn't 
pose any problem. While you could build the signature "by hand" using XAdES4j, 
I suggest that you findsome web services client framework to handle the whole 
WSS procssing.

Original comment by luis.fgoncalv on 28 Jun 2014 at 12:36