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 2012/10/14 15:58:52 UTC

[Bug 54006] New: Webservice Sampler : Response status 500 is not considered as an error

https://issues.apache.org/bugzilla/show_bug.cgi?id=54006

          Priority: P2
            Bug ID: 54006
          Assignee: issues@jmeter.apache.org
           Summary: Webservice Sampler : Response status 500 is not
                    considered as an error
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: p.mouawad@ubik-ingenierie.com
          Hardware: All
            Status: NEW
           Version: 2.8
         Component: HTTP
           Product: JMeter

While working on :
53978     SoapSampler : Add an option to allow empty response as successful
result 

I noticed that sampler did not check response status, so a 500 Internal Server
response is considered successful.

It seems it is known since 2.3.3 when empty response began to be considered as
an error.

But this should be mentionned in Known issues

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

[Bug 54006] Webservice Sampler : Response status 500 is not considered as an error

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

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Created attachment 29475
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=29475&action=edit
Sample Tesrt Plan using Mirror Server to show issue

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

[Bug 54006] Webservice Sampler : Response status 500 is not considered as an error due to soap-2.3.1 limitation

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #4 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Soap Sampler is deprecated as of upcoming version JMeter 2.9

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

[Bug 54006] Webservice Sampler : Response status 500 is not considered as an error due to soap-2.3.1 limitation

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Webservice Sampler :        |Webservice Sampler :
                   |Response status 500 is not  |Response status 500 is not
                   |considered as an error      |considered as an error due
                   |                            |to soap-2.3.1 limitation

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

[Bug 54006] Webservice Sampler : Response status 500 is not considered as an error

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

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

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

--- Comment #2 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
This seems to be unfixable unless we :
- change soap.jar version ? but where is it located
- change implementation of Soap Clien (Apache CXF ?)

The issue is that the class used by transport:
- http://kickjava.com/src/org/apache/soap/util/net/HTTPUtils.java

fills status String but does not return it, so issue could be fixed by fixing
the library to return this status.

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

[Bug 54006] Webservice Sampler : Response status 500 is not considered as an error

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |53978

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

[Bug 54006] Webservice Sampler : Response status 500 is not considered as an error

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|2.8                         |2.3.3

--- Comment #3 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Exists since the beginning and up to current version 2.8

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