I have a JMeter test case which contains SOAP requests with various files attached to these. So same request is sent with different files.
It is working properly with some files, but it gives HTTP 500 error code with following message:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><soap:Fault><faultcode>soap:Client</faultcode><faultstring>Problems creating SAAJ object model</faultstring></soap:Fault></soap:Body></soap:Envelope>
I checked raw request and found it is correct syntactically, only difference is the file, which is attached in Base64 encoded format.