I'd like to import a package in the service which is not the JAVA package.
But axis compiler seems to cause a couple of compilation error.
How can I define the package?
These are the example I used.
==================================
import aaa.*;
import bbb.*;
import ccc.*;
import bbb.*;
import ccc.*;
==================================
Thank you.
