DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=33007>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=33007 Summary: cannot use a variable to control the protocol used to access a web service Product: JMeter Version: 2.0.2 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Main AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] In my test plan for testing our web service, I want to use a variable ${protocol} in order to specify the URL of the asmx file I am using. Steps: - Create a WEBService request - Do not enter a value for the WSDL URL, go directly to the URL field - Type ${protocol}://${server}:${port}/${servicename}/ - Select another branch in the tree, when I go back, the URL field has been replaced with http://${server}:${port}/${servicename}/, no matter whether I specified "http" or "https" as the value of ${protocol}. Why is it not possible to use a variable to specify the protocol I want to use? -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
