2016-03-06 47 views
1

我需要使用jmeter上傳文件(xml)。我知道如何爲REST調用。但是這是針對SOAP請求的。 請求XML的樣子,如何使用Jmeter上傳附件以用於SOAP

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsdl="http://wsdl.api.doc.cdp.ipt.homeoffice.org/"> 
    <soapenv:Header/> 
    <soapenv:Body> 
     <wsdl:createDocument> 
     <input> 
      <instanceId>999</instanceId> 
      <sessionId>999</sessionId> 
      <content>file:aaa.xml</content> 
      <mimetype>xml</mimetype> 
     </input> 
     </wsdl:createDocument> 
    </soapenv:Body> 
</soapenv:Envelope> 

回答

1

您可以使用Web服務的SOAP請求採樣後它(檢查here),或者你可以嘗試Http請求採樣,請here處理它