Re: [Dev] [DEV] [ESB] [LDAP Connector] SSL connection (port 636)

2016-05-18 Thread Willian Antunes
y of it from one place. On Wed, May 18, 2016 at 1:41 PM, Willian Antunes < willian.lima.antu...@gmail.com> wrote: > Vivekananthan, > > Did you see what happened during the communication process? If didn't try > to install an sniffer like Wireshark to understand which error

Re: [Dev] [DEV] [ESB] [LDAP Connector] SSL connection (port 636)

2016-05-18 Thread Willian Antunes
Vivekananthan, Did you see what happened during the communication process? If didn't try to install an sniffer like Wireshark to understand which error the LDAP server sent to you. There are two scenarios which you can use to test: 1 - Set *secureConnection* and *disableSSLCertificateChecking

Re: [Dev] [DEV] [ESB] [LDAP Connector] SSL connection (port 636)

2016-05-06 Thread Willian Antunes
so2.com> wrote: > Hi Willian, > > Thank you for the fix and your contribution. > > I went through the fix. Added few comments. > > Please send the pr. We will review again and merge. Fix will be available > via store afterwards. > > > > On Fr

Re: [Dev] [DEV] [ESB] [LDAP Connector] SSL connection (port 636)

2016-04-28 Thread Willian Antunes
On Thu, Apr 28, 2016 at 12:44 AM, Willian Antunes < > willian.lima.antu...@gmail.com> wrote: > >> Hello community, >> >> I can connect smoothly using port 389 through LDAP Connector. There is no >> restrictions in a scenario where my route engine uses a non-secure

[Dev] [DEV] [ESB] [LDAP Connector] SSL connection (port 636)

2016-04-27 Thread Willian Antunes
Hello community, I can connect smoothly using port 389 through LDAP Connector. There is no restrictions in a scenario where my route engine uses a non-secure port, but as far as I can see the component does not support SSL connection (as informed in the links below). Is it true? - Component

Re: [Dev] [DEV] [ESB] Change payload response (LDAP Connector)

2016-04-27 Thread Willian Antunes
m> wrote: > Hi Willian, > > ​ > No in this case​ since response from service (connector) is soap. Only > when the m > ​e​ > ssage format is application/json throughout the flow json will be > used internally. > > On Tue, Apr 26, 2016 at 7:57 PM, Willian Antunes < > will

Re: [Dev] [DEV] [ESB] Change payload response (LDAP Connector)

2016-04-26 Thread Willian Antunes
2] > http://soatutorials.blogspot.com/2016/01/wso2-esb-performance-tuning-for-xslt.html > [3] > https://docs.wso2.com/display/ESB481/JSON+Support#JSONSupport-ConvertingapayloadbetweenXMLandJSON > > Thanks, > Nuwan > > On Tue, Apr 26, 2016 at 2:47 AM, Willian Antunes < >

[Dev] [DEV] [ESB] Change payload response (LDAP Connector)

2016-04-25 Thread Willian Antunes
Hello everyone, One I consult my internal LDAP using LDAP Connector to retrieve the details regarding some user I receive a huge response. For example (I'm omitting anothers groups contained in memberOf): http://www.w3.org/2003/05/soap-envelope;> http://org.wso2.esbconnectors.ldap;> CN=Willian

[Dev] [DEV] [ESB]

2016-04-25 Thread Willian Antunes
Hello everyone, One I consult my internal LDAP using LDAP Connector to retrieve the details regarding some user I receive a huge response. For example (I'm omitting anothers groups contained in memberOf): http://www.w3.org/2003/05/soap-envelope;> http://org.wso2.esbconnectors.ldap;> CN=Willian

[Dev] [DEV] [ESB]

2016-04-25 Thread Willian Antunes
Hello everyone, One I consult my internal LDAP to retrieve the details regarding some user I receive a huge response. For example (I'm omitting ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [ESB] API/Proxy to consult LDAP through ESB

2016-04-25 Thread Willian Antunes
github.com/wso2-extensions/esb-connector-ldap > > On Sat, Apr 23, 2016 at 4:23 AM, Willian Antunes < > willian.lima.antu...@gmail.com> wrote: > >> Chanaka, thank you very much for your tip! >> >> I have an issue during the execution time and I believe that the >>

Re: [Dev] [ESB] API/Proxy to consult LDAP through ESB

2016-04-22 Thread Willian Antunes
> That's all you need to do. No custom code, No WSO2 AS involvement. > > [1] > http://wso2.com/library/articles/2013/12/restful-integration-with-wso2-esb/ > > [2] > https://store.wso2.com/store/assets/esbconnector/6e86496f-431e-43e2-bded-caedd10c4cb9 > > Cheers, &g

[Dev] [ESB] API/Proxy to consult LDAP through ESB

2016-04-21 Thread Willian Antunes
Hello everyone, I'm used to work with Apache Camel and I'm new with WSO2 solutions. I have the following requirement: *- Create a rest web service which receives an username and password.* *- Use the parameters to authenticate in a LDAP directory and return some of the user properties.* For