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/08/14 12:41:30 UTC

[Bug 53715] New: JMeter does not load WSDL

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

          Priority: P2
            Bug ID: 53715
          Assignee: issues@jmeter.apache.org
           Summary: JMeter does not load WSDL
          Severity: blocker
    Classification: Unclassified
                OS: Windows XP
          Reporter: carettoa@yahoo.com
          Hardware: PC
            Status: NEW
           Version: 2.7
         Component: Main
           Product: JMeter

Created attachment 29225
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=29225&action=edit
My wsdl file

Dear All,
my jmeter installation (2.7 r1342410) does not load my simple wsdl, both by
file (with url "file:C:\Program
Files\apache-jmeter-2.7\bin\mytest\WSMyUpper.wsdl") and by http (with url
"http://127.0.0.1:7001/MyLastWSProject/MyOperations?WSDL").

When i push the "Load WSDL" button, nothing appear in the "Web methods" box.

Attached you can find my wsdl file.

Thanks a lot and best regards.
   Antonio

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

[Bug 53715] JMeter does not load WSDL

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

carettoa@yahoo.com changed:

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

--- Comment #4 from carettoa@yahoo.com ---
I have just attached the jmeter.log file produced putting in DEBUG the contents
of jmeter.properties, like the following:


log_level.jmeter=DEBUG
log_level.jmeter.junit=DEBUG
log_level.jmeter.control=DEBUG
log_level.jmeter.testbeans=DEBUG
log_level.jmeter.engine=DEBUG
log_level.jmeter.threads=DEBUG
log_level.jmeter.gui=WARN
log_level.jmeter.testelement=DEBUG
log_level.jmeter.util=WARN
log_level.jmeter.util.classfinder=WARN
log_level.jmeter.test=DEBUG
log_level.jmeter.protocol.http=DEBUG
# For CookieManager, AuthManager etc:
log_level.jmeter.protocol.http.control=DEBUG
log_level.jmeter.protocol.ftp=DEBUG
log_level.jmeter.protocol.jdbc=DEBUG
log_level.jmeter.protocol.java=DEBUG
log_level.jmeter.testelements.property=DEBUG
log_level.jorphan=DEBUG

Thanks a lot.
   Antonio

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

[Bug 53715] JMeter does not load WSDL

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

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

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

--- Comment #7 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Date: Mon Aug 20 19:41:59 2012
New Revision: 1375186

URL: http://svn.apache.org/viewvc?rev=1375186&view=rev
Log:
Bug 53715 - JMeter does not load WSDL
Bugzilla Id: 53715

Modified:
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/WSDLHelper.java
    jmeter/trunk/xdocs/changes.xml

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

[Bug 53715] JMeter does not load WSDL

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

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> ---
As a workaround , use soapui to generate your xml soap message from your wsdl.
Then use regular http sampler with post bofy option and past your xml.
Then add a header manager to add the required headers of your ws.

Regards

Philippe M.

Http://www.ubik-ingenierie.com

For this issue, can you put jmeter in debug and attach clean log file ?
Thanks

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

[Bug 53715] JMeter does not load WSDL

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

--- Comment #6 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Issue is due to the fact that current implementation was expecting some
prefixes for wsdl, soap namespaces.

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

[Bug 53715] JMeter does not load WSDL

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

--- Comment #5 from Sebb <se...@apache.org> ---
Note that JMeter only supports an early version of WSDL.

There don't appear to be any WSDL parsers in Java with a suitable licence.
It's a lot of work to create a parser, and it's only needed to create the test
plan - it's not needed at run time.

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

[Bug 53715] JMeter does not load WSDL

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
           Hardware|PC                          |All
                 OS|Windows XP                  |All
           Severity|blocker                     |normal

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

[Bug 53715] JMeter does not load WSDL

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

--- Comment #1 from carettoa@yahoo.com ---
This issue is blocking my test activities. Pleas, could you suggest me how to
solve it?

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

[Bug 53715] JMeter does not load WSDL

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

--- Comment #3 from carettoa@yahoo.com ---
Created attachment 29227
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=29227&action=edit
jmeter log file in DEBUG

The attachment contains log file for jmeter in DEBUG.

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

[Bug 53715] JMeter does not load WSDL

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ezabhi@gmail.com

--- Comment #8 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
*** Bug 42717 has been marked as a duplicate of this bug. ***

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