Avatar

Level 10

1. attachments (optional) - data type is Map of documents; You may leave this is there is no attachments need to be passed as arguments to the web service

2. AuthenticatePreemptively (optional) - This is a boolean value; default is false() - You need not set this value unless the invoke operation need to send authentication headers before calling the web method.

3. InputRequest (mandatory) - data type is org.w3c.dom.document. Or you may also supply an XML String will be converted internally.

Hope that helps.

Nith