MTOM Message stuck in 'Working' Status
I'm trying to consume a SOAP service on PT8.55, the response message has a MTOM attachment. I've enabled MTOM in the Gateway properties file, the operation was defined as Async to Sync. Checking the gateway log, the request works and the response is received correctly, but the message gets stuck in 'Working' Status and so the OnResponse handler is not triggered. In some cases the response doesn't have the attachment, and in those cases the message is finished and the OnResponse handler works properly. Any ideas?