How to Generate SAML Requests in WM?

Does webMethods provide a way to generate SAML Requests (with assertions) inside a SOAP request? Or should we use the openSAML libraries and generate the SAML request (with Assertions) and then compose a SOAP message with the SAML request enclosed in it and post this over HTTP/HTTPS?

Any pointers to the documentation about this would be great.

Cheers,
Akshith

hi Akshith,

There is a documentation in http://techcommunity.softwareag.com/ecosystem/documentation , there is a guide mention about SAML, you may want to take a look on it. :wink:
http://techcommunity.softwareag.com/ecosystem/documentation/webmethods/wmsuites/wmsuite8-2_sp2/Integration_Server/8-2-SP1_Web_Services_Developers_Guide.pdf

Regards,
kokchuan

Thanks for the pointer! I wrote a Java service using the openSAML jars and generated the SAML and posted it to the destination using SOAP over HTTP.