Esempio n. 1
0
    public getUnpackedShellsResponse getUnpackedShells(getUnpackedShellsRequest UnpackedShells)
    {
        getUnpackedShellsRequest1  request  = new getUnpackedShellsRequest1(UnpackedShells);
        getUnpackedShellsResponse1 response = this.getUnpackedShells(request);

        return(response.getUnpackedShellsResult);
    }
Esempio n. 2
0
    private getUnpackedShellsResponse1 getUnpackedShells(getUnpackedShellsRequest1 request)
    {
        CFInvokeInfo info = new CFInvokeInfo();

        info.Action            = "http://tempuri.org/IBarcode/getUnpackedShells";
        info.RequestIsWrapped  = true;
        info.ReplyAction       = "http://tempuri.org/IBarcode/getUnpackedShellsResponse";
        info.ResponseIsWrapped = true;
        getUnpackedShellsResponse1 retVal = base.Invoke <getUnpackedShellsRequest1, getUnpackedShellsResponse1>(info, request);

        return(retVal);
    }
Esempio n. 3
0
    private getUnpackedShellsResponse1 getUnpackedShells(getUnpackedShellsRequest1 request)
    {
        CFInvokeInfo info = new CFInvokeInfo();

        info.Action            = "";
        info.RequestIsWrapped  = false;
        info.ReplyAction       = "*";
        info.ResponseIsWrapped = false;
        getUnpackedShellsResponse1 retVal = base.Invoke <getUnpackedShellsRequest1, getUnpackedShellsResponse1>(info, request);

        return(retVal);
    }