Hi Kris,
Looking through the wm documentation (Using_XML_Signature_and_XML_Encryption_with_Integration_Server.pdf) here are the services you can use to sign the document:
- pub.xmlsec.sign: generates a signature enveloped in a document
- pub.xmlsec.signEnveloping: generates a signature that envelopes a document
- pub.xmlsec.verify: verifies signatures of all types
It also says:
“To obtain the code for the XMLSec package, send an email to security@webMethods.com, and a copy of the package will be emailed back.”
Then to send the MULTIPART message you can use the MIME services of the WmPublic package to send the mail with to attachments:
pub.mime:addBodyPart
pub.mime:addMimeHeader
pub.mime:createMimeData
pub.mime:getEnvelopeStream
(…)
Hope that’ll make it.
Mathieu
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods