Hi all.
I have developed iphone application using OData protocol, so I want to create proxy class to call odata.
I use SAP NetWeaver Gateway developer tool for Xcode to create odata proxy class for Objective-C.
When I check connection to gateway sever using SSL after setting preferences, I have following error message.
MESSAGE:
"The certificate for this server is invalid.
You might be connecting to a server that
is pretending to be “<host name>”
which could put your confidential information at risk."
I have tried to used the OData generator <odatagen> that is provided by http://odataobjc.codeplex.com/.
Then I got above same error message.
Does anyone have any idea?