Incoming SOAP Connection

Incoming SOAP Connection

by Douglas Dixon -
Number of replies: 1

I am in the process of trying to get data into Moodle 1.8 from the Salesforce API utilizing a SOAP connection. We have already gotten the work done in salesforce and I am in the process of setting up an endpoint in Moodle.

I have looked through the moodle libraries and found that there is a soaplib.php, but it does not look like there is functionality to handle incoming SOAP connections. Does Moodle support incoming SOAP connections or will I have to write a library and code it myself? Has anyone attempted an incoming SOAP connection and been successful? And if so, what did you do?

Thanks for the help!

Average of ratings: -
In reply to Douglas Dixon

Re: Incoming SOAP Connection

by Patrick Pollet -
Hello,

Official Moodle core does not have a SOAP server waiting for your connexions. However you can peek into this discussion OKTech Web Services http://moodle.org/mod/forum/discuss.php?d=67947 about a Web Service using SOAP.

More details on http://cipcnet.insa-lyon.fr/Members/ppollet/public/moodlews/ to get current server code, client examples (php, java, python, C#...) and some docs.


Cheers.