Debugging (Photo credit: mikemol) |
Last night I added 2 more webservices to DermKnowledgeBASE. Debugging webservices is a nightmare. (At least it was, until the wee hours of the morning). It always returns SoapFault exception mentioning that “looks like we got no XML document”. After several wasted hours of hard work I found the way to use the instruction here. The best answer is rather cryptic. So I have included the code I used to display the request and response so that debugging becomes much easier.
Error Message :
‘, $fault->getMessage(); } ?>
Change the wsdl path and the function call. Hope this saves some time for someone!

Latest posts by Bell Eapen (see all)
- Kedro for multimodal machine learning in healthcare - January 25, 2023
- Using OpenFaaS containers in Kubeflow - December 14, 2022
- Six things data scientists in healthcare should know - November 3, 2021