posted 20 years ago
Hello
I have a package package firstpackage with method public static boolean handleResponse(MessageContext msgContext)
Which i need to cal from package seconpackage
But i can't seem to call it. I've imported the package but when i do
firstpackage.handleResonse it dosen't like it
Can someone please help
Many thanks