Beispiel #1
0
    public ArrayOfKeyValueOfstringstringKeyValueOfstringstring[] GetHeshes()
    {
        GetHeshesRequest  request  = new GetHeshesRequest();
        GetHeshesResponse response = this.GetHeshes(request);

        return(response.GetHeshesResult);
    }
Beispiel #2
0
    private GetHeshesResponse GetHeshes(GetHeshesRequest request)
    {
        CFInvokeInfo info = new CFInvokeInfo();

        info.Action            = "http://tempuri.org/IUpdater/GetHeshes";
        info.RequestIsWrapped  = true;
        info.ReplyAction       = "http://tempuri.org/IUpdater/GetHeshesResponse";
        info.ResponseIsWrapped = true;
        GetHeshesResponse retVal = base.Invoke <GetHeshesRequest, GetHeshesResponse>(info, request);

        return(retVal);
    }