I am using EJB3 webservice and Jaxb. No where in my input xsd I have metioned an element arg0. But its getting created when I open the WSDL in my SOAP UI. How do I avoid this?
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.
Think getting arg0, arg1 is a JAXWS specification. If we want to customize it we have to use @WebParam and @WebResult annotations to specify nice names. If someone can validate this understanding it would be great.