<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>odataobjc Discussions Rss Feed</title><link>http://odataobjc.codeplex.com/Thread/List.aspx</link><description>odataobjc Discussions Rss Description</description><item><title>New Post: Authentication Required Error SharePoint 2010</title><link>http://odataobjc.codeplex.com/discussions/439406</link><description>&lt;div style="line-height: normal;"&gt;Hi.&lt;br /&gt;
&lt;br /&gt;
I am trying to generate a proxy class for my Lists in SharePoint using the odatagen OData Client for Objective C.&lt;br /&gt;
&lt;br /&gt;
On my mac at a terminal I am running the following command:&lt;br /&gt;
&lt;br /&gt;
./odatagen /uri=&lt;a href="http://mydomain/_vti_bin/listdata.svc" rel="nofollow"&gt;http://mydomain/_vti_bin/listdata.svc&lt;/a&gt; /out=/myoutpath /auth=windows /u=DOMAIN/username /p=password&lt;br /&gt;
&lt;br /&gt;
The above command continually returns an Authentication failed error as below:&lt;br /&gt;
&lt;br /&gt;
I can authenticate successfully when I visit the listdata.svc URL in a browser.  Authentication is set to NTLM but I have tried Kerberos for the web application also.&lt;br /&gt;
&lt;br /&gt;
As I understand it the odatagen command should use the supplied credentials to authenticate to SharePoint.&lt;br /&gt;
&lt;br /&gt;
Has anybody tried this proxy class generation using odatagen with SharePoint listdata.svc?&lt;br /&gt;
&lt;/div&gt;</description><author>potmot</author><pubDate>Sun, 07 Apr 2013 12:33:42 GMT</pubDate><guid isPermaLink="false">New Post: Authentication Required Error SharePoint 2010 20130407123342P</guid></item><item><title>New Post: odatagen: Error in saving metadata</title><link>http://odataobjc.codeplex.com/discussions/349744</link><description>&lt;div style="line-height: normal;"&gt;cd'ing into the odatagen directory doesn't solve the issue.&lt;br /&gt;
&lt;/div&gt;</description><author>potmot</author><pubDate>Fri, 05 Apr 2013 11:53:15 GMT</pubDate><guid isPermaLink="false">New Post: odatagen: Error in saving metadata 20130405115315A</guid></item><item><title>New Post: odatagen: Failed to generate proxy classes. Please verify the metadata.</title><link>http://odataobjc.codeplex.com/discussions/439053</link><description>&lt;div style="line-height: normal;"&gt;Im working on Open Data Protocol (OData) which is a standardized protocol for creating and consuming data API's.&lt;br /&gt;
&lt;br /&gt;
I have installed , configured , builded OData  successfully in IOS 6&lt;br /&gt;
&lt;br /&gt;
Currently I'm creating Proxy class to connect to the OData Service using the following command.&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;cd /Users/Shamsu/Applications/ODataObjC/ODataSDKV1-1.3/Framework/bin/ODatagenBinary/MacOSX10.7.sdk/Debug

./odatagen /uri=http://35.35.6.4/MyApp.MyApp3D.DataService/MyApp3DDataService.svc/ /out=/Users/Ramshad/Applications/ODataObjC/ODataSDKV1-1.3/Framework/bin/ODatagenBinary/MacOSX10.7.sdk/Debug  /u=sa /p=123&lt;/code&gt;&lt;/pre&gt;

However I'm getting an error as &lt;br /&gt;
&lt;pre&gt;&lt;code&gt; odatagen: Failed to generate proxy classes. Please verify the metadata&lt;/code&gt;&lt;/pre&gt;

I can see the me&amp;quot;tadata.xml file  is updated as &lt;br /&gt;
&lt;pre&gt;&lt;code&gt; &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&amp;lt;edmx:Edmx Version=&amp;quot;1.0&amp;quot; xmlns:edmx=&amp;quot;http://schemas.microsoft.com/ado/2007/06/edmx&amp;quot;&amp;gt;&amp;lt;edmx:DataServices m:DataServiceVersion=&amp;quot;1.0&amp;quot; m:MaxDataServiceVersion=&amp;quot;3.0&amp;quot; xmlns:m=&amp;quot;http://schemas.microsoft.com/ado/2007/08/dataservices/metadata&amp;quot;&amp;gt;&amp;lt;Schema Namespace=&amp;quot;MyAppDBModel&amp;quot; xmlns=&amp;quot;http://schemas.microsoft.com/ado/2009/11/edm&amp;quot;&amp;gt;&amp;lt;EntityType Name=&amp;quot;User&amp;quot;&amp;gt;&amp;lt;Key&amp;gt;&amp;lt;PropertyRef Name=&amp;quot;UserID&amp;quot; /&amp;gt;&amp;lt;/Key&amp;gt;&amp;lt;Property Name=&amp;quot;UserID&amp;quot; Type=&amp;quot;Edm.Guid&amp;quot; Nullable=&amp;quot;false&amp;quot; /&amp;gt;&amp;lt;Property Name=&amp;quot;UserName&amp;quot; Type=&amp;quot;Edm.String&amp;quot; MaxLength=&amp;quot;10&amp;quot; FixedLength=&amp;quot;true&amp;quot; Unicode=&amp;quot;true&amp;quot; /&amp;gt;&amp;lt;Property Name=&amp;quot;UserDescription&amp;quot; Type=&amp;quot;Edm.String&amp;quot; MaxLength=&amp;quot;50&amp;quot; FixedLength=&amp;quot;false&amp;quot; Unicode=&amp;quot;true&amp;quot; /&amp;gt;&amp;lt;Property Name=&amp;quot;Active&amp;quot; Type=&amp;quot;Edm.Int64&amp;quot; /&amp;gt;&amp;lt;/EntityType&amp;gt;&amp;lt;/Schema&amp;gt;&amp;lt;Schema Namespace=&amp;quot;MyApp.MyApp3D.DataService&amp;quot; xmlns=&amp;quot;http://schemas.microsoft.com/ado/2009/11/edm&amp;quot;&amp;gt;&amp;lt;EntityContainer Name=&amp;quot;MyAppDBEntities&amp;quot; m:IsDefaultEntityContainer=&amp;quot;true&amp;quot; p6:LazyLoadingEnabled=&amp;quot;true&amp;quot; xmlns:p6=&amp;quot;http://schemas.microsoft.com/ado/2009/02/edm/annotation&amp;quot;&amp;gt;&amp;lt;EntitySet Name=&amp;quot;User&amp;quot; EntityType=&amp;quot;MyAppDBModel.User&amp;quot; /&amp;gt;&amp;lt;/EntityContainer&amp;gt;&amp;lt;/Schema&amp;gt;&amp;lt;/edmx:DataServices&amp;gt;&amp;lt;/edmx:Edmx&amp;gt;&lt;/code&gt;&lt;/pre&gt;

&lt;strong&gt;Note&lt;/strong&gt;:metadata.xml file is located at out param location&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;  (/Users/Ramshad/Applications/ODataObjC/ODataSDKV1-1.3/Framework/bin/ODatagenBinary/MacOSX10.7.sdk/Debug /metadata.xml)&lt;/code&gt;&lt;/pre&gt;

I'm unable to identify the issue. Any problem with my &lt;strong&gt;windows WCF service /ODataService configuration/database configuration&lt;/strong&gt; ? .Permission assigned as * (read,write).&lt;br /&gt;
&lt;br /&gt;
Any help on this issue is appreciated.&lt;br /&gt;
&lt;br /&gt;
Thanks.&lt;br /&gt;
&lt;/div&gt;</description><author>Ramshad</author><pubDate>Thu, 04 Apr 2013 08:17:15 GMT</pubDate><guid isPermaLink="false">New Post: odatagen: Failed to generate proxy classes. Please verify the metadata. 20130404081715A</guid></item><item><title>New Post: ./metadata.xml:28: parser error : AttValue: " or ' expected</title><link>http://odataobjc.codeplex.com/discussions/439037</link><description>&lt;div style="line-height: normal;"&gt;I'm currently creating Proxy class for my Objective C OData Client via terminal&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;./odatagen /uri=http://myIPAddress(145.126.1.78)/MyApp.MyApp3D.DataService/MyApp3DDataService.svc/ /out=/Users/MyName/Applications/ODataObjC/ODataSDKV1-1.3/Sample/OData.org/ODataOrgDemo /u=sa /p=&lt;/code&gt;&lt;/pre&gt;

