SAP DI Server - How to issue first request?

大兔子大兔子 提交于 2019-12-22 01:32:44

问题


I have set up a Windows server using SAP Business One, and am trying to fire up the DI Server.

I would like to make a HTTP request with a SOAP body, but I don't know what URL to put in postman.

I also can't figure out how to run the example files in the installation folder for DI Server.

Does anyone know how to get started with DI Server?


回答1:


Unless you are also using B1WS, starting the DI-Server service doesn't give you a listening HTTP server. You need to write your own listener, for instance as a simple .ashx page hosted under IIS, which accepts a request and passes it to the Interact method of the SBODI_Server.Node object.

See: https://blogs.sap.com/2014/07/28/connecting-an-add-on-to-sap-business-one/



来源:https://stackoverflow.com/questions/46498413/sap-di-server-how-to-issue-first-request

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!