Anyone know of an example that demonstrates how to connect to a service using SAP RFC in Android?
Asked
Active
Viewed 1,421 times
2 Answers
3
Native RFC most certainly won't be possible because you'd need a closed-source native library for this that is not available on Android platforms. You'll have to use the web service wrappers.

vwegert
- 18,371
- 3
- 37
- 55
-3
You can create a web service and call that web service through SOAP.

Jason Sturges
- 15,855
- 14
- 59
- 80