adenhoed
9 years agoOccasional Visitor
MockService accepting MTOM/XOP attachments
Hi,
I'm trying to simulate a SOAP web service that requires MTOM/XOP in certain requests (UploadImage). However, I can only enable MTOM for responses, and not for requests.
Does the SoapUI MockService support incoming MTOM/XOP (MIME) messages? Right now I just get a SOAP fault with description:
"org.apache.xmlbeans.XmlException: error: Content is not allowed in prolog."
Thanks.