1 //gsoap xsi schema namespace: http://www.w3.org/2001/XMLSchema-instance
2 //gsoap si schema namespace: http://soapinterop.org/xsd
3 //gsoap soap schema namespace: http://schemas.xmlsoap.org/wsdl/soap/
4 //gsoap SOAP-ENV schema namespace: http://schemas.xmlsoap.org/soap/envelope/
5 //gsoap tns schema namespace: http://gforge.org
6 //gsoap xsd schema namespace: http://www.w3.org/2001/XMLSchema
7 //gsoap SOAP-ENC schema namespace: http://schemas.xmlsoap.org/soap/encoding/
8 //gsoap wsdl schema namespace: http://schemas.xmlsoap.org/wsdl/
10 //gsoap tns service namespace: http://gforge.org
12 //gsoap tns service location: http://gforge.org/soap/SoapAPI.php
13 //gsoap tns service name: soapGForgeAPI
15 /*start primitive data types*/
16 typedef char * xsd__integer;
17 typedef char * xsd__string;
19 /*end primitive data types*/
21 class tns__userResponse {
23 class tns__ArrayOfstring * _userResponse;
26 class tns__bugUpdateResponse {
28 xsd__string _bugUpdateResponse;
31 class tns__ArrayOfstring {
35 class tns__bugFetchResponse {
37 class tns__Bug * _bugFetchResponse;
40 class tns__logoutResponse {
42 xsd__string _logoutResponse;
45 class tns__getPublicProjectNamesResponse {
47 tns__ArrayOfstring * _projectNames;
50 class tns__getSiteStatsResponse {
52 class ArrayOfSiteStatsDataPoint * _siteStats;
55 class tns__GroupObject {
57 xsd__integer group_USCORE_id;
58 xsd__string group_USCORE_name;
59 xsd__integer is_USCORE_public;
61 xsd__string unix_USCORE_group_USCORE_name;
66 class tns__Bug * __ptr;
71 class ArrayOfGroupObject {
73 tns__GroupObject * __ptr;
78 class tns__getNumberOfActiveUsersResponse {
80 xsd__string _activeUsers;
83 class tns__groupResponse {
85 ArrayOfGroupObject * _groupResponse;
88 class tns__loginResponse {
90 xsd__string _loginResponse;
93 class ArrayOfSiteStatsDataPoint {
95 class tns__SiteStatsDataPoint * __ptr;
100 class tns__bugListResponse {
102 tns__ArrayOfstring * _bugListResponse;
105 class tns__bugAddResponse {
107 xsd__string _bugAddResponse;
110 class tns__helloResponse {
112 xsd__string _helloResponse;
115 class tns__SiteStatsDataPoint {
119 xsd__string pageviews;
120 xsd__string sessions;
123 class tns__getNumberOfHostedProjectsResponse {
125 xsd__string _hostedProjects;
128 //gsoap tns service method-action: user "http://gforge.org/soap/SoapAPI.php"
129 tns__user( xsd__string func, tns__ArrayOfstring * params, tns__userResponse * out );
130 //gsoap tns service method-action: logout "http://gforge.org/soap/SoapAPI.php"
131 tns__logout( tns__logoutResponse * out );
132 //gsoap tns service method-action: hello "http://gforge.org/soap/SoapAPI.php"
133 tns__hello( xsd__string parm, tns__helloResponse * out );
134 //gsoap tns service method-action: getNumberOfActiveUsers "http://gforge.org/soap/SoapAPI.php"
135 tns__getNumberOfActiveUsers( tns__getNumberOfActiveUsersResponse * out );
136 //gsoap tns service method-action: bugList "http://gforge.org/soap/SoapAPI.php"
137 tns__bugList( xsd__string sessionkey, xsd__string project, tns__bugListResponse * out );
138 //gsoap tns service method-action: bugUpdate "http://gforge.org/soap/SoapAPI.php"
139 tns__bugUpdate( xsd__string sessionkey, xsd__string project, xsd__string bugid, xsd__string comment, tns__bugUpdateResponse * out );
140 //gsoap tns service method-action: group "http://gforge.org/soap/SoapAPI.php"
141 tns__group( xsd__string func, tns__ArrayOfstring * params, tns__groupResponse * out );
142 //gsoap tns service method-action: getPublicProjectNames "http://gforge.org/soap/SoapAPI.php"
143 tns__getPublicProjectNames( tns__getPublicProjectNamesResponse * out );
144 //gsoap tns service method-action: getSiteStats "http://gforge.org/soap/SoapAPI.php"
145 tns__getSiteStats( tns__getSiteStatsResponse * out );
146 //gsoap tns service method-action: login "http://gforge.org/soap/SoapAPI.php"
147 tns__login( xsd__string userid, xsd__string passwd, tns__loginResponse * out );
148 //gsoap tns service method-action: bugAdd "http://gforge.org/soap/SoapAPI.php"
149 tns__bugAdd( xsd__string sessionkey, xsd__string project, xsd__string summary, xsd__string details, tns__bugAddResponse * out );
150 //gsoap tns service method-action: getNumberOfHostedProjects "http://gforge.org/soap/SoapAPI.php"
151 tns__getNumberOfHostedProjects( tns__getNumberOfHostedProjectsResponse * out );
152 //gsoap tns service method-action: bugFetch "http://gforge.org/soap/SoapAPI.php"
153 tns__bugFetch( xsd__string sessionkey, xsd__string project, xsd__string bugid, tns__bugFetchResponse * out );