没接触过,请问各位大神,
Delphi可以开发服务器网址格式的
如:http://www.XXXXX.com/open-api/ERPJson/search  这样的接口,可以供二次开发调用查询服务器数据库中给出的数据谁能给个示例,或这方面的资料

解决方案 »

  1.   

    CGI、ISAPI/NSAPI、SOAP、Apache Shared Module... 在Delphi中开始一个新项目,new->web server application,选择类型即可,例子在Delphi自带的演示中就有,以Delphi加上如上关键字搜索也能找到
    参考:http://etutorials.org/Programming/mastering+delphi+7/Part+IV+Delphi+the+Internet+and+a+.NET+Preview/Chapter+23+Web+Services+and+SOAP/Building+Web+Services/
      

  2.   

    https://www.cnblogs.com/xalion/p/6219515.html
    用这个。。
      

  3.   

    当然可以,就是提供HTTP 服务嘛,delphi项目下面有 web 服务的
      

  4.   

    创建Soap项目就是了
      

  5.   

    https://blog.csdn.net/pcwe2002/article/details/54606778
    参考这个开发就可以
      

  6.   

    或者可以去这儿看看:
    http://www.moonserver.cn/mhs/blog-style-1.pp