예제 #1
0
 public getMatch.worldCupServer.ArrayOfMatch getMatch(string team)
 {
     getMatch.worldCupServer.getMatchRequest inValue = new getMatch.worldCupServer.getMatchRequest();
     inValue.Body      = new getMatch.worldCupServer.getMatchRequestBody();
     inValue.Body.team = team;
     getMatch.worldCupServer.getMatchResponse retVal = ((getMatch.worldCupServer.worldCupSoap)(this)).getMatch(inValue);
     return(retVal.Body.getMatchResult);
 }
예제 #2
0
 getMatch.worldCupServer.getMatchResponse getMatch.worldCupServer.worldCupSoap.getMatch(getMatch.worldCupServer.getMatchRequest request)
 {
     return(base.Channel.getMatch(request));
 }