jaxws:@SOAPBinding annotation does not generate the specified style in the 
resulting WSDL
-----------------------------------------------------------------------------------------

                 Key: WSAS-651
                 URL: http://wso2.org/jira/browse/WSAS-651
             Project: WSO2 WSAS
          Issue Type: Bug
          Components: core
         Environment: winxp, jdk15, WSAS-2.2-qabuild2
            Reporter: Charitha Kankanamge
         Assigned To: Lahiru Sandakith
            Priority: Critical


I had an annotated service implementation class as follows.

@WebService(targetNamespace="http://www.openuri.org/jsr181/WebParamExample";)
@SOAPBinding(style=SOAPBinding.Style.RPC)
public class Webparamtestservice {
        @WebMethod(operationName = "jaxwsEchoMethod")
        public String echoString(@WebParam(name="stringIn")String s){
                return s;
        }
        }

When I deployed this, I expected to have RPC binding in the resulting wsdl 
(?wsdl). Instead, the generated wsdl had Document binding style.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

_______________________________________________
Wsas-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev

Reply via email to