10. JAX WS coderanch.com
Hi folks, I am new to web service development, i have been trying to develop a sample web service, but i see a problem in returning the custom data type from the web service. complete details below: my SEI is as below @WebService @SOAPBinding(style = Style.DOCUMENT) public interface StudentService { /** * Fetches the student object based on the student ID ...