i have a problem when i m creating my web services of class.... but this warning is coming..
Error is : "The service class "com.moksha.ws.test.LoginInsertInformation" does not comply to one or more requirements of the JAX-RPC 1.1 specification, and may not deploy or function correctly."
so further when i continue for create web services for this class(LoginInsertInformation.java) .. two more error are coming like this..
1. IWAB0237W The Sample JSP client does not support arrays:obj
2. IWAB0189W The Sample JSP client omitted some methods because they contained unsupported types.
so web service is creating but the method for which i am creating the web service is not included in wsdl file.