package com.cxfws.gkjcxx.service; import javax.jws.WebMethod; import javax.jws.WebResult; import javax.jws.WebService; import com.xt.jygl.gkjcxx.ax.entity.AxEntity; @WebService(targetNamespace = "http://service.web.jsjty.com/", portName = "axWebServicePort", serviceName = "axWebService") public interface IAxxxService { @WebMethod(operationName = "findAx",action="http://service.web.jsjty.com/findAx") @WebResult(name = "result",targetNamespace = "http://service.web.jsjty.com/") public String findAx(int page,int rows, String szdid,String szgkid,String szgqid,String axmc,String lyztid,String ssjyr); public String findOne(String id); public String save(AxEntity code, String szdid, String szgkid, String szgqid, String ssjyrid, String axlxid, String axgnid, String lyztid,String nbaid); public String delete(String id); }