Modify the signature of the openWSDL method in the WSRequest Host object
------------------------------------------------------------------------
Key: MASHUP-997
URL: https://wso2.org/jira/browse/MASHUP-997
Project: WSO2 Mashup Server
Issue Type: Improvement
Reporter: Keith Godwin Chapman
Assignee: Keith Godwin Chapman
Fix For: 1.1, Future
Currently the signature is
function void openWSDL ( String wsdlURL, boolean async, [Object options]);
OR
function void openWSDL ( String wsdlURL, QName serviceName, String
endpointName, boolean async);
This could be changed to
function void openWSDL ( String wsdlURL, boolean async, [Object options,[QName
serviceName, [String endpointName]]]);
--
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