I am a webservice beginner. Is it required to have two different projects having separate EAR for developing a Web Service and its client both?(JAX-WS based)
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Since you are using SOAP via JAX-WS you can develop the client using any programming language and technology you like (as long as it knows about SOAP).
So, yes, you should definitely separate server and client, even if you develop the client in Java, too.