Forum Discussion

HakanErdogan's avatar
HakanErdogan
New Contributor
12 years ago

Unexpected element: TAG_END

I am trying to create a new project with a wsdl link. But I get this error:

Error loading [http://www.TheCompany.org.tr:80/TheServices-prod-V1.0/TheService?xsd=1]: org.apache.xmlbeans.XmlException: org.apache.xmlbeans.XmlException: error: Unexpected element: TAG_EN

I searched through the forum but nothing helped me get rid of it.

Any idea what can be done?

Thanks;

3 Replies

  • Aradoc's avatar
    Aradoc
    New Contributor
    I'm having the same issue, the only thing I've been able to check is that this is only happening when I'm behind a proxy, if I get direct connection to the web it works ok, however I change connection to be behind a proxy, configure the proxy connection page, check that the starter page works ok (that's it, I'm connecting to the web behind the proxy), it stops working.

    Did you get a solution for your problem? how?
  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    This message is usually caused by a WSDL file that is not properly structured and cannot be parsed. Or by a WSDL URL that cannot be accessed.

    I would check the bottom "HTTP Log" or "SoapUI Log" tab to see what's going on there.

    Michael Giller
    SmartBear Software
  • Aradoc's avatar
    Aradoc
    New Contributor
    Problem resolved (at last mine),

    It looks like version 4.5.1 had some issues with proxy configuration, after migrating to 4.5.2. problem was resolved.

    Thanks for your help.