[ 
https://wso2.org/jira/browse/MASHUP-720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18131#action_18131
 ] 

Keith Godwin Chapman commented on MASHUP-720:
---------------------------------------------

This is done now. We can secure mashups using the UI and also access secured 
mashups using the WSRequest host object.

The client below cann access any secured service irrelavant of what security 
scenario it has provided that the WSDL has the policy.

function accessSecuredService(){
var request = new WSRequest();
var options = new Array();
options["username"] = "keith";
options["password"] = "keith";
options["encryptionUser"] = "bob";
request.openWSDL("http://localhost:7762/services/bob/version?wsdl",false, 
options);
request.send("getVersion",null);
return request.responseXML;
}

> Add WS-Security configuration to WSRequest
> ------------------------------------------
>
>                 Key: MASHUP-720
>                 URL: https://wso2.org/jira/browse/MASHUP-720
>             Project: WSO2 Mashup Server
>          Issue Type: Improvement
>            Reporter: Jonathan Marsh
>            Assignee: Keith Godwin Chapman
>             Fix For: 1.1
>
>
> Need the ability to access a secured service from the Mashup Server.

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

        

_______________________________________________
Mashup-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to