Beispiel #1
0
 public byte[] GetAllCommonFileStreamPolicyZIP(string tripType, string ticketType, string agentUserName, string pwd, string zip)
 {
     BPiaoBao.DomesticTicket.Platforms._baiTuo.GetAllCommonFileStreamPolicyZIPRequest inValue = new BPiaoBao.DomesticTicket.Platforms._baiTuo.GetAllCommonFileStreamPolicyZIPRequest();
     inValue.tripType      = tripType;
     inValue.ticketType    = ticketType;
     inValue.agentUserName = agentUserName;
     inValue.pwd           = pwd;
     inValue.zip           = zip;
     BPiaoBao.DomesticTicket.Platforms._baiTuo.GetAllCommonFileStreamPolicyZIPResponse retVal = ((BPiaoBao.DomesticTicket.Platforms._baiTuo.BaitourServiceSoap)(this)).GetAllCommonFileStreamPolicyZIP(inValue);
     return(retVal.GetAllCommonFileStreamPolicyZIPResult);
 }
Beispiel #2
0
 BPiaoBao.DomesticTicket.Platforms._baiTuo.GetAllCommonFileStreamPolicyZIPResponse BPiaoBao.DomesticTicket.Platforms._baiTuo.BaitourServiceSoap.GetAllCommonFileStreamPolicyZIP(BPiaoBao.DomesticTicket.Platforms._baiTuo.GetAllCommonFileStreamPolicyZIPRequest request)
 {
     return(base.Channel.GetAllCommonFileStreamPolicyZIP(request));
 }