Example #1
0
 public string ExpressQuery(string Token, string DeliverNum)
 {
     ConsoleApplication1.CGSServiceReference.ExpressQueryRequest inValue = new ConsoleApplication1.CGSServiceReference.ExpressQueryRequest();
     inValue.Body            = new ConsoleApplication1.CGSServiceReference.ExpressQueryRequestBody();
     inValue.Body.Token      = Token;
     inValue.Body.DeliverNum = DeliverNum;
     ConsoleApplication1.CGSServiceReference.ExpressQueryResponse retVal = ((ConsoleApplication1.CGSServiceReference.CGS_ServerSoap)(this)).ExpressQuery(inValue);
     return(retVal.Body.ExpressQueryResult);
 }
Example #2
0
 ConsoleApplication1.CGSServiceReference.ExpressQueryResponse ConsoleApplication1.CGSServiceReference.CGS_ServerSoap.ExpressQuery(ConsoleApplication1.CGSServiceReference.ExpressQueryRequest request)
 {
     return(base.Channel.ExpressQuery(request));
 }