This is my first time that i am using mule. I had created a simple flow in anypoint studio to consume WSDL. I am able to make contact with WSDL service and generate XML, when the WSDL sends simple string in xml but when WSDL sends user defined object via xml then problem starts, in section of webservice consumer the payload shows error: "The actual payload metadata does not match the expected one".
It suggest me to add DataMapper element to transform one form to another.
Then i tried mapping and experimenting in Transfprm message component, but unable to resolve the issue.
Please suggest me what to do and how to resolve this. Below is snap of web service consumer component where payload shows the error:
Below is image of tansform Message component:
Thanks.