I am developing a CICS web service requestor application to consume a distributed web service. I used the web services assistant DFHWS2LS to transform the wsdl to copybooks successfully.
I have no problem issuing the PUT CONTAINER and INVOKE SERVICE api commands, but when I issue GET CONTAINER to get response, the DFHWS-DATA container still contains the request (data sent in put container) data only.
DFHRESPONSE container has the response from distributed system but CICS is not converting it into my application copybook structure.