可以在Xamarin.Forms中调用SAP功能模块[duplicate]

xbp102n0  于 2022-12-07  发布在  其他
关注(0)|答案(1)|浏览(120)
    • 此问题在此处已有答案**:

SAP integration with Xamarin?(4个答案)
上个月关门了。
我无法使用SAP. NET连接器(sapnco.dll),并且我没有找到Xamarin和SAP的另一个连接器,所以我的问题是如何从Xamarin.Forms项目中调用SAP函数,或者可能有更好的方法从SAP函数模块中检索返回的表?
我已经使用SAP. NET连接器(NCo)创建了一个ConsoleApp(. Net Framework),比如this,现在我想在Xamarin.Forms项目中创建一些类似的东西(或者不创建)。

wydwbb8l

wydwbb8l1#

I have never used the SAP connector, but from a google search it looks like the SAP .Net connector is a full-framework library, no .netstandard version available. So unfortunately using it from a Xamarin.Forms project will never work.
In that case, your best bet would be to create a ASP.Net rest-service(.net full-framework) as a intermediary layer between your xamarin app and SAP backend.
Good luck :)

相关问题