Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7183513
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T17:59:42+00:00 2026-05-28T17:59:42+00:00

I am dealing with HP Trim web service with no support at all. I

  • 0

I am dealing with HP Trim web service with no support at all. I have to set a request of file using web service. i think i have to set following properties but i am not sure what operation this will be added in.

rcqCurrentLoc(Current Location): 
rcqDetails(Details): 
rcqEndDate(Date of Final Request): 
rcqFrequency(Frequency): 
rcqFrequencyType(Frequency Type): 
rcqHomeLoc(Home Location): 
rcqNotes(Notes): 
rcqRecord(Object): 
rcqRequestDate(Date Object Needed): 
rcqRequestor(Requested By): 

Can someone please help me on this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T17:59:43+00:00Added an answer on May 28, 2026 at 5:59 pm

    I was looking at wrong properties. The request properties are following

    uri(Unique Identifier): 
    reqEndDate(Date of Final Request): 
    reqFrequency(Frequency): 
    reqFrequencyType(Frequency Type): 
    reqName(Request Info): 
    reqNotes(Notes): 
    reqRequestDate(Date Needed): 
    reqRequestor(Requested By): 
    

    and the code is

    public void AddFileRequest(string FileUri,string RequestorUserId, DateTime DateNeeded)
            {
    
    
    List<InputProperty> properties = new List<InputProperty>();
    
            InputProperty property = new InputProperty();
            property.Name = ReqRequstor;
            property.Val = GetUserUri(RequestorUserId);
            properties.Add(property);
    
            property = new InputProperty();
            property.Name = ReqRequestDate;
            property.Val = DateNeeded.ToString();
            properties.Add(property);
    
            ShortcutRecordUri uri = new ShortcutRecordUri();
            uri.Uri = FileUri;
            uri.IsForUpdate = true;
    
            CreateChildItem create = new CreateChildItem();
            create.ChildObjectType = ObjectTypeRequest;
            create.Items = properties.ToArray();
    
            TrimRequest request = new TrimRequest();
            request.Items = new Operation[] { uri, create };
    
            ExecuteRequest(request);
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am have problems dealing with different languages and codeignitors restful service by phil
When dealing with a single file, I'm used to: /blah do some work n
When dealing with a collection of key/value pairs is there any difference between using
Other questions dealing with use of match_parent pre 2.2 have answers stating one should
I'm dealing with a midlet in j2me, and I have this thread class (say
Recently I have been dealing with windows LogonUser API. The LogonUser api returns different
When dealing with something like a List<string> you can write the following: list.ForEach(x =>
When dealing with debugging queries using Profiler and SSMS, its pretty common for me
When dealing with threads (specifically in C++) using mutex locks and semaphores is there
I currently have Zend_Search_Lucene set up as the search engine on the project I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.