2 #include "soapGForgeAPI.nsmap"
9 if (soap_call_tns__user ( &soap, "http://cougaar.org/soap/SoapAPI.php", "http://cougaar.org/soap/SoapAPI.php",/* xsd__string func, tns__ArrayOfstring * params, tns__userResponse * out*/ ))
10 soap_print_fault(&soap,stderr);
13 if (soap_call_tns__logout ( &soap, "http://cougaar.org/soap/SoapAPI.php", "http://cougaar.org/soap/SoapAPI.php",/* tns__logoutResponse * out*/ ))
14 soap_print_fault(&soap,stderr);
17 if (soap_call_tns__hello ( &soap, "http://cougaar.org/soap/SoapAPI.php", "http://cougaar.org/soap/SoapAPI.php",/* xsd__string parm, tns__helloResponse * out*/ ))
18 soap_print_fault(&soap,stderr);
21 if (soap_call_tns__getNumberOfActiveUsers ( &soap, "http://cougaar.org/soap/SoapAPI.php", "http://cougaar.org/soap/SoapAPI.php",/* tns__getNumberOfActiveUsersResponse * out*/ ))
22 soap_print_fault(&soap,stderr);
25 if (soap_call_tns__bugList ( &soap, "http://cougaar.org/soap/SoapAPI.php", "http://cougaar.org/soap/SoapAPI.php",/* xsd__string sessionkey, xsd__string project, tns__bugListResponse * out*/ ))
26 soap_print_fault(&soap,stderr);
29 if (soap_call_tns__bugUpdate ( &soap, "http://cougaar.org/soap/SoapAPI.php", "http://cougaar.org/soap/SoapAPI.php",/* xsd__string sessionkey, xsd__string project, xsd__string bugid, xsd__string comment, tns__bugUpdateResponse * out*/ ))
30 soap_print_fault(&soap,stderr);
33 if (soap_call_tns__group ( &soap, "http://cougaar.org/soap/SoapAPI.php", "http://cougaar.org/soap/SoapAPI.php",/* xsd__string func, tns__ArrayOfstring * params, tns__groupResponse * out*/ ))
34 soap_print_fault(&soap,stderr);
37 if (soap_call_tns__getPublicProjectNames ( &soap, "http://cougaar.org/soap/SoapAPI.php", "http://cougaar.org/soap/SoapAPI.php",/* tns__getPublicProjectNamesResponse * out*/ ))
38 soap_print_fault(&soap,stderr);
41 if (soap_call_tns__getSiteStats ( &soap, "http://cougaar.org/soap/SoapAPI.php", "http://cougaar.org/soap/SoapAPI.php",/* tns__getSiteStatsResponse * out*/ ))
42 soap_print_fault(&soap,stderr);
45 if (soap_call_tns__login ( &soap, "http://cougaar.org/soap/SoapAPI.php", "http://cougaar.org/soap/SoapAPI.php",/* xsd__string userid, xsd__string passwd, tns__loginResponse * out*/ ))
46 soap_print_fault(&soap,stderr);
49 if (soap_call_tns__bugAdd ( &soap, "http://cougaar.org/soap/SoapAPI.php", "http://cougaar.org/soap/SoapAPI.php",/* xsd__string sessionkey, xsd__string project, xsd__string summary, xsd__string details, tns__bugAddResponse * out*/ ))
50 soap_print_fault(&soap,stderr);
53 if (soap_call_tns__getNumberOfHostedProjects ( &soap, "http://cougaar.org/soap/SoapAPI.php", "http://cougaar.org/soap/SoapAPI.php",/* tns__getNumberOfHostedProjectsResponse * out*/ ))
54 soap_print_fault(&soap,stderr);
57 if (soap_call_tns__bugFetch ( &soap, "http://cougaar.org/soap/SoapAPI.php", "http://cougaar.org/soap/SoapAPI.php",/* xsd__string sessionkey, xsd__string project, xsd__string bugid, tns__bugFetchResponse * out*/ ))
58 soap_print_fault(&soap,stderr);