Forum Discussion

chary_chelloji's avatar
chary_chelloji
Occasional Contributor
17 years ago

Loading Soap UI project files on Soap 2.5.1 Pro after using Soap UI 3.0 Pro

Hello,

we have been using Soap UI 2.5.1 Pro version and created many project files using this version.

Recently, we have upgraded to Soap UI pro 3.0 version and ran all scripts successfully.

Now, these scripts are not getting opened in the Soap UI Pro 2.5.1 version. Please
do lets know solution to come out of this compatibility problem.

4 Replies

  • Hi!

    If you are testing REST/HTTP services then your projects will not be backwards compatible due to the REST model changes in 3.0.

    If you are not using this functionality, could you give us details on what kind of errors are you getting when opening them in the older version?

    regards!

    /Ole
    eviware.com
  • chary_chelloji's avatar
    chary_chelloji
    Occasional Contributor
    It is throwing java.lang.NullPointerException the moment I load project file.
  • Hi!

    ok.. and does your project have REST or HTTP Requests? If not, can you show the contents of the error log?

    regards,

    /Ole
    eviware.com
  • chary_chelloji's avatar
    chary_chelloji
    Occasional Contributor
    Thanks for the updates.

    This project file doesn't have any HTTP and REST requests. Please find the log details below,

    2009-08-28 18:34:10,274 ERROR [errorlog] java.lang.NullPointerException
    java.lang.NullPointerException
    at com.eviware.soapui.impl.wsdl.WsdlProject.resolve(WsdlProject.java:1266)
    at com.eviware.soapui.support.resolver.ResolveDialog.resolve(ResolveDialog.java:216)
    at com.eviware.soapui.impl.WorkspaceImpl.resolveProject(WorkspaceImpl.java:373)
    at com.eviware.soapui.impl.WorkspaceImpl.importProject(WorkspaceImpl.java:358)
    at com.eviware.soapui.impl.actions.ProImportWsdlProjectAction.perform(SourceFile:40)
    at com.eviware.soapui.impl.actions.ProImportWsdlProjectAction.perform(SourceFile:10)
    at com.eviware.soapui.support.action.swing.SwingActionDelegate.actionPerformed(SwingActionDelegate.java:100)
    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.Window.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)