I am trying to use SoapUI 5.3.0 for the first time. Here is what I have done:
Then I see this window:
I type in my Windows credential (to access the proxy server) and then see this error:
Error loading [http://MyComputer/WCFTest/Service1.svc?wsdl]: org.apache.xmlbeans.XmlException:
org.apache.xmlbeans.XmlException: error: Reference to undefined entity: trade
Surely in your case there is a problem with authentication through the proxy using SOAPUI. Hence SOAPUI downloads some error message data instead of the WSDL; and this is the reason why you get a XMLBeans
exception, because XMLBeans
it's trying to parse and error data instead of an well-formed WSDL.
You can try different ways to by-pass this problem:
You can try to configure correctly the proxy in SOAPUI, access through File > Preference and then select proxy tab on the new window, make sure that your proxy configuration is correct (could be also probably that you're not behind a proxy so a setting to none
may solve your problem).
If you can download the WSDL from a browser without problems and you can hit the server endpoint from SOAPUI, then simply download the WSDL save the file in your disk and create the SOAPUI project using the WSDL from the file directly.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With