简体   繁体   中英

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:

"Uncaught SoapFault Exception [Http] Internal Server Error..."

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. This is also my 1st time in using web service.

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

check soap installed correctly on your server you should add soap extension and recompile php

i did this before with directadmin panel

install soap on directadmin

its a model u can search for your panel like cpanel and ....

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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