Description
The wsdl generated from the following class is wrapped.
@SOAPBinding(parameterStyle = ParameterStyle.BARE)
@WebService
public class HelloBare {
@WebMethod
public int add(int a, int b)
}
We just get one add message with one xsd:int part , the input message with two parts is expected.