Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I'm trying to call a Oracle-Weblogic web service implementing wss11 message level security and I'm really having a hard time.

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

    Here you go, pointers to sample code
    no dsig
    yes dsig
    yes dsig