You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2017/11/07 09:04:53 UTC

[Bug 61732] New: XOP support to handle SOAP requests with attachments

https://bz.apache.org/bugzilla/show_bug.cgi?id=61732

            Bug ID: 61732
           Summary: XOP support to handle SOAP requests with attachments
           Product: JMeter
           Version: 3.3
          Hardware: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: plaidshirtakos@gmail.com
  Target Milestone: ---

I tried to send a file with a SOAP request in JMeter using dataHandler and xop. 

Request:
<dataHandler><xop:Include xmlns:xop="http://www.w3.org/2004/08/xop/include"
href="cid:C:\\path\\to\\file"></xop:Include></dataHandler>

I got error message, that request has unexpected element. I tried to use
multipart/form-data for POST option, but it gives error also. As I see
attachments for SOAP requests are not supported in latest version of JMeter.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 61732] XOP support to handle SOAP requests with attachments

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61732

kovacsakos <pl...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P1
                 OS|                            |All

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 61732] XOP support to handle SOAP requests with attachments

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61732

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
           Priority|P1                          |P3

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 61732] XOP support to handle SOAP requests with attachments

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61732

--- Comment #2 from kovacsakos <pl...@gmail.com> ---
Custom SOAP Sampler is unstable, sometimes it sends old attachment, when it is
changed. A built-in stable solution would be much more better.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 61732] XOP support to handle SOAP requests with attachments

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61732

kovacsakos <pl...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #3 from kovacsakos <pl...@gmail.com> ---
(In reply to Michael Osipov from comment #1)
> The SOAP sampler has been removed from JMeter. Only HTTP Sampler which means
> that you have implement XOP on your own.
> 
> You'd be better off with https://github.com/spinning10/JMeterSoapSampler/wiki

Status change after last reply.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 61732] XOP support to handle SOAP requests with attachments

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61732

Michael Osipov <mi...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Michael Osipov <mi...@apache.org> ---
The SOAP sampler has been removed from JMeter. Only HTTP Sampler which means
that you have implement XOP on your own.

You'd be better off with https://github.com/spinning10/JMeterSoapSampler/wiki

-- 
You are receiving this mail because:
You are the assignee for the bug.