Forum Discussion
nullman
14 years agoOccasional Contributor
dmllc wrote: look at the centralized endpoint example on this page - http://www.soapui.org/Functional-Testin ... rties.html
Those instructions, as written, can't possibly work.
They set ServiceEndpoint = "http://127.0.0.1:8080"
Then set the endpoint to use "http://${#Project#ServiceEndpoint}/xxxxx"
This would send the request to "http://http://127.0.0.1:8080"
One or the other needs http:// removed.