Bug 51830 - Webservice Soap Request triggers too many popups when Webservice WSDL URL is down
Summary: Webservice Soap Request triggers too many popups when Webservice WSDL URL is ...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.5
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on: 51822
Blocks:
  Show dependency tree
 
Reported: 2011-09-15 19:57 UTC by Philippe Mouawad
Modified: 2011-09-16 00:14 UTC (History)
1 user (show)



Attachments
Patch to this issue (3.68 KB, patch)
2011-09-15 19:59 UTC, Philippe Mouawad
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Mouawad 2011-09-15 19:57:30 UTC
When you click on a node you get the popup saying:
"The WSDL was not valid, please double check the url. ..."

After fix of 50424, this issue appears since WSDL URL is called to fill the drop down list.
The fact that it appears so many times is related to another issue 51822 which is to be fixed to completely solve the issue.


In the meantime I propose the following:
- Popup will be hidden when browseWSDL is called during configuration of node
- Popup will be shown when browseWSDL is called when user clicks Load WSDL

Regards
Philippe
http://www.ubik-ingenierie.com
Comment 1 Philippe Mouawad 2011-09-15 19:59:34 UTC
Created attachment 27504 [details]
Patch to this issue
Comment 2 Milamber 2011-09-16 00:13:54 UTC
Thanks. Fixed
Don't forget to use JMeter's rules code formatting for new code.
http://wiki.apache.org/jakarta-jmeter/JMeterEclipse




URL: http://svn.apache.org/viewvc?rev=1171327&view=rev
Log:
Bug 51830 - Webservice Soap Request triggers too many popups when Webservice WSDL URL is down

Modified:
    jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/gui/WebServiceSamplerGui.java
    jakarta/jmeter/trunk/xdocs/changes.xml
Comment 3 Milamber 2011-09-16 00:14:50 UTC
URL: http://svn.apache.org/viewvc?rev=1171336&view=rev
Log:
WebService(SOAP) request - add a connect timeout to get the wsdl used to populate Web Methods when server doesn't response

Modified:
    jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/WSDLHelper.java
    jakarta/jmeter/trunk/xdocs/changes.xml
Comment 4 The ASF infrastructure team 2022-09-24 20:37:46 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2542