Changeset 13078 for trunk/Nebulous/nebclient/src/nebulous.h
- Timestamp:
- Apr 27, 2007, 3:33:27 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/src/nebulous.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/src/nebulous.h
r10631 r13078 1 1 /* src/nebulous.h 2 2 Generated by wsdl2h 1.2.1 from nebulous.wsdl and typemap.dat 3 200 6-12-12 00:23:37GMT3 2007-04-28 01:32:49 GMT 4 4 Copyright (C) 2001-2005 Robert van Engelen, Genivia Inc. All Rights Reserved. 5 5 This part of the software is released under one of the following licenses: … … 98 98 @section SOAP_operations Operations of Binding "SOAP" 99 99 - @ref ns1__create_USCOREobject 100 - @ref ns1__rename_USCOREobject 101 - @ref ns1__rename_USCOREobject_ 100 102 - @ref ns1__replicate_USCOREobject 101 103 - @ref ns1__lock_USCOREobject 102 104 - @ref ns1__unlock_USCOREobject 105 - @ref ns1__find_USCOREobjects 103 106 - @ref ns1__find_USCOREinstances 104 107 - @ref ns1__delete_USCOREinstance … … 163 166 /******************************************************************************\ 164 167 * * 168 * ns1__rename_USCOREobject * 169 * * 170 \******************************************************************************/ 171 172 173 /// Operation "ns1__rename_USCOREobject" of service binding "SOAP" 174 175 /** 176 177 Operation details: 178 179 - SOAP RPC encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 180 - SOAP action="urn:Nebulous/Server/SOAP#create_object" 181 182 C stub function (defined in soapClient.c[pp]): 183 @code 184 int soap_call_ns1__rename_USCOREobject(struct soap *soap, 185 NULL, // char *endpoint = NULL selects default endpoint for this operation 186 NULL, // char *action = NULL selects default action for this operation 187 // request parameters: 188 char* key, 189 char* newkey, 190 // response parameters: 191 char* *result 192 ); 193 @endcode 194 195 */ 196 197 //gsoap ns1 service method-style: rename_USCOREobject rpc 198 //gsoap ns1 service method-encoding: rename_USCOREobject http://schemas.xmlsoap.org/soap/encoding/ 199 //gsoap ns1 service method-action: rename_USCOREobject urn:Nebulous/Server/SOAP#create_object 200 int ns1__rename_USCOREobject( 201 char* key, 202 char* newkey, 203 char* *result ///< response parameter 204 ); 205 206 /******************************************************************************\ 207 * * 208 * ns1__rename_USCOREobject_ * 209 * * 210 \******************************************************************************/ 211 212 213 /// Operation "ns1__rename_USCOREobject_" of service binding "SOAP" 214 215 /** 216 217 Operation details: 218 219 - SOAP RPC encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 220 - SOAP action="urn:Nebulous/Server/SOAP#rename_object" 221 222 C stub function (defined in soapClient.c[pp]): 223 @code 224 int soap_call_ns1__rename_USCOREobject_(struct soap *soap, 225 NULL, // char *endpoint = NULL selects default endpoint for this operation 226 NULL, // char *action = NULL selects default action for this operation 227 // request parameters: 228 char* key, 229 char* newkey, 230 // response parameters: 231 char* *result 232 ); 233 @endcode 234 235 */ 236 237 //gsoap ns1 service method-style: rename_USCOREobject_ rpc 238 //gsoap ns1 service method-encoding: rename_USCOREobject_ http://schemas.xmlsoap.org/soap/encoding/ 239 //gsoap ns1 service method-action: rename_USCOREobject_ urn:Nebulous/Server/SOAP#rename_object 240 int ns1__rename_USCOREobject_( 241 char* key, 242 char* newkey, 243 char* *result ///< response parameter 244 ); 245 246 /******************************************************************************\ 247 * * 165 248 * ns1__replicate_USCOREobject * 166 249 * * … … 279 362 char* type, 280 363 int *result ///< response parameter 364 ); 365 366 /******************************************************************************\ 367 * * 368 * ns1__find_USCOREobjects * 369 * * 370 \******************************************************************************/ 371 372 /// Operation response struct "ns1__find_USCOREobjectsResponse" of service binding "SOAP" operation "ns1__find_USCOREobjects" 373 struct ns1__find_USCOREobjectsResponse 374 { 375 struct ArrayOfString* result; 376 }; 377 378 /// Operation "ns1__find_USCOREobjects" of service binding "SOAP" 379 380 /** 381 382 Operation details: 383 384 - SOAP RPC encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 385 - SOAP action="urn:Nebulous/Server/SOAP#find_objects" 386 387 C stub function (defined in soapClient.c[pp]): 388 @code 389 int soap_call_ns1__find_USCOREobjects(struct soap *soap, 390 NULL, // char *endpoint = NULL selects default endpoint for this operation 391 NULL, // char *action = NULL selects default action for this operation 392 // request parameters: 393 char* pattern, 394 // response parameters: 395 struct ns1__find_USCOREobjectsResponse* 396 ); 397 @endcode 398 399 */ 400 401 //gsoap ns1 service method-style: find_USCOREobjects rpc 402 //gsoap ns1 service method-encoding: find_USCOREobjects http://schemas.xmlsoap.org/soap/encoding/ 403 //gsoap ns1 service method-action: find_USCOREobjects urn:Nebulous/Server/SOAP#find_objects 404 int ns1__find_USCOREobjects( 405 char* pattern, 406 struct ns1__find_USCOREobjectsResponse* ///< response parameter 281 407 ); 282 408
Note:
See TracChangeset
for help on using the changeset viewer.
