Hi Charitha ,

As I know this is one of the very simple use case of JAX-WS , if this is
not working we have a serious issue with out JAX-WS.
> Hi devs,
>
> I was trying to deploy jax-ws based service using axis2. Here is my
> service impl class. please note that, I did not include any wsdl
> inside the service jar.
>
> @WebService(name= "WSASJAX_Service2", targetNamespace =
> "http://www.webtest.org/jaxws";)
> public class jaxwsservice2 {
>    @WebMethod(operationName = "echomethodString")
>    public String echoMethod(String s){
>        return s;
>    }
>
> }
>
> Axis2 does not handle this service correctly. It takes echoMethod and
> echomethodString as two different methods. Also Axis2 was unable to
> generate wsdl1.1 using the above service impl class. WSDL generation
> was successful when I removed the annotation members of @WEbMethod
> annotation.
>
> It seems that the Axis2 JAX-WS implementation is unable to handle some
> of the annotations which have annon members. I reported a JIRA for
> this issue at https://issues.apache.org/jira/browse/AXIS2-3352
Good.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to