简体   繁体   English

未捕获的SoapFault异常[Http]内部服务器错误

[英]Uncaught SoapFault Exception [Http] Internal Server Error

I'm developing an API(PHP) to communicate using SOAP with other client, connecting with the client is perfectly fine but when i call a function i receive this error message: 我正在开发一个API(PHP)以使用SOAP与其他客户端进行通信,与客户端的连接非常好,但是当我调用一个函数时,会收到以下错误消息:

"Uncaught SoapFault Exception [Http] Internal Server Error..." “未捕获的SoapFault异常[Http]内部服务器错误...”

At first I thought I just miss a required field but as I continue my test I receive the same error. 一开始我以为我只是错过了必填字段,但是当我继续测试时,我收到了同样的错误。 The web service was develop by other company and there's no way in modifying it. 该Web服务是由其他公司开发的,无法对其进行修改。 This is also my 1st time in using web service. 这也是我第一次使用Web服务。

My question is how can i extract the error so i can easily resolve the problem? 我的问题是如何提取错误,以便可以轻松解决问题? Does the "Internal Server Error" means a client fault or a server fault? “内部服务器错误”是否表示客户端故障或服务器故障?

Thanks! 谢谢!

Regards, 问候,
Sonny 桑尼

Mostly this error shown when you didnt install soap on your server or vps so 当您没有在服务器或VPS上安装Soap时,通常会显示此错误

check soap installed correctly on your server you should add soap extension and recompile php 检查肥皂正确安装在您的服务器上,您应该添加肥皂扩展名并重新编译php

i did this before with directadmin panel 我之前用DirectAdmin面板做了这个

install soap on directadmin 在directadmin上安装肥皂

its a model u can search for your panel like cpanel and .... 它是一个模型,您可以搜索您的面板,例如cpanel和...。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM