dousao1175 2017-02-13 04:22
浏览 67
已采纳

有没有办法在PHP / WordPress中托管Axis2服务?

I am new to web services and I am learning to create web service on Axis 2 framework. I created a couple of simple (HelloWorld type) web services. I want to host these services on my Hostgator account, currently having a wordpress installation on it. I am not able to find a link between Php based framework and Axis 2. Is there a way to do that?

P.S: I dont want to write SOAP based web service in PHP yet.

  • 写回答

1条回答 默认 最新

  • douniangliao4327 2017-02-15 14:47
    关注

    Look, as you have found yourself, hosting an HTTP server (with HTML/PHP,JS files and a PHP interpreter engine) is different from hosting a Java web application (like your web services). You need a different hosting solution where you can deploy a web container/web server with your Web services application and there's no way your current hosting alone will do the trick.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?