[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wsf-c-dev
Subject:    Re: [Dev] [GSoC 2017][IS] SCIM 2.0 Compliance Test Suite
From:       Darshana Gunawardana <darshana () wso2 ! com>
Date:       2017-07-28 18:57:11
Message-ID: CAAFLTAoead3dB4fFX2Vk57RyotKcppQ+Z+x9u7c62AA-sF1M=g () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/related)]

[Attachment #4 (multipart/alternative)]


Hi VIndula,

Impressive progress so far..!!

As discussed let's have more focus on the the maximizing re-usability
aspects of this test suite. So the test suit will be easy to tryout, easy
to contribute & easy to integrate with test automation frameworks..

Regards,

On Fri, Jul 28, 2017 at 8:55 PM, Vindula Jayawardana <
vindula.13@cse.mrt.ac.lk> wrote:

> Hi,
> 
> As I demonstrated at the demo held today, I have been able to complete a
> milestone of the project as per the timeline. As decided at the meeting, I
> sent a PR[1] to the scim2-compliance-test-suite repo. Please review and
> merge.
> 
> As I explained at the meeting, the current implementation[1] covers
> approximately 75% of compliance test suite. A brief overview of the
> implemented tests is as follows.
> 
> 1. All tests for /Users Endpoint
> 2. All tests for /Groups Endpoint
> 3. /ServiceproviderConfig Endpoint
> 4. /ResourceType Endpoint
> 
> Following are yet to be developed.
> 
> 1. /Bulk Endpoint
> 
> Since the project can accommodate additional features with the time
> remaining, as Darshana pointed out, I will also be working on the following
> value adding feature as well.
> 
> 1. Ability to run custom test cases
> 
> Thank you
> 
> [1] : https://github.com/wso2-incubator/scim2-compliance-test-suite/pull/1
> 
> *Vindula Jayawardana*
> Computer Science and Engineering Dept.
> University of Moratuwa
> mobile : +713462554
> Email : vindulamj@gmail.com
> 
> <https://www.facebook.com/vindula.jayawardana>
> <http://lk.linkedin.com/pub/vindula-jayawardana/a7/315/53b>
> <https://plus.google.com/u/0/+VindulaJayawardana/posts>
> <https://twitter.com/vindulajay>
> 
> *"Respect is how to treat everyone, not just those you want to impress. "*
> 
> 
> *-Richard Branson-*
> 
> 
> 
> On 10 July 2017 at 20:27, Omindu Rathnaweera <omindu@wso2.com> wrote:
> 
> > Hi VIndula,
> > 
> > You can use https://github.com/wso2-incubator/scim2-compliance-test-suite
> > for your development. Please send a PR with the current code.
> > 
> > Regards,
> > Omindu.
> > 
> > On Mon, Jun 26, 2017 at 11:52 PM, Omindu Rathnaweera <omindu@wso2.com>
> > wrote:
> > 
> > > Scheduled the meeting on 28th Wednesday at 3.00 pm. Hope you've got the
> > > request.
> > > 
> > > 
> > > On Mon, Jun 26, 2017 at 11:17 PM, Vindula Jayawardana <
> > > vindula.13@cse.mrt.ac.lk> wrote:
> > > 
> > > > Hi,
> > > > 
> > > > Yes I can do a demo on the current implementation. How about the June
> > > > 28th Wednesday at 3.00 pm ?
> > > > 
> > > > Please find the following details to test the /ServiceProviderConfig
> > > > endpoint.
> > > > 
> > > > 1. Start the IS instance locally.
> > > > 2. Deploy the scimproxycompliance.war
> > > > 3. On the UI, select Compliance Test 2.0 tab
> > > > 4. Enter the IS SCIM base url as : https://localhost:9443
> > > > 
> > > > I have tested with mocked IS 5.3.0 instance with SCIM 2.0 support.
> > > > 
> > > > Thank you.
> > > > 
> > > > *Vindula Jayawardana*
> > > > Computer Science and Engineering Dept.
> > > > University of Moratuwa
> > > > mobile : +713462554
> > > > Email : vindulamj@gmail.com
> > > > 
> > > > <https://www.facebook.com/vindula.jayawardana>
> > > > <http://lk.linkedin.com/pub/vindula-jayawardana/a7/315/53b>
> > > > <https://plus.google.com/u/0/+VindulaJayawardana/posts>
> > > > <https://twitter.com/vindulajay>
> > > > 
> > > > *"Respect is how to treat everyone, not just those you want to impress.
> > > > "*
> > > > 
> > > > 
> > > > *-Richard Branson-*
> > > > 
> > > > 
> > > > 
> > > > On 26 June 2017 at 10:42, Omindu Rathnaweera <omindu@wso2.com> wrote:
> > > > 
> > > > > Hi Vindula,
> > > > > 
> > > > > Would it possible for you to arrange the demo within the evaluation
> > > > > time period (26th - 30th)? Also please share the instructions to try out
> > > > > the 'ServiceProviderConfig' test.
> > > > > 
> > > > > Thanks,
> > > > > Omindu.
> > > > > 
> > > > > On Tue, Jun 20, 2017 at 5:12 PM, Vindula Jayawardana <
> > > > > vindula.13@cse.mrt.ac.lk> wrote:
> > > > > 
> > > > > > Hi,
> > > > > > 
> > > > > > I was able to implement /ServiceProviderConfig endpoint compliance
> > > > > > test as an end to end test [1].
> > > > > > 
> > > > > > As discussed I used feign JAX-RS client. I did not directly use
> > > > > > Charon core objects [1][2] in REST client due to json encoding and
> > > > > > decoding problem as mentioned by Gayan in the previous mail. Hence
> > > > > > I implemented separate object object models for this purpose.
> > > > > > 
> > > > > > I am hoping to arrange a demo of the currently implemented test and
> > > > > > also it will be better if I can get your opinions on verifying the
> > > > > > architecture of the current implementation. Shall we have a quick demo
> > > > > > session on Thursday (22nd) ?
> > > > > > 
> > > > > > [1] https://github.com/Vindulamj/SCIM-2.0-Complience-Test-Suite
> > > > > > [2] https://github.com/wso2/charon/blob/master/modules/charo
> > > > > > n-core/src/main/java/org/wso2/charon3/core/objects/User.java
> > > > > > [3] https://github.com/wso2/charon/blob/master/modules/charo
> > > > > > n-core/src/main/java/org/wso2/charon3/core/objects/Group.java
> > > > > > 
> > > > > > Thank you.
> > > > > > 
> > > > > > *Vindula Jayawardana*
> > > > > > Computer Science and Engineering Dept.
> > > > > > University of Moratuwa
> > > > > > mobile : +713462554
> > > > > > Email : vindulamj@gmail.com
> > > > > > 
> > > > > > <https://www.facebook.com/vindula.jayawardana>
> > > > > > <http://lk.linkedin.com/pub/vindula-jayawardana/a7/315/53b>
> > > > > > <https://plus.google.com/u/0/+VindulaJayawardana/posts>
> > > > > > <https://twitter.com/vindulajay>
> > > > > > 
> > > > > > *"Respect is how to treat everyone, not just those you want to
> > > > > > impress. "*
> > > > > > 
> > > > > > 
> > > > > > *-Richard Branson-*
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > On 11 June 2017 at 19:02, Gayan Gunawardana <gayan@wso2.com> wrote:
> > > > > > 
> > > > > > > Hi Vindula,
> > > > > > > 
> > > > > > > On Mon, Jun 5, 2017 at 4:14 PM, Vindula Jayawardana <
> > > > > > > vindula.13@cse.mrt.ac.lk> wrote:
> > > > > > > 
> > > > > > > > Hi,
> > > > > > > > 
> > > > > > > > Kindly find the weekly update below.
> > > > > > > > 
> > > > > > > > Within the week time span, I have been working on the webapp
> > > > > > > > component proposed in the system architecture. In parallel, I also \
> > > > > > > > looked in to implementing scimcore component as well. In implementing \
> > > > > > > > the scimcore component, as we discussed in the previous mails, I used \
> > > > > > > > the Charon code (which relates to scheme specifications only) as a \
> > > > > > > > base code. 
> > > > > > > You suppose to use feign JAX-RS client right ? Can you directly use
> > > > > > > charon core objects [1][2] in REST client or did you implement your own
> > > > > > > object model ? I guess you may find json encoding and decoding problem \
> > > > > > > with charon core standard objects.
> > > > > > > 
> > > > > > > [1] https://github.com/wso2/charon/blob/master/modules/charon-co
> > > > > > > re/src/main/java/org/wso2/charon3/core/objects/User.java
> > > > > > > [2] https://github.com/wso2/charon/blob/master/modules/charon-co
> > > > > > > re/src/main/java/org/wso2/charon3/core/objects/Group.java
> > > > > > > 
> > > > > > > > 
> > > > > > > > In this week, I am planning on look into the scimcore component
> > > > > > > > more with adhering to schema specification. Also I did not mock the \
> > > > > > > > SCIM 1.1 /Schemas endpoint in IS yet since it is not that urgent at \
> > > > > > > > the moment (it is helpful in understanding the protocol \
> > > > > > > > specification). Hence I will look into mock that as well since now I \
> > > > > > > > can work with protocol specification as well.
> > > > > > > > 
> > > > > > > Could you able to run SCIM 1.1 compliance test if you mock /Schemas
> > > > > > > endpoint ? This task also important to get an understanding about
> > > > > > > compliance test.
> > > > > > > 
> > > > > > > > 
> > > > > > > > Thank you.
> > > > > > > > 
> > > > > > > > *Vindula Jayawardana*
> > > > > > > > Computer Science and Engineering Dept.
> > > > > > > > University of Moratuwa
> > > > > > > > mobile : +713462554
> > > > > > > > Email : vindulamj@gmail.com
> > > > > > > > 
> > > > > > > > <https://www.facebook.com/vindula.jayawardana>
> > > > > > > > <http://lk.linkedin.com/pub/vindula-jayawardana/a7/315/53b>
> > > > > > > > <https://plus.google.com/u/0/+VindulaJayawardana/posts>
> > > > > > > > <https://twitter.com/vindulajay>
> > > > > > > > 
> > > > > > > > *"Respect is how to treat everyone, not just those you want to
> > > > > > > > impress. "*
> > > > > > > > 
> > > > > > > > 
> > > > > > > > *-Richard Branson-*
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > On 29 May 2017 at 10:50, Gayan Gunawardana <gayan@wso2.com> wrote:
> > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > On Mon, May 29, 2017 at 1:21 AM, Vindula Jayawardana <
> > > > > > > > > vindula.13@cse.mrt.ac.lk> wrote:
> > > > > > > > > 
> > > > > > > > > > Hi,
> > > > > > > > > > 
> > > > > > > > > > I have been working on understanding more on the current SCIM 1.1
> > > > > > > > > > test suite. Hence I further analyzed it and identified the \
> > > > > > > > > > following possibilities.
> > > > > > > > > > 
> > > > > > > > > +1
> > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 1. Apart from the specification specific implementation aspects,
> > > > > > > > > > a significant amount of code reuse can be done from the current \
> > > > > > > > > > code base. However as per the SCIM mailing list [1] some concerns \
> > > > > > > > > > were raised regarding the current structure of the \
> > > > > > > > > > implementation. 2. For the proposed scim core component, we can \
> > > > > > > > > > make use of the Charon [2] code base as a start.
> > > > > > > > > > 
> > > > > > > > > > As Identity Server currently supports SCIM 2.0 in the C5
> > > > > > > > > > architecture only, I have added a PR [3] and a jira [4] to make \
> > > > > > > > > > it available for C4 architecture as well. Greatly appreciate if \
> > > > > > > > > > you can review it and merge.
> > > > > > > > > > 
> > > > > > > > > We will review [3],[4] btw can you continue the work with IS 6.0.0
> > > > > > > > > in C5 ? I guess for compliance test it won't make much difference.
> > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > I am currently working in the webapp of the component
> > > > > > > > > > architecture proposed and hoping to start implementing the \
> > > > > > > > > > scimcore component in the coming week. Apart from that, will look \
> > > > > > > > > > into mocking the /Schemas endpoint in the SCIM 1.1 implementation \
> > > > > > > > > > of Identity Server to get a better understanding on how the SCIM \
> > > > > > > > > > 1.1 test suite works with IS. 
> > > > > > > > > Great progress Vindula keep it up.
> > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > [1] - https://mailarchive.ietf.org/a
> > > > > > > > > > rch/msg/scim/JYFpusDrtQ94hnghvEPjczU4laE
> > > > > > > > > > [2] - https://github.com/wso2/charon
> > > > > > > > > > [3] - https://github.com/wso2-extensions/identity-inbound-provis
> > > > > > > > > > ioning-scim2/pull/16
> > > > > > > > > > [4] - https://wso2.org/jira/projects/IDENTITY/issues/IDENTITY-59
> > > > > > > > > > 42
> > > > > > > > > > 
> > > > > > > > > > Thank you
> > > > > > > > > > 
> > > > > > > > > > *Vindula Jayawardana*
> > > > > > > > > > Computer Science and Engineering Dept.
> > > > > > > > > > University of Moratuwa
> > > > > > > > > > mobile : +713462554
> > > > > > > > > > Email : vindulamj@gmail.com
> > > > > > > > > > 
> > > > > > > > > > <https://www.facebook.com/vindula.jayawardana>
> > > > > > > > > > <http://lk.linkedin.com/pub/vindula-jayawardana/a7/315/53b>
> > > > > > > > > > <https://plus.google.com/u/0/+VindulaJayawardana/posts>
> > > > > > > > > > <https://twitter.com/vindulajay>
> > > > > > > > > > 
> > > > > > > > > > *"Respect is how to treat everyone, not just those you want to
> > > > > > > > > > impress. "*
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > *-Richard Branson-*
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > On 2 April 2017 at 18:29, Vindula Jayawardana <
> > > > > > > > > > vindula.13@cse.mrt.ac.lk> wrote:
> > > > > > > > > > 
> > > > > > > > > > > Hi Omindu,
> > > > > > > > > > > 
> > > > > > > > > > > Thank you for the prompt feedback on the draft proposal. I
> > > > > > > > > > > incorporated the suggestions you made on the proposal.
> > > > > > > > > > > 
> > > > > > > > > > > As also mentioned in the proposal, I made the configuration
> > > > > > > > > > > options more flexible by giving the manual configuration \
> > > > > > > > > > > feasibility to the tester as an optional feature apart from \
> > > > > > > > > > > what is mandatory in the project. I hope that would give us the \
> > > > > > > > > > > required flexibility in the SCIM 2.0 compliance test suite in \
> > > > > > > > > > > terms of configuration options. 
> > > > > > > > > > > Thank you,
> > > > > > > > > > > 
> > > > > > > > > > > *Vindula Jayawardana*
> > > > > > > > > > > Computer Science and Engineering Dept.
> > > > > > > > > > > University of Moratuwa
> > > > > > > > > > > mobile : +713462554
> > > > > > > > > > > Email : vindulamj@gmail.com
> > > > > > > > > > > 
> > > > > > > > > > > <https://www.facebook.com/vindula.jayawardana>
> > > > > > > > > > > <http://lk.linkedin.com/pub/vindula-jayawardana/a7/315/53b>
> > > > > > > > > > > <https://plus.google.com/u/0/+VindulaJayawardana/posts>
> > > > > > > > > > > <https://twitter.com/vindulajay>
> > > > > > > > > > > 
> > > > > > > > > > > *"Respect is how to treat everyone, not just those you want to
> > > > > > > > > > > impress. "*
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > *-Richard Branson-*
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > On 2 April 2017 at 17:08, Omindu Rathnaweera <omindu@wso2.com>
> > > > > > > > > > > wrote:
> > > > > > > > > > > 
> > > > > > > > > > > > Will have a look Vindula.
> > > > > > > > > > > > 
> > > > > > > > > > > > Thanks for putting an effort on running the 1.1 test. The
> > > > > > > > > > > > intention behind it was to get a general idea on what to \
> > > > > > > > > > > > include in the 2.0 test suite and the areas to be improved. \
> > > > > > > > > > > > What you have obtained should be enough to understand the \
> > > > > > > > > > > > nature of the tests and basics information to be captured. I \
> > > > > > > > > > > > agree on the fact that the configuration options should be \
> > > > > > > > > > > > more flexible. Let's capture this in the project proposal if \
> > > > > > > > > > > > you haven't already. 
> > > > > > > > > > > > Regards,
> > > > > > > > > > > > Omindu.
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > On Sun, Apr 2, 2017 at 1:26 PM, Vindula Jayawardana <
> > > > > > > > > > > > vindula.13@cse.mrt.ac.lk> wrote:
> > > > > > > > > > > > 
> > > > > > > > > > > > > Hi,
> > > > > > > > > > > > > 
> > > > > > > > > > > > > I shared my draft proposal in GSoC dashboard and I kindly
> > > > > > > > > > > > > request your feedback in improving the proposal.
> > > > > > > > > > > > > 
> > > > > > > > > > > > > Thank you,
> > > > > > > > > > > > > 
> > > > > > > > > > > > > *Vindula Jayawardana*
> > > > > > > > > > > > > Computer Science and Engineering Dept.
> > > > > > > > > > > > > University of Moratuwa
> > > > > > > > > > > > > mobile : +713462554
> > > > > > > > > > > > > Email : vindulamj@gmail.com
> > > > > > > > > > > > > 
> > > > > > > > > > > > > <https://www.facebook.com/vindula.jayawardana>
> > > > > > > > > > > > > <http://lk.linkedin.com/pub/vindula-jayawardana/a7/315/53b>
> > > > > > > > > > > > > <https://plus.google.com/u/0/+VindulaJayawardana/posts>
> > > > > > > > > > > > > <https://twitter.com/vindulajay>
> > > > > > > > > > > > > 
> > > > > > > > > > > > > *"Respect is how to treat everyone, not just those you want \
> > > > > > > > > > > > > to impress. "*
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > *-Richard Branson-*
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > On 30 March 2017 at 23:13, Vindula Jayawardana <
> > > > > > > > > > > > > vindula.13@cse.mrt.ac.lk> wrote:
> > > > > > > > > > > > > 
> > > > > > > > > > > > > > Hi,
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > As mentioned above, I looked at the SCIM 1.1 compliance \
> > > > > > > > > > > > > > test suite [1]. Due to the reason that the SCIM 1.1 test \
> > > > > > > > > > > > > > suite requires an internet facing SCIM 1.1 server to run \
> > > > > > > > > > > > > > the tests against, I setup-ed an Identity Server instance \
> > > > > > > > > > > > > > in AWS [2]. However when the test are run, it fails due \
> > > > > > > > > > > > > > to /ServiceProviderConfigs and /Schemas endpoints. As \
> > > > > > > > > > > > > > WSO2 SCIM 1.1 support [3] is not covering the mentioned \
> > > > > > > > > > > > > > two endpoints, tests are failing when run.
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > However in order to get an idea on how the result
> > > > > > > > > > > > > > representation had been done in SCIM 1.1 compliance test \
> > > > > > > > > > > > > > suit, I mocked the /ServiceProviderConfigs endpoint [4] \
> > > > > > > > > > > > > > and was able to get the following output.
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > ​
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > Due to the complexity of mocking the /Schemas endpoint \
> > > > > > > > > > > > > > and also as the test on one endpoint ( \
> > > > > > > > > > > > > > /ServiceProviderConfigs) could give the nature of the \
> > > > > > > > > > > > > > result representation as seen above, I did not try to \
> > > > > > > > > > > > > > mock /Schemas endpoint and run the test suit again. \
> > > > > > > > > > > > > > However I tried by mocking the endpoint with 501 NOT \
> > > > > > > > > > > > > > IMPLEMENTED [5] as the output, but that was not accepted \
> > > > > > > > > > > > > > by the test suit as a valid return object. 
> > > > > > > > > > > > > > However, in my opinion, the SCIM test suit should be \
> > > > > > > > > > > > > > flexible in nature to skip any test which was given the \
> > > > > > > > > > > > > > input from the SCIM server as 501 NOT IMPLEMENTED [5]. I \
> > > > > > > > > > > > > > encourage such kind of implementation to be adopted in \
> > > > > > > > > > > > > > the proposed SCIM 2.0 compliance test suit as in that way \
> > > > > > > > > > > > > > the test suit acknowledges the SP's inability to provide \
> > > > > > > > > > > > > > those endpoints while making sure such kind of inability \
> > > > > > > > > > > > > > does not compromise the ability to run the test suit on \
> > > > > > > > > > > > > > other endpoints. 
> > > > > > > > > > > > > > [1] - http://www.simplecloud.info/#complianceTest
> > > > > > > > > > > > > > [2] - https://aws.amazon.com/
> > > > > > > > > > > > > > [3] - https://github.com/wso2/charon/tree/release-2.0.7
> > > > > > > > > > > > > > [4] - https://github.com/Vindulamj
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > ity-inbound-provisioning-scim-master
> > > > > > > > > > > > > > [5] - http://www.simplecloud.info/
> > > > > > > > > > > > > > specs/draft-scim-api-01.html#anchor6
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > *Vindula Jayawardana*
> > > > > > > > > > > > > > Computer Science and Engineering Dept.
> > > > > > > > > > > > > > University of Moratuwa
> > > > > > > > > > > > > > mobile : +713462554
> > > > > > > > > > > > > > Email : vindulamj@gmail.com
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > <https://www.facebook.com/vindula.jayawardana>
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > \
> > > > > > > > > > > > > > <https://plus.google.com/u/0/+VindulaJayawardana/posts>
> > > > > > > > > > > > > > <https://twitter.com/vindulajay>
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > *"Respect is how to treat everyone, not just those you \
> > > > > > > > > > > > > > want to impress. "*
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > *-Richard Branson-*
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > On 10 March 2017 at 16:42, Vindula Jayawardana <
> > > > > > > > > > > > > > vindula.13@cse.mrt.ac.lk> wrote:
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > Hi,
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > Thank you very much for the prompt replies. I will look \
> > > > > > > > > > > > > > > into the points you have mentioned and will keep you \
> > > > > > > > > > > > > > > updated here. 
> > > > > > > > > > > > > > > Thank you.
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > *Vindula Jayawardana*
> > > > > > > > > > > > > > > Computer Science and Engineering Dept.
> > > > > > > > > > > > > > > University of Moratuwa
> > > > > > > > > > > > > > > mobile : +713462554
> > > > > > > > > > > > > > > Email : vindulamj@gmail.com
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > <https://www.facebook.com/vindula.jayawardana>
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > <https://plus.google.com/u/0/+VindulaJayawardana/posts>
> > > > > > > > > > > > > > > <https://twitter.com/vindulajay>
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > *"Respect is how to treat everyone, not just those you \
> > > > > > > > > > > > > > > want to impress. "*
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > *-Richard Branson-*
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > On 9 March 2017 at 21:22, Omindu Rathnaweera <
> > > > > > > > > > > > > > > omindu@wso2.com> wrote:
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > Hi Vindula,
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > If we can run the existing 1.1 test on IS and see the
> > > > > > > > > > > > > > > > generated output, that will be a good point to start. \
> > > > > > > > > > > > > > > > However we'll need to host an IS instance publicly to \
> > > > > > > > > > > > > > > > run the tests on it. 
> > > > > > > > > > > > > > > > Regards,
> > > > > > > > > > > > > > > > Omindu.
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > On Thu, Mar 9, 2017 at 8:52 PM, Gayan Gunawardana <
> > > > > > > > > > > > > > > > gayan@wso2.com> wrote:
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > Hi Vindula,
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > Thanks for your interest in this project.
> > > > > > > > > > > > > > > > > Since you have good knowledge about SCIM 2.0
> > > > > > > > > > > > > > > > > specifications, could you please look at SCIM 1.1 \
> > > > > > > > > > > > > > > > > compliance test and source code [1]. SCIM 2.0 \
> > > > > > > > > > > > > > > > > compliance test doesn't need to be same as SCIM 1.1 \
> > > > > > > > > > > > > > > > > just get an idea from SCIM 1.1 compliance test. \
> > > > > > > > > > > > > > > > > Further you can extract test scenarios from [2] as \
> > > > > > > > > > > > > > > > > well. 
> > > > > > > > > > > > > > > > > [1]https://github.com/erdtman/simplecloud.info
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > [2]https://github.com/wso2-ext
> > > > > > > > > > > > > > > > > ensions/identity-inbound-provi
> > > > > > > > > > > > > > > > > sioning-scim2/tree/master/tests
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > Thanks,
> > > > > > > > > > > > > > > > > Gayan
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > On Thu, Mar 9, 2017 at 7:51 PM, Vindula Jayawardana \
> > > > > > > > > > > > > > > > > < vindula.13@cse.mrt.ac.lk> wrote:
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > Hi,
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > I am Vindula Jayawardana, a final year \
> > > > > > > > > > > > > > > > > > undergraduate of Computer Science and Engineering \
> > > > > > > > > > > > > > > > > > Department of University of Moratuwa. I am \
> > > > > > > > > > > > > > > > > > interested in applying for the "Proposal 21: [IS] \
> > > > > > > > > > > > > > > > > > SCIM 2.0 compliance test suite" which you have \
> > > > > > > > > > > > > > > > > > offered for the GSoC project idea pool.
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > I have a good understanding on SCIM core and \
> > > > > > > > > > > > > > > > > > protocol specifications for both SCIM 1.1 and \
> > > > > > > > > > > > > > > > > > SCIM 2.0. Based on my knowledge I have written \
> > > > > > > > > > > > > > > > > > few blog posts specifically catering on SCIM [1] \
> > > > > > > > > > > > > > > > > > and the use cases of SCIM [2]. Also I have tried \
> > > > > > > > > > > > > > > > > > SCIM 1.1 and 2.0 APIs of wso2 IS. I went though \
> > > > > > > > > > > > > > > > > > the references provided and would like to know \
> > > > > > > > > > > > > > > > > > more on the scope of the coverage report and \
> > > > > > > > > > > > > > > > > > detailed analysis view need to be generated as a \
> > > > > > > > > > > > > > > > > > deliverable. Could you kindly guide me on the \
> > > > > > > > > > > > > > > > > > said matter. 
> > > > > > > > > > > > > > > > > > [1] - https://medium.com/@vindulajay
> > > > > > > > > > > > > > > > > > awardana/scim-make-it-fast-che
> > > > > > > > > > > > > > > > > > ap-and-easy-b2bd56492c15#.ec1kncbde
> > > > > > > > > > > > > > > > > > [2] - https://medium.com/@vindulajay
> > > > > > > > > > > > > > > > > > awardana/5-things-that-will-no
> > > > > > > > > > > > > > > > > > t-be-a-nightmare-anymore-if-yo
> > > > > > > > > > > > > > > > > > u-support-scim-9353d73836a7#.ihcm9aqub
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > Thank you,
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > *Vindula Jayawardana*
> > > > > > > > > > > > > > > > > > Computer Science and Engineering Dept.
> > > > > > > > > > > > > > > > > > University of Moratuwa
> > > > > > > > > > > > > > > > > > mobile : +713462554
> > > > > > > > > > > > > > > > > > Email : vindulamj@gmail.com
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > <https://www.facebook.com/vindula.jayawardana>
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > \
> > > > > > > > > > > > > > > > > > <https://twitter.com/vindulajay>
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > *"Respect is how to treat everyone, not just \
> > > > > > > > > > > > > > > > > > those you want to impress. "*
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > *-Richard Branson-*
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > > Gayan Gunawardana
> > > > > > > > > > > > > > > > > Software Engineer; WSO2 Inc.; http://wso2.com/
> > > > > > > > > > > > > > > > > Email: gayan@wso2.com
> > > > > > > > > > > > > > > > > Mobile: +94 (71) 8020933
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > Omindu Rathnaweera
> > > > > > > > > > > > > > > > Software Engineer, WSO2 Inc.
> > > > > > > > > > > > > > > > Mobile: +94 771 197 211 <+94%2077%20119%207211>
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > --
> > > > > > > > > > > > Omindu Rathnaweera
> > > > > > > > > > > > Senior Software Engineer, WSO2 Inc.
> > > > > > > > > > > > Mobile: +94 771 197 211 <+94%2077%20119%207211>
> > > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > --
> > > > > > > > > Gayan Gunawardana
> > > > > > > > > Senior Software Engineer; WSO2 Inc.; http://wso2.com/
> > > > > > > > > Email: gayan@wso2.com
> > > > > > > > > Mobile: +94 (71) 8020933
> > > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > --
> > > > > > > Gayan Gunawardana
> > > > > > > Senior Software Engineer; WSO2 Inc.; http://wso2.com/
> > > > > > > Email: gayan@wso2.com
> > > > > > > Mobile: +94 (71) 8020933
> > > > > > > 
> > > > > > 
> > > > > > 
> > > > > 
> > > > > 
> > > > > --
> > > > > Omindu Rathnaweera
> > > > > Senior Software Engineer, WSO2 Inc.
> > > > > Mobile: +94 771 197 211 <+94%2077%20119%207211>
> > > > > 
> > > > 
> > > > 
> > > 
> > > 
> > > --
> > > Omindu Rathnaweera
> > > Senior Software Engineer, WSO2 Inc.
> > > Mobile: +94 771 197 211 <+94%2077%20119%207211>
> > > 
> > 
> > 
> > 
> > --
> > Omindu Rathnaweera
> > Senior Software Engineer, WSO2 Inc.
> > Mobile: +94 771 197 211 <+94%2077%20119%207211>
> > 
> 
> 


-- 
Regards,


*Darshana Gunawardana*Associate Technical Lead
WSO2 Inc.; http://wso2.com

*E-mail: darshana@wso2.com <darshana@wso2.com>*
*Mobile: +94718566859*Lean . Enterprise . Middleware


[Attachment #7 (text/html)]

<div dir="ltr">Hi VIndula,<div><br></div><div>Impressive progress so \
far..!!</div><div><br></div><div>As discussed let&#39;s have more focus on the the \
maximizing re-usability aspects of this test suite. So the test suit will be easy to \
tryout, easy to contribute &amp; easy to integrate with test automation \
frameworks..</div><div><br></div><div>Regards,</div></div><div \
class="gmail_extra"><br><div class="gmail_quote">On Fri, Jul 28, 2017 at 8:55 PM, \
Vindula Jayawardana <span dir="ltr">&lt;<a href="mailto:vindula.13@cse.mrt.ac.lk" \
target="_blank">vindula.13@cse.mrt.ac.lk</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr">Hi,<br><br>As I demonstrated at the demo held \
today, I have been able to complete a milestone of the project as per the timeline. \
As decided at the meeting, I sent a PR[1] to the  scim2-compliance-test-<wbr>suite \
repo. Please review and merge.<br><br>As I explained at the meeting, the current \
implementation[1] covers approximately  75% of compliance  test suite. A brief \
overview of the implemented tests is as follows.  <div><br></div><div>1. All tests \
for /Users Endpoint  </div><div>2. All tests for /Groups Endpoint  </div><div>3. \
/ServiceproviderConfig Endpoint</div><div>4. /ResourceType \
Endpoint</div><div><br></div><div><div>Following are yet to be \
developed.</div><div><br></div><div>1. /Bulk Endpoint</div><div><br></div><div>Since \
the project can accommodate  additional features with the time remaining, as Darshana \
pointed out, I will also be working on the following value adding feature as \
well.</div><div><br></div><div>1. Ability to run custom test cases<br><br>Thank \
you</div><div><br></div><div>[1] :  <a \
href="https://github.com/wso2-incubator/scim2-compliance-test-suite/pull/1" \
target="_blank">https://github.com/wso2-<wbr>incubator/scim2-compliance-<wbr>test-suite/pull/1</a></div></div></div><div \
class="gmail_extra"><span class=""><br clear="all"><div><div \
class="m_4794718489824660710gmail_signature" data-smartmail="gmail_signature"><div \
dir="ltr"><div><div dir="ltr"><div style="font-size:12.8px"><font size="2" \
face="arial"><b><i>Vindula Jayawardana</i></b></font></div><div \
style="font-size:12.8px"><font size="2" face="arial">Computer Science and Engineering \
Dept.</font></div><div style="font-size:12.8px"><font size="2" \
face="arial">University of Moratuwa</font></div><div style="font-size:12.8px"><font \
size="1" face="arial">mobile : +713462554</font></div><div \
style="font-size:12.8px"><font size="1" face="arial">Email :  <a \
href="mailto:vindulamj@gmail.com" target="_blank">vindulamj@gmail.com</a><br><br><a \
href="https://www.facebook.com/vindula.jayawardana" target="_blank"><img alt="" \
src="https://docs.google.com/uc?export=download&amp;id=0B18Cft2RDlpWSElscTU0dnBCc0E&amp;revid=0B18Cft2RDlpWOHQzUjh5ZjZWYnlDdWJuU2NYdjFtbm1GWGRnPQ"></a><a \
href="http://lk.linkedin.com/pub/vindula-jayawardana/a7/315/53b" target="_blank"><img \
alt="" src="https://docs.google.com/uc?export=download&amp;id=0B18Cft2RDlpWN3d6akUwUklIYkU&amp;revid=0B18Cft2RDlpWUURmOTBtNXFkcTRJRVFDUWVGZ1Exc2ZJWFBNPQ"></a><a \
href="https://plus.google.com/u/0/+VindulaJayawardana/posts" target="_blank"><img \
alt="" src="https://docs.google.com/uc?export=download&amp;id=0B18Cft2RDlpWX0lsbmRvcEplaW8&amp;revid=0B18Cft2RDlpWOGVKRjdRWmxKQlp5WUhTWDJZZHJKb1hHV3ZZPQ"></a><a \
href="https://twitter.com/vindulajay" target="_blank"><img alt="" \
src="https://docs.google.com/uc?export=download&amp;id=0B18Cft2RDlpWZ3BjSHZveFUyejA&am \
p;revid=0B18Cft2RDlpWc0JXNXFzUGFXRGwzdnlTRkpjT3g0a2FCYWZvPQ"></a></font></div><div \
style="font-size:12.8px"><i><font face="georgia, \
serif"><br></font></i></div><blockquote style="font-size:12.8px;margin:0px 0px 0px \
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><font \
color="#999999" size="2" face="arial, helvetica, sans-serif"><i><b>"Respect is how to \
treat everyone, not just those you want to impress. \
&quot;</b></i></font></blockquote><blockquote style="font-size:12.8px;margin:0px 0px \
0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><i><b><font \
face="arial, helvetica, sans-serif"><font color="#999999" size="2">-Richard \
Branson-</font><br></font></b></i></blockquote><div><i><b><font face="arial, \
helvetica, sans-serif"><font color="#999999" \
size="2"><br></font></font></b></i></div></div></div></div></div></div> \
<br></span><div><div class="h5"><div class="gmail_quote">On 10 July 2017 at 20:27, \
Omindu Rathnaweera <span dir="ltr">&lt;<a href="mailto:omindu@wso2.com" \
target="_blank">omindu@wso2.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr">Hi VIndula,<div><br></div><div>You can use <a \
href="https://github.com/wso2-incubator/scim2-compliance-test-suite" \
target="_blank">https://github.com/wso2-incuba<wbr>tor/scim2-compliance-test-<wbr>suite</a> \
for your development. Please send a PR with the current \
code.</div><div><br></div><div>Regards,</div><div>Omindu.</div></div><div \
class="m_4794718489824660710HOEnZb"><div class="m_4794718489824660710h5"><div \
class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 26, 2017 at 11:52 PM, \
Omindu Rathnaweera <span dir="ltr">&lt;<a href="mailto:omindu@wso2.com" \
target="_blank">omindu@wso2.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr">Scheduled the meeting on  <span \
style="font-size:12.8px">28th Wednesday  at 3.00 pm. Hope you&#39;ve got the \
request.</span><div><div \
class="m_4794718489824660710m_2413384951896357888h5"><br><div \
class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 26, 2017 at 11:17 PM, \
Vindula Jayawardana <span dir="ltr">&lt;<a href="mailto:vindula.13@cse.mrt.ac.lk" \
target="_blank">vindula.13@cse.mrt.ac.lk</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi,<br><br>Yes I can do a demo on \
the current implementation<span style="font-size:12.8px">. How about the June 28th \
Wednesday  at 3.00 pm ?  </span><br><br><span style="font-size:12.8px">Please find \
the following  details to test the /ServiceProviderConfig endpoint.<br></span><br>1. \
Start the IS instance locally.<div>2. Deploy the  scimproxycompliance.war  \
</div><div>3. On the UI, select Compliance Test 2.0 tab</div><div>4. Enter the IS \
SCIM base url as : <a href="https://localhost:9443" \
target="_blank">https://localhost:9443</a>  <br><br>I have tested with mocked IS \
5.3.0 instance with SCIM 2.0 support.</div><div><br>Thank you.</div></div><div \
class="gmail_extra"><span \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-"><br \
clear="all"><div><div \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-7247591582982551357gmail_signature"><div \
dir="ltr"><div><div dir="ltr"><div style="font-size:12.8px"><font size="2" \
face="arial"><b><i>Vindula Jayawardana</i></b></font></div><div \
style="font-size:12.8px"><font size="2" face="arial">Computer Science and Engineering \
Dept.</font></div><div style="font-size:12.8px"><font size="2" \
face="arial">University of Moratuwa</font></div><div style="font-size:12.8px"><font \
size="1" face="arial">mobile : +713462554</font></div><div \
style="font-size:12.8px"><font size="1" face="arial">Email :  <a \
href="mailto:vindulamj@gmail.com" target="_blank">vindulamj@gmail.com</a><br><br><a \
href="https://www.facebook.com/vindula.jayawardana" target="_blank"><img alt="" \
src="https://docs.google.com/uc?export=download&amp;id=0B18Cft2RDlpWSElscTU0dnBCc0E&amp;revid=0B18Cft2RDlpWOHQzUjh5ZjZWYnlDdWJuU2NYdjFtbm1GWGRnPQ"></a><a \
href="http://lk.linkedin.com/pub/vindula-jayawardana/a7/315/53b" target="_blank"><img \
alt="" src="https://docs.google.com/uc?export=download&amp;id=0B18Cft2RDlpWN3d6akUwUklIYkU&amp;revid=0B18Cft2RDlpWUURmOTBtNXFkcTRJRVFDUWVGZ1Exc2ZJWFBNPQ"></a><a \
href="https://plus.google.com/u/0/+VindulaJayawardana/posts" target="_blank"><img \
alt="" src="https://docs.google.com/uc?export=download&amp;id=0B18Cft2RDlpWX0lsbmRvcEplaW8&amp;revid=0B18Cft2RDlpWOGVKRjdRWmxKQlp5WUhTWDJZZHJKb1hHV3ZZPQ"></a><a \
href="https://twitter.com/vindulajay" target="_blank"><img alt="" \
src="https://docs.google.com/uc?export=download&amp;id=0B18Cft2RDlpWZ3BjSHZveFUyejA&am \
p;revid=0B18Cft2RDlpWc0JXNXFzUGFXRGwzdnlTRkpjT3g0a2FCYWZvPQ"></a></font></div><div \
style="font-size:12.8px"><i><font face="georgia, \
serif"><br></font></i></div><blockquote style="font-size:12.8px;margin:0px 0px 0px \
0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><font color="#999999" \
size="2" face="arial, helvetica, sans-serif"><i><b>"Respect is how to treat everyone, \
not just those you want to impress. &quot;</b></i></font></blockquote><blockquote \
style="font-size:12.8px;margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex"><i><b><font face="arial, helvetica, \
sans-serif"><font color="#999999" size="2">-Richard \
Branson-</font><br></font></b></i></blockquote><div><i><b><font face="arial, \
helvetica, sans-serif"><font color="#999999" \
size="2"><br></font></font></b></i></div></div></div></div></div></div> \
<br></span><div><div \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-h5"><div \
class="gmail_quote">On 26 June 2017 at 10:42, Omindu Rathnaweera <span \
dir="ltr">&lt;<a href="mailto:omindu@wso2.com" \
target="_blank">omindu@wso2.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi \
Vindula,<div><br></div><div>Would it possible for you to arrange the demo within the \
evaluation time period (26th - 30th)? Also please share the instructions to try out \
the &#39;<span style="font-size:12.8px">ServiceProviderConfig</span>&#39; \
test.</div><div><br></div><div>Thanks,</div><div>Omindu.</div></div><div \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-7247591582982551357HOEnZb"><div \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-7247591582982551357h5"><div \
class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 20, 2017 at 5:12 PM, \
Vindula Jayawardana <span dir="ltr">&lt;<a href="mailto:vindula.13@cse.mrt.ac.lk" \
target="_blank">vindula.13@cse.mrt.ac.lk</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi,<br><br>I was able to implement \
/ServiceProviderConfig endpoint compliance test as an end to end test [1].   \
<div><br></div><div>As discussed I used  <span style="font-size:12.8px">feign JAX-RS \
client.  </span><span style="font-size:12.8px">I did not directly use Charon core \
objects [1][2] in REST client due to  </span><span style="font-size:12.8px">json \
encoding and decoding problem as mentioned by Gayan in the previous mail. Hence I  \
implemented separate  object object models for this purpose.</span></div><div><span \
style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">I am \
hoping to arrange a demo of the currently implemented test and also it will be better \
if I can get your opinions on verifying the architecture  of the current  \
implementation. Shall we have a quick demo session  on Thursday  (22nd) ?  \
</span></div><div><span style="font-size:12.8px"><br></span></div><div><span \
style="font-size:12.8px">[1]  <a \
href="https://github.com/Vindulamj/SCIM-2.0-Complience-Test-Suite" \
target="_blank">https://github.com/Vindula<wbr>mj/SCIM-2.0-Complience-Test-Su<wbr>ite</a></span><br></div><div><span \
style="font-size:12.8px">[2]  </span><a \
href="https://github.com/wso2/charon/blob/master/modules/charon-core/src/main/java/org/wso2/charon3/core/objects/User.java" \
style="font-size:12.8px" \
target="_blank">https://github.com/wso2/ch<wbr>aron/blob/master/modules/charo<wbr>n-core/src/main/java/org/wso2/<wbr>charon3/core/objects/User.java</a><br \
style="font-size:12.8px"><span style="font-size:12.8px">[3]  </span><a \
href="https://github.com/wso2/charon/blob/master/modules/charon-core/src/main/java/org/wso2/charon3/core/objects/Group.java" \
style="font-size:12.8px" \
target="_blank">https://github.com/wso2/ch<wbr>aron/blob/master/modules/charo<wbr>n-core/src/main/java/org/wso2/<wbr>charon3/core/objects/Group.jav<wbr>a</a><span \
style="font-size:12.8px"><br></span></div><div><br></div><div>Thank \
you.</div></div><div class="gmail_extra"><span><br clear="all"><div><div \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-7247591582982551357m_-5274941665276920784m_7479782486752378780gmail_signature"><div \
dir="ltr"><div><div dir="ltr"><div style="font-size:12.8px"><font size="2" \
face="arial"><b><i>Vindula Jayawardana</i></b></font></div><div \
style="font-size:12.8px"><font size="2" face="arial">Computer Science and Engineering \
Dept.</font></div><div style="font-size:12.8px"><font size="2" \
face="arial">University of Moratuwa</font></div><div style="font-size:12.8px"><font \
size="1" face="arial">mobile : +713462554</font></div><div \
style="font-size:12.8px"><font size="1" face="arial">Email :  <a \
href="mailto:vindulamj@gmail.com" target="_blank">vindulamj@gmail.com</a><br><br><a \
href="https://www.facebook.com/vindula.jayawardana" target="_blank"><img alt="" \
src="https://docs.google.com/uc?export=download&amp;id=0B18Cft2RDlpWSElscTU0dnBCc0E&amp;revid=0B18Cft2RDlpWOHQzUjh5ZjZWYnlDdWJuU2NYdjFtbm1GWGRnPQ"></a><a \
href="http://lk.linkedin.com/pub/vindula-jayawardana/a7/315/53b" target="_blank"><img \
alt="" src="https://docs.google.com/uc?export=download&amp;id=0B18Cft2RDlpWN3d6akUwUklIYkU&amp;revid=0B18Cft2RDlpWUURmOTBtNXFkcTRJRVFDUWVGZ1Exc2ZJWFBNPQ"></a><a \
href="https://plus.google.com/u/0/+VindulaJayawardana/posts" target="_blank"><img \
alt="" src="https://docs.google.com/uc?export=download&amp;id=0B18Cft2RDlpWX0lsbmRvcEplaW8&amp;revid=0B18Cft2RDlpWOGVKRjdRWmxKQlp5WUhTWDJZZHJKb1hHV3ZZPQ"></a><a \
href="https://twitter.com/vindulajay" target="_blank"><img alt="" \
src="https://docs.google.com/uc?export=download&amp;id=0B18Cft2RDlpWZ3BjSHZveFUyejA&am \
p;revid=0B18Cft2RDlpWc0JXNXFzUGFXRGwzdnlTRkpjT3g0a2FCYWZvPQ"></a></font></div><div \
style="font-size:12.8px"><i><font face="georgia, \
serif"><br></font></i></div><blockquote style="font-size:12.8px;margin:0px 0px 0px \
0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><font color="#999999" \
size="2" face="arial, helvetica, sans-serif"><i><b>"Respect is how to treat everyone, \
not just those you want to impress. &quot;</b></i></font></blockquote><blockquote \
style="font-size:12.8px;margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex"><i><b><font face="arial, helvetica, \
sans-serif"><font color="#999999" size="2">-Richard \
Branson-</font><br></font></b></i></blockquote><div><i><b><font face="arial, \
helvetica, sans-serif"><font color="#999999" \
size="2"><br></font></font></b></i></div></div></div></div></div></div> \
<br></span><div><div \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-7247591582982551357m_-5274941665276920784h5"><div \
class="gmail_quote">On 11 June 2017 at 19:02, Gayan Gunawardana <span \
dir="ltr">&lt;<a href="mailto:gayan@wso2.com" \
target="_blank">gayan@wso2.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi Vindula,<br><div><div \
class="gmail_extra"><br><div class="gmail_quote"><span>On Mon, Jun 5, 2017 at 4:14 \
PM, Vindula Jayawardana <span dir="ltr">&lt;<a href="mailto:vindula.13@cse.mrt.ac.lk" \
target="_blank">vindula.13@cse.mrt.ac.lk</a>&gt;</span> wrote:<br></span><blockquote \
class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex"><div \
dir="ltr"><div>Hi,</div><div><br></div><span><div>Kindly find the weekly update \
<br></span><div><div \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-724759 \
1582982551357m_-5274941665276920784m_7479782486752378780m_-4277613381917839326gmail-h5"><div \
class="gmail_quote">On 29 May 2017 at 10:50, Gayan Gunawardana <span dir="ltr">&lt;<a \
href="mailto:gayan@wso2.com" target="_blank">gayan@wso2.com</a>&gt;</span> \
wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px \
0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div \
dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><span>On Mon, May \
29, 2017 at 1:21 AM, Vindula Jayawardana <span dir="ltr">&lt;<a \
href="mailto:vindula.13@cse.mrt.ac.lk" \
target="_blank">vindula.13@cse.mrt.ac.lk</a>&gt;</span> wrote:<br></span><blockquote \
class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi,<div><br></div><span><div>I have \
been working on understanding more on the current SCIM 1.1 test suite. Hence I \
further analyzed it and identified the following \
possibilities.</div></span></div></blockquote><div>+1 <br></div><span><blockquote \
class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><br></div><div>1. Apart from \
the specification specific implementation aspects, a significant amount of code reuse \
can be done from the current code base. However as per the SCIM mailing list [1] some \
concerns were raised regarding the current structure of the \
implementation.</div><div>2. For the proposed scim core component, we can make use of \
the Charon [2] code base as a start.</div><div><br></div><div>As Identity Server \
currently supports SCIM 2.0 in the C5 architecture only, I have added a PR [3] and a \
jira [4] to make it available for C4 architecture  as well. Greatly appreciate if you \
can review it and merge.</div></div></blockquote></span><div>We will review [3],[4] \
btw can you continue the work with IS 6.0.0 in C5 ? I guess for compliance test it \
won&#39;t make much difference.   <br></div><span><blockquote class="gmail_quote" \
style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><br></div><div>I am currently \
working in the webapp of the component architecture proposed and hoping to start \
implementing the scimcore component in the coming week. Apart from that, will look \
into mocking the /Schemas endpoint in the SCIM 1.1 implementation of Identity Server \
to get a better understanding on how the SCIM 1.1 test suite works with IS.  \
</div></div></blockquote></span><div>Great progress Vindula keep it up.   \
<br></div><div><div class="m_4794718489824660710m_2413384951896357888m_-55889037144590 \
39539gmail-m_-7247591582982551357m_-5274941665276920784m_7479782486752378780m_-4277613381917839326gmail-m_-1721340227062721946h5"><blockquote \
class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><br></div><div>[1] - <a \
href="https://mailarchive.ietf.org/arch/msg/scim/JYFpusDrtQ94hnghvEPjczU4laE" \
target="_blank">https://mailarchive.ietf.org/a<wbr>rch/msg/scim/JYFpusDrtQ94hnghv<wbr>EPjczU4laE</a></div><div>[2] \
-  <a href="https://github.com/wso2/charon" \
target="_blank">https://github.com/wso2/char<wbr>on</a></div><div>[3] -  <a \
href="https://github.com/wso2-extensions/identity-inbound-provisioning-scim2/pull/16" \
target="_blank">https://github.com/wso2-exte<wbr>nsions/identity-inbound-provis<wbr>ioning-scim2/pull/16</a></div><div>[4] \
-  <a href="https://wso2.org/jira/projects/IDENTITY/issues/IDENTITY-5942" \
target="_blank">https://wso2.org/jira/projec<wbr>ts/IDENTITY/issues/IDENTITY-59<wbr>42</a></div><div><br></div><div>Thank \
you</div></div><div class="gmail_extra"><span><br clear="all"><div><div \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-724759 \
1582982551357m_-5274941665276920784m_7479782486752378780m_-4277613381917839326gmail-m_ \
-1721340227062721946m_-2896914831426848367m_-3331833231175105675gmail_signature"><div \
dir="ltr"><div><div dir="ltr"><div style="font-size:12.8px"><font size="2" \
face="arial"><b><i>Vindula Jayawardana</i></b></font></div><div \
style="font-size:12.8px"><font size="2" face="arial">Computer Science and Engineering \
Dept.</font></div><div style="font-size:12.8px"><font size="2" \
face="arial">University of Moratuwa</font></div><div style="font-size:12.8px"><font \
size="1" face="arial">mobile : +713462554</font></div><div \
style="font-size:12.8px"><font size="1" face="arial">Email :  <a \
href="mailto:vindulamj@gmail.com" target="_blank">vindulamj@gmail.com</a><br><br><a \
href="https://www.facebook.com/vindula.jayawardana" target="_blank"><img alt="" \
src="https://docs.google.com/uc?export=download&amp;id=0B18Cft2RDlpWSElscTU0dnBCc0E&amp;revid=0B18Cft2RDlpWOHQzUjh5ZjZWYnlDdWJuU2NYdjFtbm1GWGRnPQ"></a><a \
href="http://lk.linkedin.com/pub/vindula-jayawardana/a7/315/53b" target="_blank"><img \
alt="" src="https://docs.google.com/uc?export=download&amp;id=0B18Cft2RDlpWN3d6akUwUklIYkU&amp;revid=0B18Cft2RDlpWUURmOTBtNXFkcTRJRVFDUWVGZ1Exc2ZJWFBNPQ"></a><a \
href="https://plus.google.com/u/0/+VindulaJayawardana/posts" target="_blank"><img \
alt="" src="https://docs.google.com/uc?export=download&amp;id=0B18Cft2RDlpWX0lsbmRvcEplaW8&amp;revid=0B18Cft2RDlpWOGVKRjdRWmxKQlp5WUhTWDJZZHJKb1hHV3ZZPQ"></a><a \
href="https://twitter.com/vindulajay" target="_blank"><img alt="" \
src="https://docs.google.com/uc?export=download&amp;id=0B18Cft2RDlpWZ3BjSHZveFUyejA&am \
p;revid=0B18Cft2RDlpWc0JXNXFzUGFXRGwzdnlTRkpjT3g0a2FCYWZvPQ"></a></font></div><div \
style="font-size:12.8px"><i><font face="georgia, \
serif"><br></font></i></div><blockquote style="font-size:12.8px;margin:0px 0px 0px \
0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><font size="2" \
face="arial, helvetica, sans-serif" color="#999999"><i><b>"Respect is how to treat \
everyone, not just those you want to impress. \
&quot;</b></i></font></blockquote><blockquote style="font-size:12.8px;margin:0px 0px \
0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><i><b><font \
face="arial, helvetica, sans-serif"><font size="2" color="#999999">-Richard \
Branson-</font><br></font></b></i></blockquote><div><i><b><font face="arial, \
helvetica, sans-serif"><font size="2" \
color="#999999"><br></font></font></b></i></div></div></div></div></div></div> \
<br></span><div><div \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-724759 \
1582982551357m_-5274941665276920784m_7479782486752378780m_-4277613381917839326gmail-m_-1721340227062721946m_-2896914831426848367h5"><div \
class="gmail_quote">On 2 April 2017 at 18:29, Vindula Jayawardana <span \
dir="ltr">&lt;<a href="mailto:vindula.13@cse.mrt.ac.lk" \
target="_blank">vindula.13@cse.mrt.ac.lk</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi Omindu,<br><br>Thank you for the \
prompt feedback on the draft proposal. I incorporated the suggestions you made on the \
proposal.<br><br>As also mentioned in the proposal, I made the  <span \
style="font-size:12.8px">configuration options more flexible by giving the manual \
configuration feasibility to the tester as an optional feature apart  from what is \
mandatory in the project. I hope that would give us the required flexibility in the \
SCIM 2.0 compliance  test suite in terms of  </span><span \
style="font-size:12.8px">configuration options</span><span style="font-size:12.8px">. \
</span><br><br>Thank you,</div><div class="gmail_extra"><span><br \
clear="all"><div><div \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-724759 \
1582982551357m_-5274941665276920784m_7479782486752378780m_-4277613381917839326gmail-m_ \
-1721340227062721946m_-2896914831426848367m_-3331833231175105675m_-3118805412037596108gmail_signature"><div \
dir="ltr"><div><div dir="ltr"><div style="font-size:12.8px"><font size="2" \
face="arial"><b><i>Vindula Jayawardana</i></b></font></div><div \
style="font-size:12.8px"><font size="2" face="arial">Computer Science and Engineering \
Dept.</font></div><div style="font-size:12.8px"><font size="2" \
face="arial">University of Moratuwa</font></div><div style="font-size:12.8px"><font \
size="1" face="arial">mobile : +713462554</font></div><div \
style="font-size:12.8px"><font size="1" face="arial">Email :  <a \
href="mailto:vindulamj@gmail.com" target="_blank">vindulamj@gmail.com</a><br><br><a \
href="https://www.facebook.com/vindula.jayawardana" target="_blank"><img alt="" \
src="https://docs.google.com/uc?export=download&amp;id=0B18Cft2RDlpWSElscTU0dnBCc0E&amp;revid=0B18Cft2RDlpWOHQzUjh5ZjZWYnlDdWJuU2NYdjFtbm1GWGRnPQ"></a><a \
href="http://lk.linkedin.com/pub/vindula-jayawardana/a7/315/53b" target="_blank"><img \
alt="" src="https://docs.google.com/uc?export=download&amp;id=0B18Cft2RDlpWN3d6akUwUklIYkU&amp;revid=0B18Cft2RDlpWUURmOTBtNXFkcTRJRVFDUWVGZ1Exc2ZJWFBNPQ"></a><a \
href="https://plus.google.com/u/0/+VindulaJayawardana/posts" target="_blank"><img \
alt="" src="https://docs.google.com/uc?export=download&amp;id=0B18Cft2RDlpWX0lsbmRvcEplaW8&amp;revid=0B18Cft2RDlpWOGVKRjdRWmxKQlp5WUhTWDJZZHJKb1hHV3ZZPQ"></a><a \
href="https://twitter.com/vindulajay" target="_blank"><img alt="" \
src="https://docs.google.com/uc?export=download&amp;id=0B18Cft2RDlpWZ3BjSHZveFUyejA&am \
p;revid=0B18Cft2RDlpWc0JXNXFzUGFXRGwzdnlTRkpjT3g0a2FCYWZvPQ"></a></font></div><div \
style="font-size:12.8px"><i><font face="georgia, \
serif"><br></font></i></div><blockquote style="font-size:12.8px;margin:0px 0px 0px \
0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><font size="2" \
face="arial, helvetica, sans-serif" color="#999999"><i><b>"Respect is how to treat \
everyone, not just those you want to impress. \
&quot;</b></i></font></blockquote><blockquote style="font-size:12.8px;margin:0px 0px \
0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><i><b><font \
face="arial, helvetica, sans-serif"><font size="2" color="#999999">-Richard \
Branson-</font><br></font></b></i></blockquote><div><i><b><font face="arial, \
helvetica, sans-serif"><font size="2" \
color="#999999"><br></font></font></b></i></div></div></div></div></div></div> \
<br></span><div><div \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-724759 \
1582982551357m_-5274941665276920784m_7479782486752378780m_-4277613381917839326gmail-m_-1721340227062721946m_-2896914831426848367m_-3331833231175105675h5"><div \
class="gmail_quote">On 2 April 2017 at 17:08, Omindu Rathnaweera <span \
dir="ltr">&lt;<a href="mailto:omindu@wso2.com" \
target="_blank">omindu@wso2.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex"><div dir="ltr">Will have a look \
Vindula.<div><br></div><div>Thanks for putting an effort on running the 1.1 test. The \
intention behind it was to get a general idea on what to include in the 2.0 test \
suite and the areas to be improved. What you have obtained should be enough to \
understand the nature of the tests and basics information to be captured. I agree on \
the fact that the configuration options should be more flexible. Let&#39;s capture \
this in the project proposal if you haven&#39;t \
already.</div><div><br></div><div>Regards,</div><div>Omindu.</div><div><br></div><div><br></div><div><br><div><br></div></div></div><div \
class="gmail_extra"><div><div \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-724759 \
1582982551357m_-5274941665276920784m_7479782486752378780m_-4277613381917839326gmail-m_ \
-1721340227062721946m_-2896914831426848367m_-3331833231175105675m_-3118805412037596108h5"><br><div \
class="gmail_quote">On Sun, Apr 2, 2017 at 1:26 PM, Vindula Jayawardana <span \
dir="ltr">&lt;<a href="mailto:vindula.13@cse.mrt.ac.lk" \
target="_blank">vindula.13@cse.mrt.ac.lk</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr" \
style="font-size:12.8px">Hi,<div><br></div><div>I shared my draft proposal in GSoC \
dashboard and I kindly request your feedback in improving the \
proposal.</div><div><br></div><div><span style="font-size:12.8px">Thank \
you,</span></div></div></div><div class="gmail_extra"><span><br clear="all"><div><div \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-724759 \
1582982551357m_-5274941665276920784m_7479782486752378780m_-4277613381917839326gmail-m_ \
-1721340227062721946m_-2896914831426848367m_-3331833231175105675m_-3118805412037596108m_-1130574061373437995m_-7223074307973356552gmail_signature"><div \
dir="ltr"><div><div dir="ltr"><div style="font-size:12.8px"><font size="2" \
face="arial"><b><i>Vindula Jayawardana</i></b></font></div><div \
style="font-size:12.8px"><font size="2" face="arial">Computer Science and Engineering \
Dept.</font></div><div style="font-size:12.8px"><font size="2" \
face="arial">University of Moratuwa</font></div><div style="font-size:12.8px"><font \
size="1" face="arial">mobile : +713462554</font></div><div \
style="font-size:12.8px"><font size="1" face="arial">Email :  <a \
href="mailto:vindulamj@gmail.com" target="_blank">vindulamj@gmail.com</a><br><br><a \
href="https://www.facebook.com/vindula.jayawardana" target="_blank"><img alt="" \
src="https://docs.google.com/uc?export=download&amp;id=0B18Cft2RDlpWSElscTU0dnBCc0E&amp;revid=0B18Cft2RDlpWOHQzUjh5ZjZWYnlDdWJuU2NYdjFtbm1GWGRnPQ"></a><a \
href="http://lk.linkedin.com/pub/vindula-jayawardana/a7/315/53b" target="_blank"><img \
alt="" src="https://docs.google.com/uc?export=download&amp;id=0B18Cft2RDlpWN3d6akUwUklIYkU&amp;revid=0B18Cft2RDlpWUURmOTBtNXFkcTRJRVFDUWVGZ1Exc2ZJWFBNPQ"></a><a \
href="https://plus.google.com/u/0/+VindulaJayawardana/posts" target="_blank"><img \
alt="" src="https://docs.google.com/uc?export=download&amp;id=0B18Cft2RDlpWX0lsbmRvcEplaW8&amp;revid=0B18Cft2RDlpWOGVKRjdRWmxKQlp5WUhTWDJZZHJKb1hHV3ZZPQ"></a><a \
href="https://twitter.com/vindulajay" target="_blank"><img alt="" \
src="https://docs.google.com/uc?export=download&amp;id=0B18Cft2RDlpWZ3BjSHZveFUyejA&am \
p;revid=0B18Cft2RDlpWc0JXNXFzUGFXRGwzdnlTRkpjT3g0a2FCYWZvPQ"></a></font></div><div \
style="font-size:12.8px"><i><font face="georgia, \
serif"><br></font></i></div><blockquote style="font-size:12.8px;margin:0px 0px 0px \
0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><font size="2" \
face="arial, helvetica, sans-serif" color="#999999"><i><b>"Respect is how to treat \
everyone, not just those you want to impress. \
&quot;</b></i></font></blockquote><blockquote style="font-size:12.8px;margin:0px 0px \
0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><i><b><font \
face="arial, helvetica, sans-serif"><font size="2" color="#999999">-Richard \
Branson-</font><br></font></b></i></blockquote><div><i><b><font face="arial, \
helvetica, sans-serif"><font size="2" \
color="#999999"><br></font></font></b></i></div></div></div></div></div></div> \
<br></span><div><div \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-724759 \
1582982551357m_-5274941665276920784m_7479782486752378780m_-4277613381917839326gmail-m_ \
-1721340227062721946m_-2896914831426848367m_-3331833231175105675m_-3118805412037596108m_-1130574061373437995h5"><div \
class="gmail_quote">On 30 March 2017 at 23:13, Vindula Jayawardana <span \
dir="ltr">&lt;<a href="mailto:vindula.13@cse.mrt.ac.lk" \
target="_blank">vindula.13@cse.mrt.ac.lk</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi,<br><br>As mentioned above, I \
looked at the  <span style="font-size:12.8px">SCIM 1.1 compliance test suite [1]. Due \
to the reason that the SCIM 1.1 test suite requires an internet facing SCIM 1.1 \
server to run the tests against, I setup-ed  an Identity Server instance in AWS [2]. \
However when the test are run, it fails due to /ServiceProviderConfigs and /Schemas \
endpoints. As WSO2 SCIM 1.1 support  </span><span \
style="font-size:12.8px">[3]</span><span style="font-size:12.8px">  is not covering \
the mentioned two endpoints, tests are failing  when run.  </span><div><span \
<br></span><div><div \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-724759 \
1582982551357m_-5274941665276920784m_7479782486752378780m_-4277613381917839326gmail-m_ \
-1721340227062721946m_-2896914831426848367m_-3331833231175105675m_-3118805412037596108m_-1130574061373437995m_-7223074307973356552h5"><div \
class="gmail_quote">On 10 March 2017 at 16:42, Vindula Jayawardana <span \
dir="ltr">&lt;<a href="mailto:vindula.13@cse.mrt.ac.lk" \
target="_blank">vindula.13@cse.mrt.ac.lk</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi,<br><br>Thank you very much for \
the prompt replies. I will look into the points you have mentioned and will keep you \
updated here.<br><br>Thank you.</div><div class="gmail_extra"><span><br \
clear="all"><div><div \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-724759 \
1582982551357m_-5274941665276920784m_7479782486752378780m_-4277613381917839326gmail-m_ \
-1721340227062721946m_-2896914831426848367m_-3331833231175105675m_-3118805412037596108 \
m_-1130574061373437995m_-7223074307973356552m_-4329151381199808415m_5401784683512890297gmail_signature"><div \
dir="ltr"><div><div dir="ltr"><div style="font-size:12.8px"><font size="2" \
face="arial"><b><i>Vindula Jayawardana</i></b></font></div><div \
style="font-size:12.8px"><font size="2" face="arial">Computer Science and Engineering \
Dept.</font></div><div style="font-size:12.8px"><font size="2" \
face="arial">University of Moratuwa</font></div><div style="font-size:12.8px"><font \
size="1" face="arial">mobile : +713462554</font></div><div \
style="font-size:12.8px"><font size="1" face="arial">Email :  <a \
href="mailto:vindulamj@gmail.com" target="_blank">vindulamj@gmail.com</a><br><br><a \
href="https://www.facebook.com/vindula.jayawardana" target="_blank"><img alt="" \
src="https://docs.google.com/uc?export=download&amp;id=0B18Cft2RDlpWSElscTU0dnBCc0E&amp;revid=0B18Cft2RDlpWOHQzUjh5ZjZWYnlDdWJuU2NYdjFtbm1GWGRnPQ"></a><a \
href="http://lk.linkedin.com/pub/vindula-jayawardana/a7/315/53b" target="_blank"><img \
alt="" src="https://docs.google.com/uc?export=download&amp;id=0B18Cft2RDlpWN3d6akUwUklIYkU&amp;revid=0B18Cft2RDlpWUURmOTBtNXFkcTRJRVFDUWVGZ1Exc2ZJWFBNPQ"></a><a \
href="https://plus.google.com/u/0/+VindulaJayawardana/posts" target="_blank"><img \
alt="" src="https://docs.google.com/uc?export=download&amp;id=0B18Cft2RDlpWX0lsbmRvcEplaW8&amp;revid=0B18Cft2RDlpWOGVKRjdRWmxKQlp5WUhTWDJZZHJKb1hHV3ZZPQ"></a><a \
href="https://twitter.com/vindulajay" target="_blank"><img alt="" \
src="https://docs.google.com/uc?export=download&amp;id=0B18Cft2RDlpWZ3BjSHZveFUyejA&am \
p;revid=0B18Cft2RDlpWc0JXNXFzUGFXRGwzdnlTRkpjT3g0a2FCYWZvPQ"></a></font></div><div \
style="font-size:12.8px"><i><font face="georgia, \
serif"><br></font></i></div><blockquote style="font-size:12.8px;margin:0px 0px 0px \
0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><font size="2" \
face="arial, helvetica, sans-serif" color="#999999"><i><b>"Respect is how to treat \
everyone, not just those you want to impress. \
&quot;</b></i></font></blockquote><blockquote style="font-size:12.8px;margin:0px 0px \
0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><i><b><font \
face="arial, helvetica, sans-serif"><font size="2" color="#999999">-Richard \
Branson-</font><br></font></b></i></blockquote><div><i><b><font face="arial, \
helvetica, sans-serif"><font size="2" \
color="#999999"><br></font></font></b></i></div></div></div></div></div></div> \
<br></span><div><div \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-724759 \
1582982551357m_-5274941665276920784m_7479782486752378780m_-4277613381917839326gmail-m_ \
-1721340227062721946m_-2896914831426848367m_-3331833231175105675m_-3118805412037596108m_-1130574061373437995m_-7223074307973356552m_-4329151381199808415h5"><div \
class="gmail_quote">On 9 March 2017 at 21:22, Omindu Rathnaweera <span \
dir="ltr">&lt;<a href="mailto:omindu@wso2.com" \
target="_blank">omindu@wso2.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi Vindula,<div><br></div><div>If \
we can run the existing 1.1 test on IS and see the generated output, that will be a \
good point to start. However we&#39;ll need to host an IS instance publicly to run \
the tests on it.</div><div><br></div><div>Regards,</div><div>Omindu.</div><div><br></div><div><br></div></div><div \
class="gmail_extra"><div><div \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-724759 \
1582982551357m_-5274941665276920784m_7479782486752378780m_-4277613381917839326gmail-m_ \
-1721340227062721946m_-2896914831426848367m_-3331833231175105675m_-3118805412037596108 \
m_-1130574061373437995m_-7223074307973356552m_-4329151381199808415m_5401784683512890297h5"><br><div \
class="gmail_quote">On Thu, Mar 9, 2017 at 8:52 PM, Gayan Gunawardana <span \
dir="ltr">&lt;<a href="mailto:gayan@wso2.com" \
target="_blank">gayan@wso2.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div><div>Hi \
Vindula,<br><br>Thanks for your interest in this project.<br></div>Since you have \
good knowledge about SCIM 2.0 specifications, could you please look at SCIM 1.1 \
compliance test and source code [1]. SCIM 2.0 compliance test doesn&#39;t need to be \
same as SCIM 1.1 just get an idea from SCIM 1.1 compliance test. Further you can \
extract test scenarios from [2] as well.<br><br>[1]<span \
id="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-724759158 \
2982551357m_-5274941665276920784m_7479782486752378780m_-4277613381917839326gmail-m_-17 \
21340227062721946m_-2896914831426848367m_-3331833231175105675m_-3118805412037596108m_- \
1130574061373437995m_-7223074307973356552m_-4329151381199808415m_5401784683512890297m_4667322708047446277m_-3869506352302468126gmail-:av3.co" \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-724759 \
1582982551357m_-5274941665276920784m_7479782486752378780m_-4277613381917839326gmail-m_ \
-1721340227062721946m_-2896914831426848367m_-3331833231175105675m_-3118805412037596108 \
m_-1130574061373437995m_-7223074307973356552m_-4329151381199808415m_5401784683512890297m_4667322708047446277m_-3869506352302468126gmail-tL8wMe \
m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-7247591582982 \
551357m_-5274941665276920784m_7479782486752378780m_-4277613381917839326gmail-m_-172134 \
0227062721946m_-2896914831426848367m_-3331833231175105675m_-3118805412037596108m_-1130 \
574061373437995m_-7223074307973356552m_-4329151381199808415m_5401784683512890297m_4667322708047446277m_-3869506352302468126gmail-EMoHub" \
style="text-align:left" dir="ltr"><a rel="nofollow noreferrer" \
href="https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Ferdtman%2Fsimplecloud.info&amp;sa=D&amp;sntz=1&amp;usg=AFQjCNGycfiBxzWbdCVjpGlABAw9OXxGaQ" \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-724759 \
1582982551357m_-5274941665276920784m_7479782486752378780m_-4277613381917839326gmail-m_ \
-1721340227062721946m_-2896914831426848367m_-3331833231175105675m_-3118805412037596108 \
m_-1130574061373437995m_-7223074307973356552m_-4329151381199808415m_5401784683512890297m_4667322708047446277m_-3869506352302468126gmail-Xx" \
dir="ltr" target="_blank">https://github.com/erdtman/<wbr>simplecloud.info</a><br>[2]<a \
href="https://github.com/wso2-extensions/identity-inbound-provisioning-scim2/tree/master/tests" \
target="_blank">https://github.com/wso2-ext<wbr>ensions/identity-inbound-provi<wbr>sioning-scim2/tree/master/test<wbr>s</a><br><br></span></div><span \
id="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-724759158 \
2982551357m_-5274941665276920784m_7479782486752378780m_-4277613381917839326gmail-m_-17 \
21340227062721946m_-2896914831426848367m_-3331833231175105675m_-3118805412037596108m_- \
1130574061373437995m_-7223074307973356552m_-4329151381199808415m_5401784683512890297m_4667322708047446277m_-3869506352302468126gmail-:av3.co" \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-724759 \
1582982551357m_-5274941665276920784m_7479782486752378780m_-4277613381917839326gmail-m_ \
-1721340227062721946m_-2896914831426848367m_-3331833231175105675m_-3118805412037596108 \
m_-1130574061373437995m_-7223074307973356552m_-4329151381199808415m_5401784683512890297m_4667322708047446277m_-3869506352302468126gmail-tL8wMe \
m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-7247591582982 \
551357m_-5274941665276920784m_7479782486752378780m_-4277613381917839326gmail-m_-172134 \
0227062721946m_-2896914831426848367m_-3331833231175105675m_-3118805412037596108m_-1130 \
574061373437995m_-7223074307973356552m_-4329151381199808415m_5401784683512890297m_4667322708047446277m_-3869506352302468126gmail-EMoHub" \
style="text-align:left" dir="ltr">Thanks,<br></span></div><span \
id="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-724759158 \
2982551357m_-5274941665276920784m_7479782486752378780m_-4277613381917839326gmail-m_-17 \
21340227062721946m_-2896914831426848367m_-3331833231175105675m_-3118805412037596108m_- \
1130574061373437995m_-7223074307973356552m_-4329151381199808415m_5401784683512890297m_4667322708047446277m_-3869506352302468126gmail-:av3.co" \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-724759 \
1582982551357m_-5274941665276920784m_7479782486752378780m_-4277613381917839326gmail-m_ \
-1721340227062721946m_-2896914831426848367m_-3331833231175105675m_-3118805412037596108 \
m_-1130574061373437995m_-7223074307973356552m_-4329151381199808415m_5401784683512890297m_4667322708047446277m_-3869506352302468126gmail-tL8wMe \
m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-7247591582982 \
551357m_-5274941665276920784m_7479782486752378780m_-4277613381917839326gmail-m_-172134 \
0227062721946m_-2896914831426848367m_-3331833231175105675m_-3118805412037596108m_-1130 \
574061373437995m_-7223074307973356552m_-4329151381199808415m_5401784683512890297m_4667322708047446277m_-3869506352302468126gmail-EMoHub" \
style="text-align:left" dir="ltr">Gayan<br></span></div><div \
class="gmail_extra"><div><div \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-724759 \
1582982551357m_-5274941665276920784m_7479782486752378780m_-4277613381917839326gmail-m_ \
-1721340227062721946m_-2896914831426848367m_-3331833231175105675m_-3118805412037596108 \
m_-1130574061373437995m_-7223074307973356552m_-4329151381199808415m_5401784683512890297m_4667322708047446277h5"><br><div \
class="gmail_quote">On Thu, Mar 9, 2017 at 7:51 PM, Vindula Jayawardana <span \
dir="ltr">&lt;<a href="mailto:vindula.13@cse.mrt.ac.lk" \
target="_blank">vindula.13@cse.mrt.ac.lk</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div>Hi,<br><br></div>I am \
Vindula Jayawardana, a final year undergraduate of Computer Science and Engineering \
Department of University of Moratuwa. I am interested in applying for the &quot;<span \
style="color:rgb(0,0,0)">Proposal 21:  [IS] SCIM 2.0 compliance test suite&quot; \
which you have offered for the GSoC project idea pool. <br><br></span></div><span \
style="color:rgb(0,0,0)">I have a good understanding on SCIM core and protocol \
specifications for both SCIM 1.1 and SCIM 2.0. Based on my knowledge I have written \
few blog posts specifically catering on SCIM [1] and the use cases of SCIM [2]. Also \
I have tried SCIM 1.1 and 2.0 APIs of wso2 IS. I went though the references provided \
and would like to know more on </span>the scope of the coverage report and detailed \
analysis view need to be generated as a deliverable. Could you kindly guide me on the \
said matter.   <br><div><br>[1] - <a \
href="https://medium.com/@vindulajayawardana/scim-make-it-fast-cheap-and-easy-b2bd56492c15#.ec1kncbde" \
target="_blank">https://medium.com/@vindulajay<wbr>awardana/scim-make-it-fast-che<wbr>ap-and-easy-b2bd56492c15#.ec1k<wbr>ncbde</a><br>[2] \
- <a href="https://medium.com/@vindulajayawardana/5-things-that-will-not-be-a-nightmare-anymore-if-you-support-scim-9353d73836a7#.ihcm9aqub" \
target="_blank">https://medium.com/@vindulajay<wbr>awardana/5-things-that-will-no<wbr> \
t-be-a-nightmare-anymore-if-yo<wbr>u-support-scim-9353d73836a7#.i<wbr>hcm9aqub</a><br><br></div><div>Thank \
you,<br></div><div><br clear="all"><div><div><div><div \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-724759 \
1582982551357m_-5274941665276920784m_7479782486752378780m_-4277613381917839326gmail-m_ \
-1721340227062721946m_-2896914831426848367m_-3331833231175105675m_-3118805412037596108 \
m_-1130574061373437995m_-7223074307973356552m_-4329151381199808415m_540178468351289029 \
7m_4667322708047446277m_-3869506352302468126m_-132758698822679648gmail_signature"><div \
dir="ltr"><div><div dir="ltr"><div style="font-size:12.8px"><font size="2" \
face="arial"><b><i>Vindula Jayawardana</i></b></font></div><div \
style="font-size:12.8px"><font size="2" face="arial">Computer Science and Engineering \
Dept.</font></div><div style="font-size:12.8px"><font size="2" \
face="arial">University of Moratuwa</font></div><div style="font-size:12.8px"><font \
size="1" face="arial">mobile : +713462554</font></div><div \
style="font-size:12.8px"><font size="1" face="arial">Email :  <a \
href="mailto:vindulamj@gmail.com" target="_blank">vindulamj@gmail.com</a><br><br><a \
href="https://www.facebook.com/vindula.jayawardana" target="_blank"><img alt="" \
src="https://docs.google.com/uc?export=download&amp;id=0B18Cft2RDlpWSElscTU0dnBCc0E&amp;revid=0B18Cft2RDlpWOHQzUjh5ZjZWYnlDdWJuU2NYdjFtbm1GWGRnPQ"></a><a \
href="http://lk.linkedin.com/pub/vindula-jayawardana/a7/315/53b" target="_blank"><img \
alt="" src="https://docs.google.com/uc?export=download&amp;id=0B18Cft2RDlpWN3d6akUwUklIYkU&amp;revid=0B18Cft2RDlpWUURmOTBtNXFkcTRJRVFDUWVGZ1Exc2ZJWFBNPQ"></a><a \
href="https://plus.google.com/u/0/+VindulaJayawardana/posts" target="_blank"><img \
alt="" src="https://docs.google.com/uc?export=download&amp;id=0B18Cft2RDlpWX0lsbmRvcEplaW8&amp;revid=0B18Cft2RDlpWOGVKRjdRWmxKQlp5WUhTWDJZZHJKb1hHV3ZZPQ"></a><a \
href="https://twitter.com/vindulajay" target="_blank"><img alt="" \
src="https://docs.google.com/uc?export=download&amp;id=0B18Cft2RDlpWZ3BjSHZveFUyejA&am \
p;revid=0B18Cft2RDlpWc0JXNXFzUGFXRGwzdnlTRkpjT3g0a2FCYWZvPQ"></a></font></div><div \
style="font-size:12.8px"><i><font face="georgia, \
serif"><br></font></i></div><blockquote style="font-size:12.8px;margin:0px 0px 0px \
0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><font size="2" \
face="arial, helvetica, sans-serif" color="#999999"><i><b>"Respect is how to treat \
everyone, not just those you want to impress. \
&quot;</b></i></font></blockquote><blockquote style="font-size:12.8px;margin:0px 0px \
0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><i><b><font \
face="arial, helvetica, sans-serif"><font size="2" color="#999999">-Richard \
Branson-</font><br></font></b></i></blockquote><div><i><b><font face="arial, \
helvetica, sans-serif"><font size="2" \
color="#999999"><br></font></font></b></i></div></div></div></div></div></div> \
</div></div></div></div> </blockquote></div><br><br clear="all"><br></div></div><span \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-724759 \
1582982551357m_-5274941665276920784m_7479782486752378780m_-4277613381917839326gmail-m_ \
-1721340227062721946m_-2896914831426848367m_-3331833231175105675m_-3118805412037596108 \
m_-1130574061373437995m_-7223074307973356552m_-4329151381199808415m_5401784683512890297m_4667322708047446277HOEnZb"><font \
color="#888888">-- <br><div \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-724759 \
1582982551357m_-5274941665276920784m_7479782486752378780m_-4277613381917839326gmail-m_ \
-1721340227062721946m_-2896914831426848367m_-3331833231175105675m_-3118805412037596108 \
m_-1130574061373437995m_-7223074307973356552m_-4329151381199808415m_5401784683512890297m_4667322708047446277m_-3869506352302468126gmail_signature"><div \
dir="ltr"><div><div><font face="arial, sans-serif" color="#888888">Gayan \
Gunawardana<br></font><div>

<font face="arial, sans-serif" color="#888888">Software Engineer; WSO2 Inc.; <a \
href="http://wso2.com/" target="_blank">http://wso2.com/</a><br></font></div>


<div><font face="arial, sans-serif" color="#888888">Email: <font color="#888888"><a \
href="mailto:gayan@wso2.com" target="_blank">gayan@wso2.com</a> \
<br></font></font></div><div><font face="arial, sans-serif" color="#888888">Mobile: \
<a value="+94719258281">+94 (71) <font \
color="#888888">8020933</font><br></a></font></div><font color="#888888"><font \
face="arial, sans-serif"> </font></font></div> </div>
</div></div>
</font></span></div>
</blockquote></div><br><br clear="all"><div><br></div></div></div><span \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-724759 \
1582982551357m_-5274941665276920784m_7479782486752378780m_-4277613381917839326gmail-m_ \
-1721340227062721946m_-2896914831426848367m_-3331833231175105675m_-3118805412037596108 \
m_-1130574061373437995m_-7223074307973356552m_-4329151381199808415m_5401784683512890297HOEnZb"><font \
color="#888888">-- <br><div \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-724759 \
1582982551357m_-5274941665276920784m_7479782486752378780m_-4277613381917839326gmail-m_ \
-1721340227062721946m_-2896914831426848367m_-3331833231175105675m_-3118805412037596108 \
m_-1130574061373437995m_-7223074307973356552m_-4329151381199808415m_5401784683512890297m_4667322708047446277gmail_signature"><div \
dir="ltr">Omindu Rathnaweera<div>Software Engineer, WSO2 Inc.</div><div>Mobile: <a \
href="tel:+94%2077%20119%207211" value="+94771197211" target="_blank">+94 771 197 \
211</a></div></div></div> </font></span></div>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div></div></div>
</blockquote></div><br><br clear="all"><div><br></div></div></div><span \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-724759 \
1582982551357m_-5274941665276920784m_7479782486752378780m_-4277613381917839326gmail-m_ \
-1721340227062721946m_-2896914831426848367m_-3331833231175105675m_-3118805412037596108HOEnZb"><font \
color="#888888">-- <br></font></span><div \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-724759 \
1582982551357m_-5274941665276920784m_7479782486752378780m_-4277613381917839326gmail-m_ \
-1721340227062721946m_-2896914831426848367m_-3331833231175105675m_-3118805412037596108m_-1130574061373437995gmail_signature"><div \
dir="ltr"><div><div dir="ltr"><span \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-724759 \
1582982551357m_-5274941665276920784m_7479782486752378780m_-4277613381917839326gmail-m_ \
-1721340227062721946m_-2896914831426848367m_-3331833231175105675m_-3118805412037596108HOEnZb"><font \
color="#888888">Omindu Rathnaweera<div>Senior Software Engineer, WSO2 \
Inc.</div></font></span><span><div>Mobile: <a href="tel:+94%2077%20119%207211" \
value="+94771197211" target="_blank">+94 771 197 \
211</a></div></span></div></div></div></div> </div>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div></div></div>
</blockquote></div></div></div><span \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-724759 \
1582982551357m_-5274941665276920784m_7479782486752378780m_-4277613381917839326gmail-m_-1721340227062721946HOEnZb"><font \
color="#888888"><br><br clear="all"><br>-- <br></font></span><div \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-724759 \
1582982551357m_-5274941665276920784m_7479782486752378780m_-4277613381917839326gmail-m_-1721340227062721946m_-2896914831426848367gmail_signature"><div \
dir="ltr"><div><div dir="ltr"><div><div><span \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-724759 \
1582982551357m_-5274941665276920784m_7479782486752378780m_-4277613381917839326gmail-m_-1721340227062721946HOEnZb"><font \
color="#888888"><font face="arial, sans-serif" color="#888888">Gayan \
Gunawardana<br></font><div><font face="arial, sans-serif" color="#888888"><span><font \
face="arial, sans-serif" color="#888888">Senior </font></span>Software Engineer; WSO2 \
Inc.; <a href="http://wso2.com/" \
target="_blank">http://wso2.com/</a><br></font></div></font></span><span>


<div><font face="arial, sans-serif" color="#888888">Email: <font color="#888888"><a \
href="mailto:gayan@wso2.com" target="_blank">gayan@wso2.com</a> \
<br></font></font></div><div><font face="arial, sans-serif" color="#888888">Mobile: \
<a value="+94719258281">+94 (71) <font \
color="#888888">8020933</font><br></a></font></div><font color="#888888"><font \
face="arial, sans-serif"> </font></font></span></div> </div>
</div></div></div></div>
</div></div>
</blockquote></div><br></div></div></div>
</blockquote></div></div></div><div><div \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-7247591582982551357m_-5274941665276920784m_7479782486752378780h5"><br><br \
clear="all"><br>-- <br><div \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-724759 \
1582982551357m_-5274941665276920784m_7479782486752378780m_-4277613381917839326gmail_signature"><div \
dir="ltr"><div><div dir="ltr"><div><div><font face="arial, sans-serif" \
color="#888888">Gayan Gunawardana<br></font><div><font face="arial, sans-serif" \
color="#888888"><span><font face="arial, sans-serif" color="#888888">Senior \
</font></span>Software Engineer; WSO2 Inc.; <a href="http://wso2.com/" \
target="_blank">http://wso2.com/</a><br></font></div>


<div><font face="arial, sans-serif" color="#888888">Email: <font color="#888888"><a \
href="mailto:gayan@wso2.com" target="_blank">gayan@wso2.com</a> \
<br></font></font></div><div><font face="arial, sans-serif" color="#888888">Mobile: \
<a value="+94719258281">+94 (71) <font \
color="#888888">8020933</font><br></a></font></div><font color="#888888"><font \
face="arial, sans-serif"> </font></font></div> </div>
</div></div></div></div>
</div></div></div></div></div>
</blockquote></div><br></div></div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail-m_-7247591582982551357m_-5274941665276920784gmail_signature"><div \
dir="ltr"><div><div dir="ltr">Omindu Rathnaweera<div>Senior Software Engineer, WSO2 \
Inc.</div><div>Mobile: <a href="tel:+94%2077%20119%207211" value="+94771197211" \
target="_blank">+94 771 197 211</a></div></div></div></div></div> </div>
</div></div></blockquote></div><br></div></div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div \
class="m_4794718489824660710m_2413384951896357888m_-5588903714459039539gmail_signature"><div \
dir="ltr"><div><div dir="ltr">Omindu Rathnaweera<div>Senior Software Engineer, WSO2 \
Inc.</div><div>Mobile: <a href="tel:+94%2077%20119%207211" value="+94771197211" \
target="_blank">+94 771 197 211</a></div></div></div></div></div> \
</div></div></div></div> </blockquote></div><br><br clear="all"><div><br></div>-- \
<br><div class="m_4794718489824660710m_2413384951896357888gmail_signature" \
data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr">Omindu \
Rathnaweera<div>Senior Software Engineer, WSO2 Inc.</div><div>Mobile: <a \
href="tel:+94%2077%20119%207211" value="+94771197211" target="_blank">+94 771 197 \
211</a></div></div></div></div></div> </div>
</div></div></blockquote></div><br></div></div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div \
class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div \
dir="ltr"><div><div dir="ltr"><font face="georgia, serif">Regards,</font><div><font \
face="georgia, serif"><br></font><div><font face="georgia, \
serif"><font><b><div><b><font size="2">Darshana \
Gunawardana</font></b><br></div></b></font><span style="color:rgb(51,51,51)"><font \
size="2">Associate Technical Lead</font></span></font></div><div><font face="georgia, \
serif"><font size="1"><span style="color:rgb(51,51,51)">WSO2 Inc.;  <a \
href="http://wso2.com" target="_blank">http://wso2.com</a></span><i \
style="color:rgb(51,51,51)"><br>E-mail: <a href="mailto:darshana@wso2.com" \
target="_blank">darshana@wso2.com</a><br></i></font><i \
style="color:rgb(51,51,51)"><font size="1">Mobile:  +94718566859</font><br></i><span \
style="color:rgb(51,51,51)"><font size="1">Lean . Enterprise . \
Middleware</font></span></font><br></div></div></div></div></div></div></div></div> \
</div>

--001a113acb98c4c6b00555653998--


["results.png" (image/png)]

_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic