Hi Sandeep,
I really wanted to try similar scenario using custom scripting feature but i couldnt find any publicly available WSDL having same tree. I suggest you to refer this guide Operations needing session key to be be passed in odata request posted by Ramya Vasanth
Add below logging code for troubleshooting
importPackage (com.sap.gateway.ip.core.customdev.logging);
log.logErrors(LogMessage.TechnicalError, "This is first log"+message.getBody().toString());
You can find log details in SMP server log files.
It would be interesting to know how to handle parameter "Qualification" that is being passed in the body section as per SOAP UI screenshot. Please share your finding.
Regards,
JK