firstly make sure you have soap DLL enabled in your PHP build.

secondly add the following line to your web.config file
<httpErrors errorMode="Detailed" />
add this under
<system.webServer>