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)
- Named Entity Recognition using LLMs: a cTakes alternative? - September 1, 2023
- Distilling LLMs to small task-specific models - August 24, 2023
- Kedro for multimodal machine learning in healthcare - January 25, 2023