Return-Path: X-Original-To: apmail-jmeter-user-archive@www.apache.org Delivered-To: apmail-jmeter-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0863AD0AD for ; Tue, 26 Jun 2012 14:07:35 +0000 (UTC) Received: (qmail 90376 invoked by uid 500); 26 Jun 2012 14:07:34 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 90328 invoked by uid 500); 26 Jun 2012 14:07:34 -0000 Mailing-List: contact user-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "JMeter Users List" Delivered-To: mailing list user@jmeter.apache.org Received: (qmail 90319 invoked by uid 99); 26 Jun 2012 14:07:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2012 14:07:34 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of michele.mase@gmail.com designates 209.85.214.171 as permitted sender) Received: from [209.85.214.171] (HELO mail-ob0-f171.google.com) (209.85.214.171) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2012 14:07:28 +0000 Received: by obbef5 with SMTP id ef5so8599580obb.2 for ; Tue, 26 Jun 2012 07:07:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=HtzD0mV326oUQk96udpXkTkjosa1EmxZeiWxBIs6cKo=; b=xiU7+DOPwtf0NSoR+46ymt328flyRKyUhIgzRslQLcyJPYWWFFRHwoRaufOriVSaoH rW+Dwkqzih6gGr1dvt8iEOfIMMYq8HkV5yUbXQncsuPVBnSs7Zbe63RDyQLmIJ+RdxLo ieskXvytMOtM+WiQ8sR44NHU9yPg8qWK61dFsiwmqt/WKRrRLZjSm9gDsMitpD3DWZ9l jZX/OfEE3jdmWDkCYpPlRJM5GczFeWa2uQy2nGT7iU1EZHRJDUoqZckKvt8o3EYXGd2q tLOemHN5MH7Fh3+RRPpPUJzvbaVV05QenVlCZh3iYutR9XzfvhJn9hSrW6fp1neWUvHx M3VQ== MIME-Version: 1.0 Received: by 10.182.228.6 with SMTP id se6mr16225441obc.29.1340719627011; Tue, 26 Jun 2012 07:07:07 -0700 (PDT) Received: by 10.182.67.166 with HTTP; Tue, 26 Jun 2012 07:07:06 -0700 (PDT) Date: Tue, 26 Jun 2012 16:07:06 +0200 Message-ID: Subject: SOAP ssl client certificate and attachment From: "Michele Mase'" To: JMeter Users List Content-Type: multipart/alternative; boundary=f46d044517091c87c504c3609d3a --f46d044517091c87c504c3609d3a Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I need to test a webservice under ssl and ssl client certificate; all is ok, apart of the attachment: the soap envelope should have an attachment (a zip file that contains an xml file). With soap ui there is the option to include an attachment; what can I do with jmeter? url: https://www.example.com/myapp/myapp?wsdl sample soap envelope: xmlns:urn=3D"urn:attachment.ws.com"> attachment1 cid:123456789012 Where can I put the attachment? Michele MAs=E8 --f46d044517091c87c504c3609d3a--