使用 SOAP 运行 php Web 应用程序

发布于 2024-12-10 09:54:42 字数 401 浏览 1 评论 0原文

apache (httpd.conf) 或 php (php.ini) 中支持 SOAP Web 应用程序的基本要求配置是什么?

显然,我在第一台机器上成功创建了一个简单的服务器客户端肥皂应用程序,但是当我将其转移到第二台机器时,我的应用程序将无法工作。

我想知道也许另一台机器不支持肥皂,但使用 phpinfo() 检查两台机器我可以看到它们都支持肥皂。

最终,我在浏览器中查看wsdl文件时发现,第一台机器可以像xml一样加载wsdl文件,这意味着浏览器可以读取我的wsld文件。另一方面,在第二台机器中,wsld 没有加载,而是“已下载”:( 我认为这就是问题所在。

有没有办法修复 wsdl 将在浏览器中加载/读取但不被下载?我的 apache/php 的设置是什么?需要安装一个模块吗?

非常感谢。

What is the basic requirement configurations in apache (httpd.conf) or in php (php.ini) to support SOAP web application?

Apparently i successfully created a simple server-client soap application in my first machine, however when i transfer it to my second machine my application won't work.

I was wondering maybe the other machine won't support soap but checking both machine using phpinfo() i can view that each of them has soap support.

Eventually, I discovered upon viewing the wsdl file in the browser, the first machine can load the wsdl file like xml, meaning the browser can read my wsld file. On the other hand, in second machine the wsld was not loaded but "DOWNLOADED" :( I think this is where the problem is..

Is there any idea how to fixed wsdl will be load/read in the browser but not being downloaded? what could be the setting of my apache/php? is there a module need to install?

Thank you so much..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文