public ToolkitResultProtocol FulfillPartRequest(FulfillPartRequestSetupProtocol setupParam)
 {
     object[] results = this.Invoke("FulfillPartRequest4", new object[] {
                 setupParam});
     return ((ToolkitResultProtocol)(results[0]));
 }
        internal Protocol.FulfillPartRequestSetupProtocol ToProtocol()
        {
            Protocol.FulfillPartRequestSetupProtocol protocol = new Protocol.FulfillPartRequestSetupProtocol();

            protocol.PartRequestDetailIDNum = this.PartRequestDetailIDNum;
            protocol.Quantity = this.Quantity;
            protocol.FromGood = this.FromGood;
            protocol.ToGood = this.ToGood;
            protocol.SerialNumber = this.SerialNumber;
            protocol.NewStatus = this.NewStatus;
            protocol.UserName = this.UserName;
            protocol.FulfillDate = this.FulfillDate;
            protocol.GenerateTimeBombs = this.GenerateTimeBombs;
            protocol.UseTransitions = this.UseTransitions;
            protocol.ToLocation = this.ToLocation;
            protocol.FromLocation = this.FromLocation;
            protocol.ConstructorCue = this.ConstructorCue;
            protocol.DirtyFieldFlags = this.DirtyFieldFlags;

            return protocol;
        }
 /// <remarks/>
 public System.IAsyncResult BeginFulfillPartRequest4(FulfillPartRequestSetupProtocol setupParam, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("FulfillPartRequest4", new object[] {
                 setupParam}, callback, asyncState);
 }