posted 10 years ago
How are you packaging the war file? Is the ProductCatalog class under the folder "java/kabita"?
Is your productCategories() method the method to call in the web service? If so add the @WebMethod annotation for it. For web methods, the operationName attribute should be present.
Similarly for @WebService annotation there is a serviceName attribute.
Let say I have a Hello web service:
K. Tsang CEng MBCS PMP PMI-ACP OCMJEA OCPJP