TesterNo1
10 years agoContributor
Unable to access jar files added to ext folder from soapui
Hi,
I created my project related db classes in java using eclipse IDE.I placed the jar in ext.When i try to acces the class from soapui,i see below error.
groovy.lang.MissingMethodException: No signature of method: Script2.mySQLResults() is applicable for argument types: (mySQLResults) values: [mySQLResults@6303182c] error at line: 1
But i am able to see the function under the obj instance.
mySQLResults obj3=new mySQLResults()
When i do obj3. , i see all the functions under the class.
I am already using few classes in this manner and never had issue.In fact, this was just extension made to the file.Does someonw have a clue on what could be the reason ?
Thanks in advance,
VG
I just deleted the class file and recreated one more.Same code without any change worked.Strange but it worked.