Exemplo n.º 1
0
 public string ShareDataXML2(string userid, string password, System.DateTime startDate, System.DateTime endDate, int DataContent, int CurrentPageNum)
 {
     WxjzgcjczyTimerService.DataShareServiceSpace.ShareDataXML2Request inValue = new WxjzgcjczyTimerService.DataShareServiceSpace.ShareDataXML2Request();
     inValue.Body                = new WxjzgcjczyTimerService.DataShareServiceSpace.ShareDataXML2RequestBody();
     inValue.Body.userid         = userid;
     inValue.Body.password       = password;
     inValue.Body.startDate      = startDate;
     inValue.Body.endDate        = endDate;
     inValue.Body.DataContent    = DataContent;
     inValue.Body.CurrentPageNum = CurrentPageNum;
     WxjzgcjczyTimerService.DataShareServiceSpace.ShareDataXML2Response retVal = ((WxjzgcjczyTimerService.DataShareServiceSpace.DataShareServiceSoap)(this)).ShareDataXML2(inValue);
     return(retVal.Body.ShareDataXML2Result);
 }
Exemplo n.º 2
0
 WxjzgcjczyTimerService.DataShareServiceSpace.ShareDataXML2Response WxjzgcjczyTimerService.DataShareServiceSpace.DataShareServiceSoap.ShareDataXML2(WxjzgcjczyTimerService.DataShareServiceSpace.ShareDataXML2Request request)
 {
     return(base.Channel.ShareDataXML2(request));
 }