Forum Discussion
SiKing
15 years agoCommunity Hero
dmllc wrote: look at the centralized endpoint example on this page - http://www.soapui.org/Functional-Testin ... rties.html
Tried this, but I still see
2011-01-31 08:17:28,988 INFO [SchemaUtils] Loading schema types from [https://serverA/WebServices/SVPSWebService/CardComponent/CardInformation.asmx?WSDL]
in the soap-ui.log, where "serverA" is the endpoint that I coded my tests against and not what I passed with the -P. Which only leads to more questions.

Using the above technique, when I am running from the command line, is there any difference between using -PServiceEndoint=my.host and -hmy.host ? I suspect the answer is: no.
What exactly is "Loading schema types"? What will happen to my tests if this server is not reachable? I tried manually editing the -project.xml to something that does not exist, and the tests still appear to run fine.
TIA for any insight.