Webservice Response Mapping

0
I am trying to consume a service and show the response in page.  i am not able to map the response to entity object. i am not seeing all the response elements to map to my Domain Model. i am not sure what i am missing. can someone provide some inputs to it? Sample SOAP Message: please note. it has root element (retrieveProcessTransactionList) and child element(retrieveProcessTransactionList).    Domain Model: Mapping:
asked
1 answers
2

Did you check all the elements you need from the incoming message structure:

 

answered