However Im always getting an error as &lt;br /&gt;
&lt;blockquote&gt;
./metadata.xml:28: parser error : AttValue: &amp;quot; or ' expected&lt;br /&gt;
&lt;/blockquote&gt;
&lt;pre&gt;&lt;code&gt; &amp;lt;span&amp;gt;&amp;lt;H1&amp;gt;Server Error in '/MyApp.MyApp3D.DataService' Application.&amp;lt;hr width=
                                                                           ^&lt;/code&gt;&lt;/pre&gt;

./metadata.xml:28: parser error : attributes construct error&lt;br /&gt;
&lt;pre&gt;&lt;code&gt; &amp;lt;span&amp;gt;&amp;lt;H1&amp;gt;Server Error in '/MyApp.MyApp3D.DataService' Application.&amp;lt;hr width=
                                                                           ^&lt;/code&gt;&lt;/pre&gt;

./metadata.xml:28: parser error : Couldn't find end of Start Tag hr line 28&lt;br /&gt;
&lt;pre&gt;&lt;code&gt; &amp;lt;span&amp;gt;&amp;lt;H1&amp;gt;Server Error in '/MyApp.MyApp3D.DataService' Application.&amp;lt;hr width=
                                                                           ^&lt;/code&gt;&lt;/pre&gt;

./metadata.xml:39: parser error : AttValue: &amp;quot; or ' expected&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;        &amp;lt;table width=100% bgcolor=&amp;quot;#ffffcc&amp;quot;&amp;gt;
                     ^&lt;/code&gt;&lt;/pre&gt;

./metadata.xml:39: parser error : attributes construct error&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;        &amp;lt;table width=100% bgcolor=&amp;quot;#ffffcc&amp;quot;&amp;gt;
                     ^&lt;/code&gt;&lt;/pre&gt;

./metadata.xml:39: parser error : Couldn't find end of Start Tag table line 39&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;        &amp;lt;table width=100% bgcolor=&amp;quot;#ffffcc&amp;quot;&amp;gt;
                     ^&lt;/code&gt;&lt;/pre&gt;

./metadata.xml:54: parser error : Opening and ending tag mismatch: br line 37 and table&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;        &amp;lt;/table&amp;gt;
                ^&lt;/code&gt;&lt;/pre&gt;

./metadata.xml:60: parser error : AttValue: &amp;quot; or ' expected&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;        &amp;lt;table width=100% bgcolor=&amp;quot;#ffffcc&amp;quot;&amp;gt;
                     ^&lt;/code&gt;&lt;/pre&gt;

./metadata.xml:60: parser error : attributes construct error&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;        &amp;lt;table width=100% bgcolor=&amp;quot;#ffffcc&amp;quot;&amp;gt;
                     ^&lt;/code&gt;&lt;/pre&gt;

./metadata.xml:60: parser error : Couldn't find end of Start Tag table line 60&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;        &amp;lt;table width=100% bgcolor=&amp;quot;#ffffcc&amp;quot;&amp;gt;
                     ^&lt;/code&gt;&lt;/pre&gt;

./metadata.xml:75: parser error : Opening and ending tag mismatch: br line 58 and table&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;        &amp;lt;/table&amp;gt;
                ^&lt;/code&gt;&lt;/pre&gt;

./metadata.xml:79: parser error : Opening and ending tag mismatch: br line 77 and body&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;/body&amp;gt;
       ^&lt;/code&gt;&lt;/pre&gt;

