Can you try to remove the @SOAPBinding annotation and try again ?
Willem devkatiyar wrote:
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 .