Quantcast
Viewing all articles
Browse latest Browse all 2504

Beginner in RightNow (1 Comment)

Topic by Sreelash S

Content

Hi,

I am a newbie in using RightNow services. We have a requirement to fetch the contact details from CRM and display in an iOS application. We are using objective C for iOS.

We have created a library for RightNowSyncService from an X.wsdl file using the tool "WSDL2ObjC-0.6". Then we have used the following code to send an http request

Following the error response that we are getting.

ResponseStatus: 500

ResponseHeaders: {

    "Content-Encoding" = gzip;

    "Content-Length" = 279;

    "Content-Type" = "text/xml;charset=UTF-8";

    Date = "Fri, 19 Apr 2013 07:38:15 GMT";

    "RNT-Machine" = "1.66, 1.34";

    "RNT-Time" = "D=301069 t=1366357095029297, D=315478 t=1366357095018254";

    Server = Apache;

    "X-Cnection" = close;

}

ResponseBody: Username token required. Cannot find in the security header

Can anyone helps to identify the issue. Are we missing anything from the request?

Thanks and regards,

Sree

Code Block


Viewing all articles
Browse latest Browse all 2504

Trending Articles