Forum Discussion

svangeti's avatar
14 years ago

Can not add new WSDL project/update definition in soapUI3.5

I can not create new wsdl project or update existing wsdl project definiton even though the wsdl hosted on local machine and can browse to wsdl using IE browser.
Loading definition dialogue comes up and never finishes(The Loading definition dialogue keeps loading forever).
Whats the problem with this?
Can any one help on this?
I am using soapUI.35 on windows 2003.

Thanks,
svangeti

8 Replies

  • andersot's avatar
    andersot
    Occasional Contributor
    I'm seeing the same problem (Windows 7, IE . Here is the complete stack for my issue from the error log...

    Wed Aug 04 10:17:27 CDT 2010:ERROR:java.lang.Exception: Load of url [http://demo.turtletech.com/latest/webAPI/metering.asmx?WSDL] was aborted
    java.lang.Exception: Load of url [http://demo.turtletech.com/latest/webAPI/metering.asmx?WSDL] was aborted
    at com.eviware.soapui.impl.wsdl.support.wsdl.UrlWsdlLoader.load(UrlWsdlLoader.java:151)
    at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlLoader.loadXmlObject(WsdlLoader.java:107)
    at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:519)
    at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:508)
    at com.eviware.soapui.impl.support.definition.support.AbstractDefinitionCache.update(AbstractDefinitionCache.java:97)
    at com.eviware.soapui.impl.support.definition.support.AbstractDefinitionContext$Loader.construct(AbstractDefinitionContext.java:221)
    at com.eviware.soapui.support.swing.SwingWorkerDelegator.construct(SwingWorkerDelegator.java:46)
    at com.eviware.soapui.support.swing.SwingWorker$2.run(SwingWorker.java:140)
    at java.lang.Thread.run(Unknown Source)
    Wed Aug 04 10:17:27 CDT 2010:ERROR:java.lang.Exception: java.lang.Exception: Load of url [http://demo.turtletech.com/latest/webAPI/metering.asmx?WSDL] was aborted
    java.lang.Exception: java.lang.Exception: Load of url [http://demo.turtletech.com/latest/webAPI/metering.asmx?WSDL] was aborted
    at com.eviware.soapui.impl.support.definition.support.AbstractDefinitionContext.load(AbstractDefinitionContext.java:157)
    at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlImporter.importWsdl(WsdlImporter.java:82)
    at com.eviware.soapui.impl.WsdlInterfaceFactory.importWsdl(WsdlInterfaceFactory.java:74)
    at com.eviware.soapui.impl.WsdlInterfaceFactory.importWsdl(WsdlInterfaceFactory.java:56)
    at com.eviware.soapui.impl.actions.NewWsdlProjectAction.importWsdl(NewWsdlProjectAction.java:215)
    at com.eviware.soapui.impl.actions.NewWsdlProjectAction.perform(NewWsdlProjectAction.java:151)
    at com.eviware.soapui.impl.actions.NewWsdlProjectAction.perform(NewWsdlProjectAction.java:51)
    at com.eviware.soapui.support.action.swing.SwingActionDelegate.actionPerformed(SwingActionDelegate.java:104)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.AbstractButton.doClick(Unknown Source)
    at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
    at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
    at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at javax.swing.JComponent.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    Caused by: java.lang.Exception: Load of url [http://demo.turtletech.com/latest/webAPI/metering.asmx?WSDL] was aborted
    at com.eviware.soapui.impl.wsdl.support.wsdl.UrlWsdlLoader.load(UrlWsdlLoader.java:151)
    at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlLoader.loadXmlObject(WsdlLoader.java:107)
    at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:519)
    at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:508)
    at com.eviware.soapui.impl.support.definition.support.AbstractDefinitionCache.update(AbstractDefinitionCache.java:97)
    at com.eviware.soapui.impl.support.definition.support.AbstractDefinitionContext$Loader.construct(AbstractDefinitionContext.java:221)
    at com.eviware.soapui.support.swing.SwingWorkerDelegator.construct(SwingWorkerDelegator.java:46)
    at com.eviware.soapui.support.swing.SwingWorker$2.run(SwingWorker.java:140)
    at java.lang.Thread.run(Unknown Source)
    Wed Aug 04 10:17:27 CDT 2010:ERROR:com.eviware.soapui.support.SoapUIException: Error importing wsdl
    com.eviware.soapui.support.SoapUIException: Error importing wsdl
    at com.eviware.soapui.impl.WsdlInterfaceFactory.importWsdl(WsdlInterfaceFactory.java:80)
    at com.eviware.soapui.impl.WsdlInterfaceFactory.importWsdl(WsdlInterfaceFactory.java:56)
    at com.eviware.soapui.impl.actions.NewWsdlProjectAction.importWsdl(NewWsdlProjectAction.java:215)
    at com.eviware.soapui.impl.actions.NewWsdlProjectAction.perform(NewWsdlProjectAction.java:151)
    at com.eviware.soapui.impl.actions.NewWsdlProjectAction.perform(NewWsdlProjectAction.java:51)
    at com.eviware.soapui.support.action.swing.SwingActionDelegate.actionPerformed(SwingActionDelegate.java:104)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.AbstractButton.doClick(Unknown Source)
    at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
    at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
    at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at javax.swing.JComponent.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    Caused by: java.lang.Exception: java.lang.Exception: Load of url [http://demo.turtletech.com/latest/webAPI/metering.asmx?WSDL] was aborted
    at com.eviware.soapui.impl.support.definition.support.AbstractDefinitionContext.load(AbstractDefinitionContext.java:157)
    at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlImporter.importWsdl(WsdlImporter.java:82)
    at com.eviware.soapui.impl.WsdlInterfaceFactory.importWsdl(WsdlInterfaceFactory.java:74)
    ... 32 more
    Caused by: java.lang.Exception: Load of url [http://demo.turtletech.com/latest/webAPI/metering.asmx?WSDL] was aborted
    at com.eviware.soapui.impl.wsdl.support.wsdl.UrlWsdlLoader.load(UrlWsdlLoader.java:151)
    at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlLoader.loadXmlObject(WsdlLoader.java:107)
    at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:519)
    at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:508)
    at com.eviware.soapui.impl.support.definition.support.AbstractDefinitionCache.update(AbstractDefinitionCache.java:97)
    at com.eviware.soapui.impl.support.definition.support.AbstractDefinitionContext$Loader.construct(AbstractDefinitionContext.java:221)
    at com.eviware.soapui.support.swing.SwingWorkerDelegator.construct(SwingWorkerDelegator.java:46)
    at com.eviware.soapui.support.swing.SwingWorker$2.run(SwingWorker.java:140)
    at java.lang.Thread.run(Unknown Source)
  • teejay44's avatar
    teejay44
    New Contributor
    Exact same issue here. Worked for about an hour the first day I installed about 2 or 3 months ago, then hasn't worked since, even w/ same WSDL's I've used before. Can't go back to the test scripts in those projects anymore either. It just spins on Loading Definition.

    I'm on Win7 x64.

    I'd buy the Pro if it did work as I remember loving it for the hour it worked.
  • teejay44's avatar
    teejay44
    New Contributor
    UPDATE: I got it working

    I opened a test request on a project I got to work the first time I installed. I had to power through (rapid fire cancel) the load def. pop up about 10 - 15 times then the request finally came up. Attempting to run the web method showed me 'java.net.connectException'. Now that's good error messaging...turns out I did in fact play w/ File > Preferences > Proxy Settings months back after I first installed and never set it back/disabled when done experimenting. It's been fried ever since. Now it works great again. Remember, if you're not accessing an authenticated web service, then remember to go back and disable the proxy settings. Whew...may cough up now for pro.
  • I need assistance with an issue that sounds similiar to this one.

    My collegue and I installed soupuiPro and he can access the wsdl and I cannot. I recieve a dialog box that says loading definition. The dialog box "spins" and does not load the wsdl/create the project.

    I am very new to soapuipro.

    Thanks for your assistance.
  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    That sounds like an issue with the network. Maybe there is a firewall between you and the wsdl? Can you access it with any other utilities?

    /Nenad
    http://eviware.com
  • eviware support wrote:
    That sounds like an issue with the network. Maybe there is a firewall between you and the wsdl? Can you access it with any other utilities?

    /Nenad
    http://eviware.com


    Please, i would really appreciate any suggestions. In my case, the problem is the same, with the following difference: i am entering user and password because imported schemas on the wsdl reference resources in our customer network. The problem is that we are succesfully accessing them with any other application. And http log doesnt register any data that we can show to ask extra permissions or anything else.
  • ALI_G's avatar
    ALI_G
    New Contributor
    Hello all,

    I have an issue with soapUI 3.6. when I try to "ADD WSDL" definition to a project what I have in locale (wsdl + xsd), but it doesn't load this wsdl and soapUI doesn't show me any error (soapUI log has some logs but it doesn't contain any error, other logs are empty) My steps were the follows:
    1. create project
    2. add wsdl (select from hard drive, click OK button)
    3. nothing happened.

    I've checked my project's overview bar's Interface Summary but everything is empty. Absolutely no idea, because with other wsdl it works on my windows XP sp3 (32 bit), and wsdl should be vaild (checked with Eclipse IDE).

    Any suggestions are welcome!
  • ALI_G's avatar
    ALI_G
    New Contributor
    I've missed one of the soapUI's log.
    Mon Oct 11 05:06:39 PDT 2010:INFO:Finding importer for {urn:asdf:eee:platform:samples:something:sampleservice:v1:contract}SampleServiceJMS
    Mon Oct 11 05:06:39 PDT 2010:INFO:Missing importer for {urn:asdf:eee:platform:samples:something:sampleservice:v1:contract}SampleServiceJMS


    + I've figured out, that my wsdl has a project specific namespace:
    [tt:1y5p4iaa]xmlns:jms="http://abcd/fooo/v1.0"[/tt:1y5p4iaa]

    which used here:
    [tt:1y5p4iaa]<jms:binding defaultMessageType="BytesMessage">
    <jms:encoding type="Hessian"/>
    </jms:binding>[/tt:1y5p4iaa]
    and with this, the wsdl is valid.

    If I modify it to
    [tt:1y5p4iaa]<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" defaultMessageType="BytesMessage">
    <jms:encoding type="Hessian"/>
    </soap:binding>[/tt:1y5p4iaa]
    than soapUI will open this WSDL, but it won't good for us.

    What should I do?