-2

I have downloaded xcode and have developed a crud app (on the iphone) that interacts with a MySQL table using PHP on a Linux server.

Now I want to develop a crud program on an iphone that can connect to SAP.

I have xcode and access to SAP. What more do I need to accomplish this?

Do I need to license software from SAP? Or is there open source software that will allow me to do all this?

Your help would be appreciated.

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48
Apache
  • 15
  • 1
  • 4
  • You need the SAP Mobile Development Kit NetWeaver Mobile 7.0 but I would like an open source alternative. – Apache Jan 11 '12 at 14:06

1 Answers1

-1

Download and install xcode.
Download and install the Gateway Consumption Tool from SDN. (You will need to be a registered dev with SAP to do this).
Make sure your gateway service on SAP is installed correctly.

You can now start developing.

For more info go here: Consume a Gateway Service Using XCode

Apache
  • 15
  • 1
  • 4