The payload here is the web service request. The Canceled row has no payload. But when I check the Log Viewer/Expert View, the response to this request is logged and all the CDATA is escaped. The message log errors on the transform after I extract the xml in the CDATA but I have no way to see exactly what is extracted. Finally, the mapping I need after is so very simple I can only assume there is a namespace, encoding or schema issue but since I'm blind to the inputs and outputs other than the SOAP response I received I'm walking in the dark. Oh, and yes I have "use No SOAP Envelope" checked where I receive the SOAP response.
This is the only message in Message Monitor that shows a payload but it's only the SOAP Request I send out to the web service
But, in the Log Viewer/Expert View you can see I did get a response that I expect
And, in the red box, this Message Map is AFTER I extract the xml from the CDATA but I expect something went wrong but I have no way to see this. When I run the received SOAP through the OM's test, it looks right.
I find it hard to believe this message map would fail IF it gets the correct message, but again, I can't see this message. It's hard to imagine what looks like it should be so simple is taking so much time to solve. I just need to have visibility on what the message looks like after I extract the CDATA xml.