Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I need to encrypt sections of the soap request (tags EncryptedKey,EncryptedData) as well as sign some other part (tags dsig:Signature).
Does XML::Compile or SOAP::Lite support those features and if yes is there sample code or pointers somewhere?
XML::Compile says that encryption is not supported but then in the module documentation it is using RSA signer
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Calling Weblogic service with WSS11
by Anonymous Monk on Jul 14, 2014 at 06:51 UTC |