User login

[Identity-dev] [jira] Created: (IDENTITY-20) Implement Mex

Forums :

Implement Mex
--------------

Key: IDENTITY-20
URL: http://www.wso2.org/jira/browse/IDENTITY-20
Project: WSO2 Identity Solution
Issue Type: New Feature
Affects Versions: alpha
Reporter: Dimuthu Leelarathne
Assigned To: Dimuthu Leelarathne
Fix For: alpha

Implement mex according to the spec

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

[Identity-dev] [jira] Created: (IDENTITY-20) Implement Mex

Is this different from usual MEX? If not we have an impl already .. its in
WSAS etc..

Sanjiva.

Dimuthu Leelarathne (JIRA) wrote:
> Implement Mex
> --------------
>
> Key: IDENTITY-20
> URL: http://www.wso2.org/jira/browse/IDENTITY-20
> Project: WSO2 Identity Solution
> Issue Type: New Feature
> Affects Versions: alpha
> Reporter: Dimuthu Leelarathne
> Assigned To: Dimuthu Leelarathne
> Fix For: alpha
>
>
> Implement mex according to the spec
>

--
Sanjiva Weerawarana, Ph.D.
Founder, Chairman & CEO; WSO2, Inc.; http://www.wso2.com/
email: sanjiva@wso2.com; cell: +94 77 787 6880; fax: +1 509 691 2000

"Oxygenating the Web Service Platform."

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

[Identity-dev] [jira] Created: (IDENTITY-20) Implement Mex

Hi,

> Is this different from usual MEX?

This is the same MEX, but there are identity specific elements in the
wsdl.

> Is this different from usual MEX? If not we have an impl already ..
>
I am using wso2xfer.jar from wsas repository. It is not as easy as
dropping the module into the repository because,

1) Security policy is set by WSAS. Therefore policy is not available
in the services.xml file. I had to retrieve it from WSAS database and
insert it into the axis2's automatically generated wsdl file. Mex
provides a nice plug-in point to do this.

2) Then comes Identity specific addressing elements, which has to be
inserted into the axis2 generated wsdl. So I have to change the binding
elements, services elements of the wsdl before replying to the MEX
message.

3) Finally, last but not least ... and the latest issue and solution.
STS's security policy and Mex security policy are different, but in WSAS
I cannot apply Security for a specific operation. Therefore I suggest
that MEX must be hosted as a different service with the knowledge of
STS. Since we are using WSAS, this is can be easily and beautifully.

Any comments, objections on the third point? Since the release is next
week I am going ahead with the 3rd point today.

Thank you,
Dimuthu.

On Thu, 2007-06-07 at 23:22 +0530, Sanjiva Weerawarana wrote:
> Is this different from usual MEX? If not we have an impl already .. its in
> WSAS etc..
>
> Sanjiva.
>
> Dimuthu Leelarathne (JIRA) wrote:
> > Implement Mex
> > --------------
> >
> > Key: IDENTITY-20
> > URL: http://www.wso2.org/jira/browse/IDENTITY-20
> > Project: WSO2 Identity Solution
> > Issue Type: New Feature
> > Affects Versions: alpha
> > Reporter: Dimuthu Leelarathne
> > Assigned To: Dimuthu Leelarathne
> > Fix For: alpha
> >
> >
> > Implement mex according to the spec
> >
>

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

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.