I'm trying to access Moodle WS layer from SoapUI without any luck. I was able to load into SoapUI the wsdl from: http://localhost/wspp/wsdl_pp2.php and I can see all available methods..
I'm just trying the login method but I get the error:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>WSDL</faultcode>
<faultstring>SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://localhost/wspp/wsdl_pp2.php'</faultstring>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Does anyone had the same problem or know how to solve it?
Many thanks in advance