Beispiel #1
0
 public string ShareDataXML(string userid, string password, System.DateTime startDate, System.DateTime endDate)
 {
     WxjzgcjczyTimerService.DataShareServiceSpace.ShareDataXMLRequest inValue = new WxjzgcjczyTimerService.DataShareServiceSpace.ShareDataXMLRequest();
     inValue.Body           = new WxjzgcjczyTimerService.DataShareServiceSpace.ShareDataXMLRequestBody();
     inValue.Body.userid    = userid;
     inValue.Body.password  = password;
     inValue.Body.startDate = startDate;
     inValue.Body.endDate   = endDate;
     WxjzgcjczyTimerService.DataShareServiceSpace.ShareDataXMLResponse retVal = ((WxjzgcjczyTimerService.DataShareServiceSpace.DataShareServiceSoap)(this)).ShareDataXML(inValue);
     return(retVal.Body.ShareDataXMLResult);
 }
Beispiel #2
0
 WxjzgcjczyTimerService.DataShareServiceSpace.ShareDataXMLResponse WxjzgcjczyTimerService.DataShareServiceSpace.DataShareServiceSoap.ShareDataXML(WxjzgcjczyTimerService.DataShareServiceSpace.ShareDataXMLRequest request)
 {
     return(base.Channel.ShareDataXML(request));
 }