I created one web service to access database.it, which works fine. but when I try to create a client from this using WSDL, it gives an error like
"The Apache Axis2 Web service runtime does not support the client project"
I am using tomcat 6.0 and Axis2. To create a client, I created a java project, and then tried to create a .SO client. I do not understand why this error occurs. For axis 2, the client project should be a dynamic web project ??
source share