below is SEI 
@WebService(targetNamespace = "http://ecs.com/";)
@SOAPBinding(style = Style.RPC, use = Use.LITERAL)
public interface ImportInfoEndPoint {
        

        @WebMethod(operationName = "importInfo")
        @ResponseWrapper(className = "com.ResultSE")
        @WebResult(name = "ResultSE")
        ResultSE[] importSubscriberInfo(
                        @WebParam(name = "RequestInfoArray") RequestInfo[] 
RequestInfoArray);

}


Thanks .
-- 
View this message in context: 
http://camel.465427.n5.nabble.com/passing-Complex-parameter-in-web-CXF-web-service-tp2261479p2262471.html
Sent from the Camel Development mailing list archive at Nabble.com.

Reply via email to