How to create user using web services.

Re: How to create user using web services.

by Izzat Kukhon -
Number of replies: 1

Hi Luis de Vasconcelos,

Were you able to consume wsdl file in MS Biztalk?

I need to consume Moodle web service inside MS Biztalk?
Have you succeed to integrate Moodle via Biztalk?

I am really interested to know the status of your integration.

Please respond

Thanks.

In reply to Izzat Kukhon

Re: How to create user using web services.

by Luis de Vasconcelos -

What Moodle web service do you want to consume?

Do you just want to READ Moodle data, or do you want to perform WRITE operations too?

In my case it's just a READ operation so I ended up writing a MSSQL Stored Procedure that does a SELECT on various Moodle tables and returns the data as xml.

When the business system requires a Moodle validation it sends a request to BizTalk using a Moodle custom profile field value as the business identifier and BizTalk executes the Moodle stored procedure. BizTalk then receives the Moodle data as xml and forwards it on the the business system.

Not perfect... but it's worked for 3 years at approximately 6000 transactions per day. The client has a silly aversion to anything non-Microsoft, so for now it's ok.