[wsas-java-dev] [jira] Created: (WSAS-651) jaxws:@SOAPBinding annotation does not generate the specified style in the resulting WSDL

Charitha Kankanamge (JIRA) jira at wso2.org
Wed Dec 12 01:47:03 PST 2007


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

        




More information about the Wsas-java-dev mailing list