Forum Discussion
sweetfa
12 years agoOccasional Contributor
The clue is in the wording of the error
SoapUI is actually finding the library, however the type of object that is passed through as a modelItem is different depending on whether it is being run from the TestStep or the TestCase.
By changing the type of the modelItem to an AbstractModelItem the code then works.
Be aware that different mechanisms provide different modelItem classes.
No signature of method .... is applicable
SoapUI is actually finding the library, however the type of object that is passed through as a modelItem is different depending on whether it is being run from the TestStep or the TestCase.
By changing the type of the modelItem to an AbstractModelItem the code then works.
Be aware that different mechanisms provide different modelItem classes.