RSS Feed for This PostCurrent Article

JMeter Problem for Web Service using SOAP 1.2 with MTOM

Look like JMeter does not support load testing against web service using SOAP 1.2 with MTOM.

Here is the response data that I get whenever I used the Web Service Sampler.

application/xop+xml; charset=UTF-8; type="application/soap+xml; charset=UTF-8" 

JMeter can’t seem to parse the response data correctly even though it manages to send the request to the web service.

In my WSDL, I have specified an attachment of base64Binary.

<xsd:schema attributeFormDefault="qualified" elementFormDefault="qualified">
<xsd:complexType name="AttachmentType">
<xsd:sequence>
<xsd:element name="fileName" type="xsd:string"/>
<xsd:element name="binaryData" type="xsd:base64Binary" xmime:expectedContentTypes="application/octet-stream"/>
</xsd:sequence>
</xsd:complexType>


Trackback URL


RSS Feed for This Post1 Comment(s)

  1. LTester | Aug 28, 2008 | Reply

    We use LoadRunner, and have found that it doesn’t support the MTOM protocol either. 🙁

    Could someone list the load testing tools that support the MTOM protocol? Also, what are the best tools for load testing web services?

Sorry, comments for this entry are closed at this time.