InventoryLocato
14 years agoContributor
Updating endpoints to use custom properties hangs
Here's the problem.
I am reading the documentation on custom properties located here http://www.soapui.org/Functional-Testin ... rties.html
(btw, the documentation needs to be updated where at screenshot 2. at "Configure the endpoint to use this property via property-expansion" needs to have "http://" removed in the endpoint dialog because if you follow the instructions correctly, you'll get http://http://127.0.0.1:8088)
Anyways, here's the problem. Add a WSDL that has two or more operations (ie, getTemperatureInF & getTemperatureInC) without defining a custom property. Then create a custom property named "ServiceEndpoint" with the URL (for me, it's test-services.blah.blah). Then update the definitions using ${#Project#ServiceEndpoint} for my URL. Then click ok.
When soapUI tries to update both operations at the same time and get hung because of a stupid modal window (my theory).
I am reading the documentation on custom properties located here http://www.soapui.org/Functional-Testin ... rties.html
(btw, the documentation needs to be updated where at screenshot 2. at "Configure the endpoint to use this property via property-expansion" needs to have "http://" removed in the endpoint dialog because if you follow the instructions correctly, you'll get http://http://127.0.0.1:8088)
Anyways, here's the problem. Add a WSDL that has two or more operations (ie, getTemperatureInF & getTemperatureInC) without defining a custom property. Then create a custom property named "ServiceEndpoint" with the URL (for me, it's test-services.blah.blah). Then update the definitions using ${#Project#ServiceEndpoint} for my URL. Then click ok.
When soapUI tries to update both operations at the same time and get hung because of a stupid modal window (my theory).