随笔分类 -  SAP

摘要:1、通过软件工具SoapUI获取请求体和响应体 第二步c#调用 1 public XmlDocument QueryPostWebService(String URL, String MethodName, string inputPars, string userName, string pass 阅读全文
posted @ 2021-05-26 11:59 未风 阅读(1233) 评论(0) 推荐(1)
摘要:最近需要对接SAP接口,发现几个小问题总结下 1、RFC调用使用WEB程序部署时容易出现错误 IDestinationConfiguration ID = new RFC_SetUp(); RfcDestinationManager.RegisterDestinationConfiguration( 阅读全文
posted @ 2021-04-13 16:20 未风 阅读(377) 评论(0) 推荐(0)