Hi, all
I have been deploying existing java classes into Web services
by converting them into .jws file.
Do i need to convert all classes into .jws? ( One main class
uses serveral imported classes)
I converted the main class into .jws file only. But when soap
client invokes public method in the main class I got java exception message on
java.lang.IllegalAccessError: try to access method xxx, which means, i think,
that access to the methods of subclasses from the published main
class is not allowed.
What shoud I do?
Thanks for help!!
|