1 Reply Latest reply on Jul 24, 2013 8:59 AM by rareddy

    Exposing LDAP as a Web Service

    rajvaida

      I have been asked to expose an LDAP service as a Web Service.

      I have tried https://community.jboss.org/thread/227937 and https://community.jboss.org/thread/228165. But unfortunately I couldn't get a complete picture how to do it. I am a newbie to Teiid. Could someone please share comple sample of LDAP exposing as a Web Service?

        • 1. Re: Exposing LDAP as a Web Service
          rareddy

          Raja,

           

          Have you created VDB yet based on the above links? This two step process, and they are completely independent.

           

          First, using Teiid Designer yo uneed to create VDB that exposes your LDAP source as relational source. The above links give information on it. I see that Teiid needs better documentation on this. Once you have the VDB created, then you need to decide what kind of web service you need to create SOAP or REST. For both, Teiid Designer gives options to right click and generate the respective WAR files. Then you need to deploy the VDB along with connection configuration to LDAP and WAR file in the Teiid Server.

           

          Ramesh..