./metadata.xml:80: parser error : Opening and ending tag mismatch: br line 58 and html&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;   ^&lt;/code&gt;&lt;/pre&gt;

./metadata.xml:81: parser error : Premature end of data in tag br line 56&lt;br /&gt;
&lt;br /&gt;
^&lt;br /&gt;
./metadata.xml:81: parser error : Premature end of data in tag br line 37&lt;br /&gt;
&lt;br /&gt;
^&lt;br /&gt;
./metadata.xml:81: parser error : Premature end of data in tag br line 35&lt;br /&gt;
&lt;br /&gt;
^&lt;br /&gt;
./metadata.xml:81: parser error : Premature end of data in tag br line 35&lt;br /&gt;
&lt;br /&gt;
^&lt;br /&gt;
./metadata.xml:81: parser error : Premature end of data in tag font line 32&lt;br /&gt;
&lt;br /&gt;
^&lt;br /&gt;
./metadata.xml:81: parser error : Premature end of data in tag body line 26&lt;br /&gt;
&lt;br /&gt;
^&lt;br /&gt;
./metadata.xml:81: parser error : Premature end of data in tag html line 2&lt;br /&gt;
&lt;br /&gt;
^&lt;br /&gt;
&lt;/div&gt;</description><author>Ramshad</author><pubDate>Thu, 04 Apr 2013 02:34:05 GMT</pubDate><guid isPermaLink="false">New Post: ./metadata.xml:28: parser error : AttValue: " or ' expected 20130404023405A</guid></item><item><title>New Post: ODataClient for Objective-C for ipad4</title><link>http://odataobjc.codeplex.com/discussions/435081</link><description>&lt;div style="line-height: normal;"&gt;Does ipad4 hardware is supported in the latest version of ODataClient?&lt;br /&gt;
&lt;br /&gt;
I'm trying to deploy my app in ipad4 and always response with error of hardware.&lt;br /&gt;
&lt;/div&gt;</description><author>dohkobakala</author><pubDate>Fri, 01 Mar 2013 22:24:29 GMT</pubDate><guid isPermaLink="false">New Post: ODataClient for Objective-C for ipad4 20130301102429P</guid></item><item><title>New Post: OData4ObjC without Proxy Classes</title><link>http://odataobjc.codeplex.com/discussions/432932</link><description>&lt;div style="line-height: normal;"&gt;Hello,&lt;br /&gt;
&lt;br /&gt;
I would like to know how to add, update, delete entries using OData protocol without using proxy generated classes for e.g., the way its being used in Android.&lt;br /&gt;
&lt;br /&gt;
Thanks.&lt;br /&gt;
&lt;/div&gt;</description><author>userodata</author><pubDate>Wed, 13 Feb 2013 05:50:50 GMT</pubDate><guid isPermaLink="false">New Post: OData4ObjC without Proxy Classes 20130213055050A</guid></item><item><title>New Post: OData4ObjC HTTP Proxy</title><link>http://odataobjc.codeplex.com/discussions/405622</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I would like to know how to use http proxy with ObjectContext Class.&lt;/p&gt;
&lt;p&gt;The property &amp;quot;m_httpProxy&amp;quot; seems to be not used.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;/div&gt;</description><author>iDevelopper</author><pubDate>Wed, 05 Dec 2012 10:09:20 GMT</pubDate><guid isPermaLink="false">New Post: OData4ObjC HTTP Proxy 20121205100920A</guid></item><item><title>New Post: odatagen: Error in saving metadata</title><link>http://odataobjc.codeplex.com/discussions/400302</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;I am using MAC OSX 10.6.8 and ODATASDKV1.3.While creating proxy class of my uri,I encounter the following error:&lt;/p&gt;
&lt;p&gt;odatagen[5396:903] NSRangeException::*** -[NSCFString substringFromIndex:]: Range or index out of bounds&lt;br&gt;
odatagen[5396:903] odatagen: Error in saving metadata&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;what i am doing in terminal is:&lt;/p&gt;
&lt;p&gt;Mac-mini:Odatatest developer$ /Documents/ODataObjC/Framework/bin/ODatagenBinary/MacOSX10.6.sdk/Release/odatagen /uri=http://abc.com:XXXX/sap/opu/sdata/sap/ZUSERRFC/$metadata /out=/Documents/Demo&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;
&lt;/div&gt;</description><author>Rehan_Sayed</author><pubDate>Mon, 22 Oct 2012 12:47:20 GMT</pubDate><guid isPermaLink="false">New Post: odatagen: Error in saving metadata 20121022124720P</guid></item><item><title>New Post: ODataClient for Objective-C for iOS 5?</title><link>http://odataobjc.codeplex.com/discussions/276104</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Well said, ifioravanti! I realized that my initial post may have sounded a bit bitter, definitely more than I intended. I echo your sentiment exactly.&amp;nbsp;It's just that in my 3 plus years of iOS development, I've never seen support for a business-critical library languish so completely as has been the case here.&lt;/p&gt;
&lt;p&gt;For what it's worth, since I need to deploy to iOS 6 based devices soon, and since my use of OData is currently limited to simple read requests, I'm thinking of solving the immediate problem by just cobbling together a lightweight object creator: Letting NSHTTPRequest/Response do the talking with the server, and then unraveling the response with the default XML parser. I know it's low-rent, but it beats having to deal with LLVM and ARC compatibility weirdness in my book.&lt;/p&gt;&lt;/div&gt;</description><author>writeoncenot</author><pubDate>Mon, 08 Oct 2012 02:34:22 GMT</pubDate><guid isPermaLink="false">New Post: ODataClient for Objective-C for iOS 5? 20121008023422A</guid></item><item><title>New Post: ODataClient for Objective-C for iOS 5?</title><link>http://odataobjc.codeplex.com/discussions/276104</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;OData is not simply a serialization protocol like JSON, it can be used with ATOM, XML and JSON. It gives you a full set of capabilities to enable rich query client side. I totally agree with writeonceno. It seems impossible that a company like Microsoft does not have enough resources to push this great protocol even other platforms. For the time being I'm testing usage with Monotouch and Monodroid... Let's see what happens.&lt;/p&gt;
&lt;p&gt;But please Microsoft... update this project, you can't rely only on OpenSource community to spread OData&lt;/p&gt;&lt;/div&gt;</description><author>ifioravanti</author><pubDate>Sun, 07 Oct 2012 18:27:21 GMT</pubDate><guid isPermaLink="false">New Post: ODataClient for Objective-C for iOS 5? 20121007062721P</guid></item><item><title>New Post: ODataClient for Objective-C for iOS 5?</title><link>http://odataobjc.codeplex.com/discussions/276104</link><description>&lt;div style="line-height: normal;"&gt;Go with Json, i believe more developers are moving to that.&lt;br&gt;
&lt;br&gt;
Mark baer&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Sent from my iPhone&lt;/div&gt;</description><author>furrybaer</author><pubDate>Sun, 07 Oct 2012 17:40:55 GMT</pubDate><guid isPermaLink="false">New Post: ODataClient for Objective-C for iOS 5? 20121007054055P</guid></item><item><title>New Post: ODataClient for Objective-C for iOS 5?</title><link>http://odataobjc.codeplex.com/discussions/276104</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;iOS5 has come and gone and iOS 6 with ARC is the norm, and I haven't seen any movement in this project. Is anybody still actively participating? Reason I'm asking is that some developers at my company are &amp;nbsp;using OData to push data to mobile applications, but without robust iOS support I can't seriously recommend this protocol, and will probably suggest moving to a JSON-based web service instead.&lt;/p&gt;&lt;/div&gt;</description><author>writeoncenot</author><pubDate>Sun, 07 Oct 2012 17:20:41 GMT</pubDate><guid isPermaLink="false">New Post: ODataClient for Objective-C for iOS 5? 20121007052041P</guid></item><item><title>New Post: iPhone simulator hangs after updating oData object via updateObject and savechanges</title><link>http://odataobjc.codeplex.com/discussions/392234</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; We are facing a problem of the iPhone simulator locking up when using the oData client for objective C. The problem occurs when we query a oData object based on id and immediately update a property of the object using updateObject followed by
 saveChanges. The implementation is very similar to what is demonstrated in the User Guide.&lt;/p&gt;
