Changeset 20110 for trunk/Nebulous/nebclient/src/nebulous.h
- Timestamp:
- Oct 13, 2008, 12:11:09 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/src/nebulous.h (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/src/nebulous.h
r19542 r20110 1 1 /* src/nebulous.h 2 2 Generated by wsdl2h 1.2.11 from nebulous.wsdl and typemap.dat 3 2008- 09-13 01:14:23GMT3 2008-10-13 22:06:54 GMT 4 4 Copyright (C) 2001-2008 Robert van Engelen, Genivia Inc. All Rights Reserved. 5 5 This part of the software is released under one of the following licenses: … … 107 107 - @ref ns1__create_USCOREobject 108 108 - @ref ns1__rename_USCOREobject 109 - @ref ns1__ rename_USCOREobject_109 - @ref ns1__swap_USCOREobjects 110 110 - @ref ns1__replicate_USCOREobject 111 111 - @ref ns1__lock_USCOREobject … … 197 197 198 198 - SOAP RPC encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 199 - SOAP action="urn:Nebulous/Server/SOAP# create_object"199 - SOAP action="urn:Nebulous/Server/SOAP#rename_object" 200 200 201 201 C stub function (defined in soapClient.c[pp] generated by soapcpp2): … … 206 206 NULL, // char *action = NULL selects default action for this operation 207 207 // request parameters: 208 char* key ,209 char* newkey,210 // response parameters: 211 char**result208 char* key1, 209 char* key2, 210 // response parameters: 211 int *result 212 212 ); 213 213 @endcode … … 218 218 struct soap *soap, 219 219 // request parameters: 220 char* key ,221 char* newkey,222 // response parameters: 223 char**result220 char* key1, 221 char* key2, 222 // response parameters: 223 int *result 224 224 ); 225 225 @endcode … … 229 229 //gsoap ns1 service method-style: rename_USCOREobject rpc 230 230 //gsoap ns1 service method-encoding: rename_USCOREobject http://schemas.xmlsoap.org/soap/encoding/ 231 //gsoap ns1 service method-action: rename_USCOREobject urn:Nebulous/Server/SOAP# create_object231 //gsoap ns1 service method-action: rename_USCOREobject urn:Nebulous/Server/SOAP#rename_object 232 232 int ns1__rename_USCOREobject( 233 char* key , ///< Request parameter234 char* newkey, ///< Request parameter235 char**result ///< Response parameter236 ); 237 238 /******************************************************************************\ 239 * * 240 * ns1__ rename_USCOREobject_*241 * * 242 \******************************************************************************/ 243 244 245 /// Operation "ns1__ rename_USCOREobject_" of service binding "SOAP"246 247 /** 248 249 Operation details: 250 251 - SOAP RPC encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 252 - SOAP action="urn:Nebulous/Server/SOAP# rename_object"253 254 C stub function (defined in soapClient.c[pp] generated by soapcpp2): 255 @code 256 int soap_call_ns1__ rename_USCOREobject_(257 struct soap *soap, 258 NULL, // char *endpoint = NULL selects default endpoint for this operation 259 NULL, // char *action = NULL selects default action for this operation 260 // request parameters: 261 char* key ,262 char* newkey,233 char* key1, ///< Request parameter 234 char* key2, ///< Request parameter 235 int *result ///< Response parameter 236 ); 237 238 /******************************************************************************\ 239 * * 240 * ns1__swap_USCOREobjects * 241 * * 242 \******************************************************************************/ 243 244 245 /// Operation "ns1__swap_USCOREobjects" of service binding "SOAP" 246 247 /** 248 249 Operation details: 250 251 - SOAP RPC encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 252 - SOAP action="urn:Nebulous/Server/SOAP#swap_objects" 253 254 C stub function (defined in soapClient.c[pp] generated by soapcpp2): 255 @code 256 int soap_call_ns1__swap_USCOREobjects( 257 struct soap *soap, 258 NULL, // char *endpoint = NULL selects default endpoint for this operation 259 NULL, // char *action = NULL selects default action for this operation 260 // request parameters: 261 char* key1, 262 char* key2, 263 263 // response parameters: 264 264 char* *result … … 268 268 C server function (called from the service dispatcher defined in soapServer.c[pp]): 269 269 @code 270 int ns1__ rename_USCOREobject_(271 struct soap *soap, 272 // request parameters: 273 char* key ,274 char* newkey,270 int ns1__swap_USCOREobjects( 271 struct soap *soap, 272 // request parameters: 273 char* key1, 274 char* key2, 275 275 // response parameters: 276 276 char* *result … … 280 280 */ 281 281 282 //gsoap ns1 service method-style: rename_USCOREobject_rpc283 //gsoap ns1 service method-encoding: rename_USCOREobject_http://schemas.xmlsoap.org/soap/encoding/284 //gsoap ns1 service method-action: rename_USCOREobject_ urn:Nebulous/Server/SOAP#rename_object285 int ns1__ rename_USCOREobject_(286 char* key , ///< Request parameter287 char* newkey, ///< Request parameter282 //gsoap ns1 service method-style: swap_USCOREobjects rpc 283 //gsoap ns1 service method-encoding: swap_USCOREobjects http://schemas.xmlsoap.org/soap/encoding/ 284 //gsoap ns1 service method-action: swap_USCOREobjects urn:Nebulous/Server/SOAP#swap_objects 285 int ns1__swap_USCOREobjects( 286 char* key1, ///< Request parameter 287 char* key2, ///< Request parameter 288 288 char* *result ///< Response parameter 289 289 );
Note:
See TracChangeset
for help on using the changeset viewer.
