The Dynamic mode of WSRequest need to pick policies off the BiindingMessage
---------------------------------------------------------------------------
Key: MASHUP-916
URL: https://wso2.org/jira/browse/MASHUP-916
Project: WSO2 Mashup Server
Issue Type: Bug
Reporter: Keith Godwin Chapman
Assignee: Keith Godwin Chapman
Fix For: 1.1
function foo(){
var request = new WSRequest();
request.openWSDL("http://localhost:7762/services/system/version?wsdl",false);
request.send("getVersion",null);
return request.responseXML;
}
If version is secured using UT the following does not work at the moment
--
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