this.init= function () appears in the wsdl2
-------------------------------------------
Key: MASHUP-765
URL: https://wso2.org/jira/browse/MASHUP-765
Project: WSO2 Mashup Server
Issue Type: Bug
Components: Core
Affects Versions: Nightly
Environment: WinXP, JDK1.5, IE7
Reporter: Yumani Ranaweera
Assignee: Keith Godwin Chapman
Fix For: 1.1
Steps:
-----
1. Deploy the following js service which has service cycle operations
this.init= function (){
print("init");
}
this.destroy= function destroy() {
print("destroy");
}
function addNamespace(){
var namespace = new Namespace("test","http://wso2.com");
var test = <item><item1/></item>;
test.addNamespace(namespace);
return test;
}
2. Access wsdl2 of the service.
Issue:
------
The init operation which should not appear in wsdl appears in it.
--
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://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev