We use SoapUI for testing of Web Services. It acts as a mock service. Our application sends requests with MTOM attachment. If this attachment is smaller than 6882 B, everything is all right. If it is bigger only a part of it is received by SoapUI - in attachment tab (of Message Viewer in SoapUI) is size 6882 B and when it is exported to the file, broken file is created.
Is there some file size limit or configuration for requests which can be received by SoapUI? Has anybody an experience in sending of XOP (MTOM) attachment which is bigger than 6882 B to SoapUI?