&lt;p&gt;Investigations show that the server receives the request, makes the changes and responds with a 2xx response. However the client fails to capture the response and stops responding even at the TCP level. The server retransmits 6 times and eventually gives
 up. I am still able to navigate between the screens but unable to perform any other action. The problem occurs irrespective of the setting of the savechanges options. Also setting or not setting the delegate does not make a difference.&lt;/p&gt;
&lt;p&gt;The implementation is pretty standard and straight-forward so we are not sure where we are going wrong. If anyone has come across such a problem and could give any pointers on how we could debug/ resolve this, it would be much appreciated.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;WUser&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>WUser</author><pubDate>Sun, 19 Aug 2012 14:32:52 GMT</pubDate><guid isPermaLink="false">New Post: iPhone simulator hangs after updating oData object via updateObject and savechanges 20120819023252P</guid></item><item><title>New Post: Problem with SELECT operation with Odata Protocal v3, issue with DataServiceVersion 1.0</title><link>http://odataobjc.codeplex.com/discussions/389112</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi there,&lt;/p&gt;
&lt;p&gt;i got a error&amp;nbsp; when using SELECT operation when use DataOperationRespone::select&lt;/p&gt;
&lt;p&gt;Exception message is : 'The DataServiceVersion '1.0' is too low for the request. The lowest supported version is '2.0'&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;My service system is using Protocol V3 (that's only support DataServiceVersion 2.0 and 3.0)&lt;/p&gt;
&lt;p&gt;so my question is :&lt;/p&gt;
&lt;p&gt;is OdataSDK1.3 support with DataServiceVersion 2.0 or 3.0 ?&lt;/p&gt;
&lt;p&gt;if it's supported, how to implement ?&lt;/p&gt;
&lt;p&gt;i tried&amp;nbsp; with the codes below, but it doesnt work.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div style="color:black; background-color:white"&gt;
&lt;pre&gt;proxy = [[GlobalchowContext alloc] initWithUri:[NSString stringWithFormat:@&lt;span style="color:#a31515"&gt;&amp;quot;%@&amp;quot;&lt;/span&gt;,  [[[NSBundle mainBundle] infoDictionary] objectForKey:@&lt;span style="color:#a31515"&gt;&amp;quot;Service_uri&amp;quot;&lt;/span&gt;]] credentials:nil dataServiceVersion:@&lt;span style="color:#a31515"&gt;&amp;quot;2.0&amp;quot;&lt;/span&gt;];
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;by this way: result&amp;nbsp; is null;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;pre&gt;[self.proxy setDataServiceVersion:@&amp;quot;2.0&amp;quot;];&lt;/pre&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;btw: dont work too, i have checked Header again with onAfterRecieve but it's still 1.0 instead of 2.0&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;any solution for this ?&lt;/p&gt;
&lt;/div&gt;</description><author>longilx</author><pubDate>Thu, 26 Jul 2012 10:54:15 GMT</pubDate><guid isPermaLink="false">New Post: Problem with SELECT operation with Odata Protocal v3, issue with DataServiceVersion 1.0 20120726105415A</guid></item><item><title>New Post: ODataClient for Objective-C for iOS 5?</title><link>http://odataobjc.codeplex.com/discussions/276104</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Any news on iOS5 support? OData is a great protocol created by Microsoft, but support for multiple platforms is needed to make it really useful.&lt;/p&gt;&lt;/div&gt;</description><author>ifioravanti</author><pubDate>Sun, 22 Jul 2012 21:15:55 GMT</pubDate><guid isPermaLink="false">New Post: ODataClient for Objective-C for iOS 5? 20120722091555P</guid></item><item><title>New Post: ODataClient for Objective-C for iOS 5?</title><link>http://odataobjc.codeplex.com/discussions/276104</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;BTW, I did some work to enable correct code generation. And it works (at least when built from source).&lt;/p&gt;
&lt;p&gt;The problem is that the code generator uses XSLT internally. And it doesn't manage its stylesheet resources well. As a result, running an old version of the code generator leaves some bad stylesheets lying around that a good version of the generator then blindly uses.&lt;/p&gt;
&lt;p&gt;The hack solution is to just always overwrite these files. The real solution is to mange the resources correctly. I'd appreciate help in this area. Otherwise I will get around to it eventually, but it may take a while.&lt;/p&gt;&lt;/div&gt;</description><author>ArloBelshee</author><pubDate>Thu, 31 May 2012 23:24:54 GMT</pubDate><guid isPermaLink="false">New Post: ODataClient for Objective-C for iOS 5? 20120531112454P</guid></item><item><title>New Post: ODataClient for Objective-C for iOS 5?</title><link>http://odataobjc.codeplex.com/discussions/276104</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;We want to fully support iOS5. The limit right now is my time. I'm doing too many things at once, and this project is the one that is getting the least of my attention.&lt;/p&gt;
&lt;p&gt;I'd love to fix this by getting another project maintainer. Lacking that I hope for pull requests. Lacking that, well, it'll take a while.&lt;/p&gt;&lt;/div&gt;</description><author>ArloBelshee</author><pubDate>Thu, 31 May 2012 23:22:13 GMT</pubDate><guid isPermaLink="false">New Post: ODataClient for Objective-C for iOS 5? 20120531112213P</guid></item><item><title>New Post: ODataClient for Objective-C for iOS 5?</title><link>http://odataobjc.codeplex.com/discussions/276104</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;does anyone have some piece of info about the future of this project? Will be any new version fully supporting iOS5? Is there any alternative way to fetch and upload Odata in iOS5? Thanks.&lt;/p&gt;
&lt;/div&gt;</description><author>bj112</author><pubDate>Thu, 31 May 2012 08:26:02 GMT</pubDate><guid isPermaLink="false">New Post: ODataClient for Objective-C for iOS 5? 20120531082602A</guid></item><item><title>New Post: Unsupported URL when trying to GetStream from an entity</title><link>http://odataobjc.codeplex.com/discussions/291623</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I think "getStream" Method is not implemented yet&lt;/p&gt;&lt;/div&gt;</description><author>narzis</author><pubDate>Tue, 17 Apr 2012 08:11:33 GMT</pubDate><guid isPermaLink="false">New Post: Unsupported URL when trying to GetStream from an entity 20120417081133A</guid></item><item><title>New Post: Setting up the project using the library</title><link>http://odataobjc.codeplex.com/discussions/352492</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;this is a newbie question so thanks for understanding. I have Xcode 4.2 and iOS 5 base SDK. I followed the guide and successfully generated my proxy. Then I have created a project with storyboards and ARC checkboxes unchecked. Then I have changed the project
 compiler (from deafult Apple LLVM 3.0 to LLVM GCC 4.2). With this I could use my proxy and ODATA library. Is this the only way it could be used? Because I am new to ObjC and iOS Dev I would like to use ARC and storyboards for my classes. As I understand for
 this I need the project to be compiled with LLVM 3.0 compiler. Am I right?&lt;/p&gt;
&lt;p&gt;Is it possible to use this library in Xcode 4.2 project using storyboarding and ARC? I tried to add -fno-objc-arc flag for my generated proxy class but it still raises building errors with library header files.&lt;/p&gt;
&lt;p&gt;Please help me to clarify how to set up the project using the library. Thank you very much.&lt;/p&gt;
&lt;/div&gt;</description><author>bj112</author><pubDate>Mon, 16 Apr 2012 22:20:19 GMT</pubDate><guid isPermaLink="false">New Post: Setting up the project using the library 20120416102019P</guid></item></channel></rss>