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 7602235
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T23:21:41+00:00 2026-05-30T23:21:41+00:00

I want to send as an object as json HTTP Headers: { Content-Length =

  • 0

I want to send as an object as json

HTTP Headers: {
    "Content-Length" = 24;
    "Content-Type" = "application/json";
}
HTTP Body: {"userId":"5","mode":""}.

and get back a json

HTTP Headers: {
    "Content-Type" = "application/json";
}
HTTP Body: {"insertCount":4,"offerCount":0,"favoriteOfferCount":0,"favoriteInsertCount":0}

and map it to an object, can anyone guide me as i’m getting many errors involving routers,object loader etc

I understand that i have to use RKObjectManager’s postObject:mapResponseWith:delegate:

but configuring it is confusing.

  • 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-30T23:21:42+00:00Added an answer on May 30, 2026 at 11:21 pm

    never mind here’s how i did it

    @interface RestKitUtil :  NSObject <RKObjectLoaderDelegate,RKRequestDelegate>
    -(void)postobj;
    @end
    
    
    @implementation RestKitUtil
    
    -(void)postobj{
    
        RKLogConfigureByName("RestKit/Network", RKLogLevelTrace);
       [RKObjectManager objectManagerWithBaseURL:@"http://10.6.10.121:80/CW_war"];
    
        RKObjectMapping* mapping = [RKObjectMapping mappingForClass:[CountResultVO class]];
        [mapping mapKeyPathsToAttributes:
         @"offercount", @"offercount",
         @"insertCount", @"insertCount",
         @"favouriteOfferCount", @"favouriteOfferCount",
         @"favouriteInsertCount", @"favouriteInsertCount",
         nil];
    
    
       RKObjectRouter *router = [RKObjectManager sharedManager].router;
        [router routeClass:[BasicUserArgVo class] toResourcePath:@"/getMyOffersCount" forMethod:RKRequestMethodPOST];
    
        [RKObjectManager sharedManager].objectStore = [RKManagedObjectStore objectStoreWithStoreFilename:@"objStore.sqlite"];
    
        RKObjectMapping *listMapping = [RKObjectMapping mappingForClass:[BasicUserArgVo class]];    
        [listMapping mapKeyPath:@"userId" toAttribute:@"userId"];
        [listMapping mapKeyPath:@"mode" toAttribute:@"mode"];
    
        [[RKObjectManager sharedManager].mappingProvider addObjectMapping:listMapping ];
    
        [[RKObjectManager sharedManager].mappingProvider setSerializationMapping:[listMapping inverseMapping] forClass:[BasicUserArgVo class]];
    
        [[RKObjectManager sharedManager] setSerializationMIMEType:RKMIMETypeJSON];
        //NSUTF8StringEncoding
        [[RKObjectManager sharedManager] setAcceptMIMEType:RKMIMETypeJSON];
    
    
        BasicUserArgVo *bvo = [[BasicUserArgVo alloc] initWithUserId:5];
    
        [[RKObjectManager sharedManager] postObject:bvo mapResponseWith:mapping delegate:self]; 
    }
    
    
    - (void)objectLoader:(RKObjectLoader*)objectLoader didLoadObjects:(NSArray*)objects {
        CountResultVO* cvo = [objects objectAtIndex:0];
    
        NSLog(@"values:%ld,%ld,%ld,%ld",[cvo offercount],[cvo insertCount],
              [cvo favouriteOfferCount],[cvo favouriteInsertCount] );
    }
    
    - (void)objectLoader:(RKObjectLoader *)objectLoader didFailWithError:(NSError *)error {
        NSString *msg = [NSString stringWithFormat:@"Error: %@", [error localizedDescription]];
        NSLog(@"log : %@",msg);    
    }
    
    @end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to create a json object in vb.net to send the response back
function JsonCall() { JsonClient.setRequestHeader(Content-type, application/json); JsonClient.send(Data); JsonClient.onload = function() { SomeOtherFunction(this.responseText); } } //
For now, I just want to use HTTP POST to send json to asp.net
I want to send a JSON object to facebook, but only using javascript/ajax i.e
I have an XML object that I want to send to my player via
Want to send the text from my current vb application to the Active Window
I want to send email from a Ruby application. Is there a call in
I want to send the following JSON text {Email:aaa@tbbb.com,Password:123456} to a web service and
I want to return a json object from the onreadystatechange = function(){}, but I
I want to convert the html tag objects to json object in the javascript

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.