Solved the XSLT issue. This is my final XSLT
Thanks for your inputs.
With this XSLT mapping I'am able to produce the desired request message.
This online free toold helped me a lot to test my XSL:
http://www.freeformatter.com/xsl-transformer.html#ad-output
Now another error:
I'm trying to consume a Salesforce web-service which I tested in SOAPUI tool successfully.
ECC<->PI<-> Sales force web service
Now when I test from ECC, I'm seeing different error in SAP PI.
"SOAP: Response message contains an errorXIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Security requirements are not satisfied because the security header is not present in the incoming message."
I believe this is issue to do with the repose message.
When I go see the failed message payload it looks good. If I use the same message payload and test using the SOAP UI tool it works perfectly fine. So that's the reason I think my request message is fine but the response is not.
How do I handle my response message? right now my response message type/Date ype is same as Soap Body structure from below.
Below is the structure of response message from SOAP UI tool
Thanks in Advance.