GDBMS 1.0
GDBMS_for_documentation/soapStub.h
Go to the documentation of this file.
00001 /* soapStub.h
00002    Generated by gSOAP 2.8.0 from service_1.h
00003    Copyright(C) 2000-2010, Robert van Engelen, Genivia Inc. All Rights Reserved.
00004    The generated code is released under one of the following licenses:
00005    GPL, the gSOAP public license, or Genivia's license for commercial use.
00006 */
00007 
00008 #ifndef soapStub_H
00009 #define soapStub_H
00010 #include <vector>
00011 #include "stdsoap2.h"
00012 
00013 /******************************************************************************\
00014  *                                                                            *
00015  * Enumerations                                                               *
00016  *                                                                            *
00017 \******************************************************************************/
00018 
00019 
00020 /******************************************************************************\
00021  *                                                                            *
00022  * Types with Custom Serializers                                              *
00023  *                                                                            *
00024 \******************************************************************************/
00025 
00026 
00027 /******************************************************************************\
00028  *                                                                            *
00029  * Classes and Structs                                                        *
00030  *                                                                            *
00031 \******************************************************************************/
00032 
00033 
00034 #if 0 /* volatile type: do not declare here, declared elsewhere */
00035 
00036 #endif
00037 
00038 #ifndef SOAP_TYPE_ns1__ConnectResponse
00039 #define SOAP_TYPE_ns1__ConnectResponse (8)
00040 /* ns1:ConnectResponse */
00041 struct ns1__ConnectResponse
00042 {
00043 public:
00044         int retvalue;   /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:int */
00045         int user_USCOREid;      /* required element of type xsd:int */
00046 };
00047 #endif
00048 
00049 #if 0 /* volatile type: do not declare here, declared elsewhere */
00050 
00051 #endif
00052 
00053 #ifndef SOAP_TYPE_ns1__Connect
00054 #define SOAP_TYPE_ns1__Connect (12)
00055 /* ns1:Connect */
00056 struct ns1__Connect
00057 {
00058 public:
00059         std::string user;       /* required element of type xsd:string */
00060         std::string pass;       /* required element of type xsd:string */
00061 };
00062 #endif
00063 
00064 #ifndef SOAP_TYPE_ns1__GetSessionIdResponse
00065 #define SOAP_TYPE_ns1__GetSessionIdResponse (13)
00066 /* ns1:GetSessionIdResponse */
00067 struct ns1__GetSessionIdResponse
00068 {
00069 public:
00070         int retvalue;   /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:int */
00071         int options;    /* required element of type xsd:int */
00072         int session_USCOREid;   /* required element of type xsd:int */
00073 };
00074 #endif
00075 
00076 #ifndef SOAP_TYPE_ns1__GetSessionId
00077 #define SOAP_TYPE_ns1__GetSessionId (16)
00078 /* ns1:GetSessionId */
00079 struct ns1__GetSessionId
00080 {
00081 public:
00082         int user_USCOREid;      /* required element of type xsd:int */
00083 };
00084 #endif
00085 
00086 #ifndef SOAP_TYPE_ns1__CreateUserGroupResponse
00087 #define SOAP_TYPE_ns1__CreateUserGroupResponse (17)
00088 /* ns1:CreateUserGroupResponse */
00089 struct ns1__CreateUserGroupResponse
00090 {
00091 public:
00092         int retvalue;   /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:int */
00093         int u_USCOREgroup_USCOREid;     /* required element of type xsd:int */
00094 };
00095 #endif
00096 
00097 #ifndef SOAP_TYPE_ns1__CreateUserGroup
00098 #define SOAP_TYPE_ns1__CreateUserGroup (20)
00099 /* ns1:CreateUserGroup */
00100 struct ns1__CreateUserGroup
00101 {
00102 public:
00103         int session_USCOREid;   /* required element of type xsd:int */
00104         std::string group_USCOREname;   /* required element of type xsd:string */
00105 };
00106 #endif
00107 
00108 #ifndef SOAP_TYPE_ns1__DeleteUserGroupResponse
00109 #define SOAP_TYPE_ns1__DeleteUserGroupResponse (21)
00110 /* ns1:DeleteUserGroupResponse */
00111 struct ns1__DeleteUserGroupResponse
00112 {
00113 public:
00114         int retvalue;   /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:int */
00115 };
00116 #endif
00117 
00118 #ifndef SOAP_TYPE_ns1__DeleteUserGroup
00119 #define SOAP_TYPE_ns1__DeleteUserGroup (24)
00120 /* ns1:DeleteUserGroup */
00121 struct ns1__DeleteUserGroup
00122 {
00123 public:
00124         int session_USCOREid;   /* required element of type xsd:int */
00125         std::string group_USCOREname;   /* required element of type xsd:string */
00126 };
00127 #endif
00128 
00129 #ifndef SOAP_TYPE_ns1__GrantRightsToGroupResponse
00130 #define SOAP_TYPE_ns1__GrantRightsToGroupResponse (25)
00131 /* ns1:GrantRightsToGroupResponse */
00132 struct ns1__GrantRightsToGroupResponse
00133 {
00134 public:
00135         int retvalue;   /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:int */
00136 };
00137 #endif
00138 
00139 #ifndef SOAP_TYPE_ns1__GrantRightsToGroup
00140 #define SOAP_TYPE_ns1__GrantRightsToGroup (28)
00141 /* ns1:GrantRightsToGroup */
00142 struct ns1__GrantRightsToGroup
00143 {
00144 public:
00145         int session_USCOREid;   /* required element of type xsd:int */
00146         std::string group_USCOREname;   /* required element of type xsd:string */
00147         int rights;     /* required element of type xsd:int */
00148 };
00149 #endif
00150 
00151 #ifndef SOAP_TYPE_ns1__CreateUserResponse
00152 #define SOAP_TYPE_ns1__CreateUserResponse (29)
00153 /* ns1:CreateUserResponse */
00154 struct ns1__CreateUserResponse
00155 {
00156 public:
00157         int retvalue;   /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:int */
00158 };
00159 #endif
00160 
00161 #ifndef SOAP_TYPE_ns1__CreateUser
00162 #define SOAP_TYPE_ns1__CreateUser (32)
00163 /* ns1:CreateUser */
00164 struct ns1__CreateUser
00165 {
00166 public:
00167         int session_USCOREid;   /* required element of type xsd:int */
00168         std::string uname;      /* required element of type xsd:string */
00169         std::string gr_USCOREname;      /* required element of type xsd:string */
00170         std::string passwd;     /* required element of type xsd:string */
00171 };
00172 #endif
00173 
00174 #ifndef SOAP_TYPE_ns1__DeleteUserResponse
00175 #define SOAP_TYPE_ns1__DeleteUserResponse (33)
00176 /* ns1:DeleteUserResponse */
00177 struct ns1__DeleteUserResponse
00178 {
00179 public:
00180         int retvalue;   /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:int */
00181 };
00182 #endif
00183 
00184 #ifndef SOAP_TYPE_ns1__DeleteUser
00185 #define SOAP_TYPE_ns1__DeleteUser (36)
00186 /* ns1:DeleteUser */
00187 struct ns1__DeleteUser
00188 {
00189 public:
00190         int session_USCOREid;   /* required element of type xsd:int */
00191         std::string uname;      /* required element of type xsd:string */
00192 };
00193 #endif
00194 
00195 #ifndef SOAP_TYPE_ns1__CreateGraphResponse
00196 #define SOAP_TYPE_ns1__CreateGraphResponse (37)
00197 /* ns1:CreateGraphResponse */
00198 struct ns1__CreateGraphResponse
00199 {
00200 public:
00201         int retvalue;   /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:int */
00202 };
00203 #endif
00204 
00205 #ifndef SOAP_TYPE_ns1__CreateGraph
00206 #define SOAP_TYPE_ns1__CreateGraph (40)
00207 /* ns1:CreateGraph */
00208 struct ns1__CreateGraph
00209 {
00210 public:
00211         int session_USCOREid;   /* required element of type xsd:int */
00212         std::string gr_USCOREname;      /* required element of type xsd:string */
00213         std::string description;        /* required element of type xsd:string */
00214         std::string uname;      /* required element of type xsd:string */
00215 };
00216 #endif
00217 
00218 #ifndef SOAP_TYPE_ns1__DeleteGraphResponse
00219 #define SOAP_TYPE_ns1__DeleteGraphResponse (41)
00220 /* ns1:DeleteGraphResponse */
00221 struct ns1__DeleteGraphResponse
00222 {
00223 public:
00224         int retvalue;   /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:int */
00225 };
00226 #endif
00227 
00228 #ifndef SOAP_TYPE_ns1__DeleteGraph
00229 #define SOAP_TYPE_ns1__DeleteGraph (44)
00230 /* ns1:DeleteGraph */
00231 struct ns1__DeleteGraph
00232 {
00233 public:
00234         int session_USCOREid;   /* required element of type xsd:int */
00235         std::string gr_USCOREname;      /* required element of type xsd:string */
00236 };
00237 #endif
00238 
00239 #ifndef SOAP_TYPE_ns1__GrantRightsToGraphResponse
00240 #define SOAP_TYPE_ns1__GrantRightsToGraphResponse (45)
00241 /* ns1:GrantRightsToGraphResponse */
00242 struct ns1__GrantRightsToGraphResponse
00243 {
00244 public:
00245         int retvalue;   /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:int */
00246 };
00247 #endif
00248 
00249 #ifndef SOAP_TYPE_ns1__GrantRightsToGraph
00250 #define SOAP_TYPE_ns1__GrantRightsToGraph (48)
00251 /* ns1:GrantRightsToGraph */
00252 struct ns1__GrantRightsToGraph
00253 {
00254 public:
00255         int session_USCOREid;   /* required element of type xsd:int */
00256         std::string gr_USCOREname;      /* required element of type xsd:string */
00257         int rights_USCOREword;  /* required element of type xsd:int */
00258 };
00259 #endif
00260 
00261 #ifndef SOAP_TYPE_ns1__CloseSessionResponse
00262 #define SOAP_TYPE_ns1__CloseSessionResponse (49)
00263 /* ns1:CloseSessionResponse */
00264 struct ns1__CloseSessionResponse
00265 {
00266 public:
00267         int retvalue;   /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:int */
00268 };
00269 #endif
00270 
00271 #ifndef SOAP_TYPE_ns1__CloseSession
00272 #define SOAP_TYPE_ns1__CloseSession (52)
00273 /* ns1:CloseSession */
00274 struct ns1__CloseSession
00275 {
00276 public:
00277         int session_USCOREid;   /* required element of type xsd:int */
00278 };
00279 #endif
00280 
00281 #ifndef SOAP_TYPE_ns1__GetTransactionIdResponse
00282 #define SOAP_TYPE_ns1__GetTransactionIdResponse (53)
00283 /* ns1:GetTransactionIdResponse */
00284 struct ns1__GetTransactionIdResponse
00285 {
00286 public:
00287         int retvalue;   /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:int */
00288         int transaction_USCOREid;       /* required element of type xsd:int */
00289 };
00290 #endif
00291 
00292 #ifndef SOAP_TYPE_ns1__GetTransactionId
00293 #define SOAP_TYPE_ns1__GetTransactionId (56)
00294 /* ns1:GetTransactionId */
00295 struct ns1__GetTransactionId
00296 {
00297 public:
00298         int session_USCOREid;   /* required element of type xsd:int */
00299         std::string graph_USCOREname;   /* required element of type xsd:string */
00300 };
00301 #endif
00302 
00303 #ifndef SOAP_TYPE_ns1__CloseTransactionResponse
00304 #define SOAP_TYPE_ns1__CloseTransactionResponse (57)
00305 /* ns1:CloseTransactionResponse */
00306 struct ns1__CloseTransactionResponse
00307 {
00308 public:
00309         int retvalue;   /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:int */
00310 };
00311 #endif
00312 
00313 #ifndef SOAP_TYPE_ns1__CloseTransaction
00314 #define SOAP_TYPE_ns1__CloseTransaction (60)
00315 /* ns1:CloseTransaction */
00316 struct ns1__CloseTransaction
00317 {
00318 public:
00319         int transaction_USCOREid;       /* required element of type xsd:int */
00320 };
00321 #endif
00322 
00323 #ifndef SOAP_TYPE_ns1__DefineTypeResponse
00324 #define SOAP_TYPE_ns1__DefineTypeResponse (61)
00325 /* ns1:DefineTypeResponse */
00326 struct ns1__DefineTypeResponse
00327 {
00328 public:
00329         int retvalue;   /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:int */
00330 };
00331 #endif
00332 
00333 #ifndef SOAP_TYPE_ns1__DefineType
00334 #define SOAP_TYPE_ns1__DefineType (64)
00335 /* ns1:DefineType */
00336 struct ns1__DefineType
00337 {
00338 public:
00339         int transaction_USCOREid;       /* required element of type xsd:int */
00340         std::string type_USCOREname;    /* required element of type xsd:string */
00341 };
00342 #endif
00343 
00344 #ifndef SOAP_TYPE_ns1__DeleteTypeResponse
00345 #define SOAP_TYPE_ns1__DeleteTypeResponse (65)
00346 /* ns1:DeleteTypeResponse */
00347 struct ns1__DeleteTypeResponse
00348 {
00349 public:
00350         int retvalue;   /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:int */
00351 };
00352 #endif
00353 
00354 #ifndef SOAP_TYPE_ns1__DeleteType
00355 #define SOAP_TYPE_ns1__DeleteType (68)
00356 /* ns1:DeleteType */
00357 struct ns1__DeleteType
00358 {
00359 public:
00360         int transaction_USCOREid;       /* required element of type xsd:int */
00361         std::string type_USCOREname;    /* required element of type xsd:string */
00362 };
00363 #endif
00364 
00365 #ifndef SOAP_TYPE_ns1__AddMemberToTypeResponse
00366 #define SOAP_TYPE_ns1__AddMemberToTypeResponse (69)
00367 /* ns1:AddMemberToTypeResponse */
00368 struct ns1__AddMemberToTypeResponse
00369 {
00370 public:
00371         int retvalue;   /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:int */
00372 };
00373 #endif
00374 
00375 #ifndef SOAP_TYPE_ns1__AddMemberToType
00376 #define SOAP_TYPE_ns1__AddMemberToType (72)
00377 /* ns1:AddMemberToType */
00378 struct ns1__AddMemberToType
00379 {
00380 public:
00381         int transaction_USCOREid;       /* required element of type xsd:int */
00382         std::string type_USCOREname;    /* required element of type xsd:string */
00383         std::string member_USCOREname;  /* required element of type xsd:string */
00384         int member_USCOREtype;  /* required element of type xsd:int */
00385         int size;       /* required element of type xsd:int */
00386 };
00387 #endif
00388 
00389 #ifndef SOAP_TYPE_ns1__GetTypeIdResponse
00390 #define SOAP_TYPE_ns1__GetTypeIdResponse (73)
00391 /* ns1:GetTypeIdResponse */
00392 struct ns1__GetTypeIdResponse
00393 {
00394 public:
00395         int type_USCOREid;      /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:int */
00396 };
00397 #endif
00398 
00399 #ifndef SOAP_TYPE_ns1__GetTypeId
00400 #define SOAP_TYPE_ns1__GetTypeId (76)
00401 /* ns1:GetTypeId */
00402 struct ns1__GetTypeId
00403 {
00404 public:
00405         int transaction_USCOREid;       /* required element of type xsd:int */
00406         std::string type_USCOREname;    /* required element of type xsd:string */
00407 };
00408 #endif
00409 
00410 #ifndef SOAP_TYPE_ns1__AddNodeResponse
00411 #define SOAP_TYPE_ns1__AddNodeResponse (77)
00412 /* ns1:AddNodeResponse */
00413 struct ns1__AddNodeResponse
00414 {
00415 public:
00416         int retvalue;   /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:int */
00417 };
00418 #endif
00419 
00420 #ifndef SOAP_TYPE_ns1__AddNode
00421 #define SOAP_TYPE_ns1__AddNode (80)
00422 /* ns1:AddNode */
00423 struct ns1__AddNode
00424 {
00425 public:
00426         int transaction_USCOREid;       /* required element of type xsd:int */
00427         std::string node_USCOREname;    /* required element of type xsd:string */
00428         std::string node_USCOREtype;    /* required element of type xsd:string */
00429 };
00430 #endif
00431 
00432 #ifndef SOAP_TYPE_ns1__AddValueToNodeResponse
00433 #define SOAP_TYPE_ns1__AddValueToNodeResponse (81)
00434 /* ns1:AddValueToNodeResponse */
00435 struct ns1__AddValueToNodeResponse
00436 {
00437 public:
00438         int retvalue;   /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:int */
00439 };
00440 #endif
00441 
00442 #ifndef SOAP_TYPE_ns1__AddValueToNode
00443 #define SOAP_TYPE_ns1__AddValueToNode (84)
00444 /* ns1:AddValueToNode */
00445 struct ns1__AddValueToNode
00446 {
00447 public:
00448         int transaction_USCOREid;       /* required element of type xsd:int */
00449         std::string node_USCOREname;    /* required element of type xsd:string */
00450         std::string path;       /* required element of type xsd:string */
00451         std::string value;      /* required element of type xsd:string */
00452 };
00453 #endif
00454 
00455 #ifndef SOAP_TYPE_ns1__DeleteNodeResponse
00456 #define SOAP_TYPE_ns1__DeleteNodeResponse (85)
00457 /* ns1:DeleteNodeResponse */
00458 struct ns1__DeleteNodeResponse
00459 {
00460 public:
00461         int retvalue;   /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:int */
00462 };
00463 #endif
00464 
00465 #ifndef SOAP_TYPE_ns1__DeleteNode
00466 #define SOAP_TYPE_ns1__DeleteNode (88)
00467 /* ns1:DeleteNode */
00468 struct ns1__DeleteNode
00469 {
00470 public:
00471         int transaction_USCOREid;       /* required element of type xsd:int */
00472         std::string node_USCOREname;    /* required element of type xsd:string */
00473 };
00474 #endif
00475 
00476 #ifndef SOAP_TYPE_ns1__AddEdgeResponse
00477 #define SOAP_TYPE_ns1__AddEdgeResponse (89)
00478 /* ns1:AddEdgeResponse */
00479 struct ns1__AddEdgeResponse
00480 {
00481 public:
00482         int retvalue;   /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:int */
00483 };
00484 #endif
00485 
00486 #ifndef SOAP_TYPE_ns1__AddEdge
00487 #define SOAP_TYPE_ns1__AddEdge (92)
00488 /* ns1:AddEdge */
00489 struct ns1__AddEdge
00490 {
00491 public:
00492         int transaction_USCOREid;       /* required element of type xsd:int */
00493         std::string edge_USCOREname;    /* required element of type xsd:string */
00494         std::string edge_USCOREtype;    /* required element of type xsd:string */
00495 };
00496 #endif
00497 
00498 #ifndef SOAP_TYPE_ns1__AddValueToEdgeResponse
00499 #define SOAP_TYPE_ns1__AddValueToEdgeResponse (93)
00500 /* ns1:AddValueToEdgeResponse */
00501 struct ns1__AddValueToEdgeResponse
00502 {
00503 public:
00504         int retvalue;   /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:int */
00505 };
00506 #endif
00507 
00508 #ifndef SOAP_TYPE_ns1__AddValueToEdge
00509 #define SOAP_TYPE_ns1__AddValueToEdge (96)
00510 /* ns1:AddValueToEdge */
00511 struct ns1__AddValueToEdge
00512 {
00513 public:
00514         int transaction_USCOREid;       /* required element of type xsd:int */
00515         std::string edge_USCOREname;    /* required element of type xsd:string */
00516         std::string path;       /* required element of type xsd:string */
00517         std::string value;      /* required element of type xsd:string */
00518 };
00519 #endif
00520 
00521 #ifndef SOAP_TYPE_ns1__DeleteEdgeResponse
00522 #define SOAP_TYPE_ns1__DeleteEdgeResponse (97)
00523 /* ns1:DeleteEdgeResponse */
00524 struct ns1__DeleteEdgeResponse
00525 {
00526 public:
00527         int retvalue;   /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:int */
00528 };
00529 #endif
00530 
00531 #ifndef SOAP_TYPE_ns1__DeleteEdge
00532 #define SOAP_TYPE_ns1__DeleteEdge (100)
00533 /* ns1:DeleteEdge */
00534 struct ns1__DeleteEdge
00535 {
00536 public:
00537         int transaction_USCOREid;       /* required element of type xsd:int */
00538         std::string edge_USCOREname;    /* required element of type xsd:string */
00539 };
00540 #endif
00541 
00542 #ifndef SOAP_TYPE_ns1__FindMinPathBetweenNodesResponse
00543 #define SOAP_TYPE_ns1__FindMinPathBetweenNodesResponse (101)
00544 /* ns1:FindMinPathBetweenNodesResponse */
00545 struct ns1__FindMinPathBetweenNodesResponse
00546 {
00547 public:
00548         std::string Xiksml_USCOREresponse;      /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:string */
00549 };
00550 #endif
00551 
00552 #ifndef SOAP_TYPE_ns1__FindMinPathBetweenNodes
00553 #define SOAP_TYPE_ns1__FindMinPathBetweenNodes (104)
00554 /* ns1:FindMinPathBetweenNodes */
00555 struct ns1__FindMinPathBetweenNodes
00556 {
00557 public:
00558         int transaction_USCOREid;       /* required element of type xsd:int */
00559         std::string node_USCOREname1;   /* required element of type xsd:string */
00560         std::string node_USCOREname2;   /* required element of type xsd:string */
00561         std::string paths;      /* required element of type xsd:string */
00562         int paths_USCOREcount;  /* required element of type xsd:int */
00563         std::string path_USCOREedges;   /* required element of type xsd:string */
00564 };
00565 #endif
00566 
00567 #ifndef SOAP_TYPE_ns1__FindMaxPathBetweenNodesResponse
00568 #define SOAP_TYPE_ns1__FindMaxPathBetweenNodesResponse (105)
00569 /* ns1:FindMaxPathBetweenNodesResponse */
00570 struct ns1__FindMaxPathBetweenNodesResponse
00571 {
00572 public:
00573         std::string Xiksml_USCOREresponse;      /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:string */
00574 };
00575 #endif
00576 
00577 #ifndef SOAP_TYPE_ns1__FindMaxPathBetweenNodes
00578 #define SOAP_TYPE_ns1__FindMaxPathBetweenNodes (108)
00579 /* ns1:FindMaxPathBetweenNodes */
00580 struct ns1__FindMaxPathBetweenNodes
00581 {
00582 public:
00583         int transaction_USCOREid;       /* required element of type xsd:int */
00584         std::string node_USCOREname1;   /* required element of type xsd:string */
00585         std::string node_USCOREname2;   /* required element of type xsd:string */
00586         std::string paths;      /* required element of type xsd:string */
00587         int paths_USCOREcount;  /* required element of type xsd:int */
00588         std::string path_USCOREedges;   /* required element of type xsd:string */
00589 };
00590 #endif
00591 
00592 #ifndef SOAP_TYPE_ns1__FindAllPathsBetweenNodesResponse
00593 #define SOAP_TYPE_ns1__FindAllPathsBetweenNodesResponse (109)
00594 /* ns1:FindAllPathsBetweenNodesResponse */
00595 struct ns1__FindAllPathsBetweenNodesResponse
00596 {
00597 public:
00598         std::string Xiksml_USCOREresponse;      /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:string */
00599 };
00600 #endif
00601 
00602 #ifndef SOAP_TYPE_ns1__FindAllPathsBetweenNodes
00603 #define SOAP_TYPE_ns1__FindAllPathsBetweenNodes (112)
00604 /* ns1:FindAllPathsBetweenNodes */
00605 struct ns1__FindAllPathsBetweenNodes
00606 {
00607 public:
00608         int transaction_USCOREid;       /* required element of type xsd:int */
00609         std::string node_USCOREname1;   /* required element of type xsd:string */
00610         std::string node_USCOREname2;   /* required element of type xsd:string */
00611         std::string paths;      /* required element of type xsd:string */
00612         int paths_USCOREcount;  /* required element of type xsd:int */
00613         std::string path_USCOREedges;   /* required element of type xsd:string */
00614 };
00615 #endif
00616 
00617 #ifndef SOAP_TYPE_ns1__FindAllFriendsResponse
00618 #define SOAP_TYPE_ns1__FindAllFriendsResponse (113)
00619 /* ns1:FindAllFriendsResponse */
00620 struct ns1__FindAllFriendsResponse
00621 {
00622 public:
00623         std::string Xiksml_USCOREresponse;      /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:string */
00624 };
00625 #endif
00626 
00627 #ifndef SOAP_TYPE_ns1__FindAllFriends
00628 #define SOAP_TYPE_ns1__FindAllFriends (116)
00629 /* ns1:FindAllFriends */
00630 struct ns1__FindAllFriends
00631 {
00632 public:
00633         int transaction_USCOREid;       /* required element of type xsd:int */
00634         std::string node_USCOREname;    /* required element of type xsd:string */
00635         std::string paths_USCOREnodes;  /* required element of type xsd:string */
00636         int paths_USCOREcount;  /* required element of type xsd:int */
00637 };
00638 #endif
00639 
00640 #ifndef SOAP_TYPE_ns1__FindBFSResponse
00641 #define SOAP_TYPE_ns1__FindBFSResponse (117)
00642 /* ns1:FindBFSResponse */
00643 struct ns1__FindBFSResponse
00644 {
00645 public:
00646         std::string Xiksml_USCOREresponse;      /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:string */
00647 };
00648 #endif
00649 
00650 #ifndef SOAP_TYPE_ns1__FindBFS
00651 #define SOAP_TYPE_ns1__FindBFS (120)
00652 /* ns1:FindBFS */
00653 struct ns1__FindBFS
00654 {
00655 public:
00656         int transaction_USCOREid;       /* required element of type xsd:int */
00657         std::string node_USCOREname;    /* required element of type xsd:string */
00658         std::string paths_USCOREnodes;  /* required element of type xsd:string */
00659         std::string paths_USCOREvalues; /* required element of type xsd:string */
00660         int paths_USCOREcount;  /* required element of type xsd:int */
00661         int limit_USCOREnodes;  /* required element of type xsd:int */
00662 };
00663 #endif
00664 
00665 #ifndef SOAP_TYPE_ns1__FindDFSResponse
00666 #define SOAP_TYPE_ns1__FindDFSResponse (121)
00667 /* ns1:FindDFSResponse */
00668 struct ns1__FindDFSResponse
00669 {
00670 public:
00671         std::string Xiksml_USCOREresponse;      /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:string */
00672 };
00673 #endif
00674 
00675 #ifndef SOAP_TYPE_ns1__FindDFS
00676 #define SOAP_TYPE_ns1__FindDFS (124)
00677 /* ns1:FindDFS */
00678 struct ns1__FindDFS
00679 {
00680 public:
00681         int transaction_USCOREid;       /* required element of type xsd:int */
00682         std::string node_USCOREname;    /* required element of type xsd:string */
00683         std::string paths_USCOREnodes;  /* required element of type xsd:string */
00684         std::string paths_USCOREvalues; /* required element of type xsd:string */
00685         int paths_USCOREcount;  /* required element of type xsd:int */
00686         int limit_USCOREnodes;  /* required element of type xsd:int */
00687 };
00688 #endif
00689 
00690 #ifndef SOAP_TYPE_ns1__InitiateTransactionStopResponse
00691 #define SOAP_TYPE_ns1__InitiateTransactionStopResponse (125)
00692 /* ns1:InitiateTransactionStopResponse */
00693 struct ns1__InitiateTransactionStopResponse
00694 {
00695 public:
00696         int retvalue;   /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:int */
00697         int user_USCOREid;      /* required element of type xsd:int */
00698 };
00699 #endif
00700 
00701 #ifndef SOAP_TYPE_ns1__InitiateTransactionStop
00702 #define SOAP_TYPE_ns1__InitiateTransactionStop (128)
00703 /* ns1:InitiateTransactionStop */
00704 struct ns1__InitiateTransactionStop
00705 {
00706 public:
00707         std::string user;       /* required element of type xsd:string */
00708         std::string pass;       /* required element of type xsd:string */
00709 };
00710 #endif
00711 
00712 #ifndef SOAP_TYPE_SOAP_ENV__Header
00713 #define SOAP_TYPE_SOAP_ENV__Header (129)
00714 /* SOAP Header: */
00715 struct SOAP_ENV__Header
00716 {
00717 #ifdef WITH_NOEMPTYSTRUCT
00718 private:
00719         char dummy;     /* dummy member to enable compilation */
00720 #endif
00721 };
00722 #endif
00723 
00724 #ifndef SOAP_TYPE_SOAP_ENV__Code
00725 #define SOAP_TYPE_SOAP_ENV__Code (130)
00726 /* SOAP Fault Code: */
00727 struct SOAP_ENV__Code
00728 {
00729 public:
00730         char *SOAP_ENV__Value;  /* optional element of type xsd:QName */
00731         struct SOAP_ENV__Code *SOAP_ENV__Subcode;       /* optional element of type SOAP-ENV:Code */
00732 };
00733 #endif
00734 
00735 #ifndef SOAP_TYPE_SOAP_ENV__Detail
00736 #define SOAP_TYPE_SOAP_ENV__Detail (132)
00737 /* SOAP-ENV:Detail */
00738 struct SOAP_ENV__Detail
00739 {
00740 public:
00741         int __type;     /* any type of element <fault> (defined below) */
00742         void *fault;    /* transient */
00743         char *__any;
00744 };
00745 #endif
00746 
00747 #ifndef SOAP_TYPE_SOAP_ENV__Reason
00748 #define SOAP_TYPE_SOAP_ENV__Reason (135)
00749 /* SOAP-ENV:Reason */
00750 struct SOAP_ENV__Reason
00751 {
00752 public:
00753         char *SOAP_ENV__Text;   /* optional element of type xsd:string */
00754 };
00755 #endif
00756 
00757 #ifndef SOAP_TYPE_SOAP_ENV__Fault
00758 #define SOAP_TYPE_SOAP_ENV__Fault (136)
00759 /* SOAP Fault: */
00760 struct SOAP_ENV__Fault
00761 {
00762 public:
00763         char *faultcode;        /* optional element of type xsd:QName */
00764         char *faultstring;      /* optional element of type xsd:string */
00765         char *faultactor;       /* optional element of type xsd:string */
00766         struct SOAP_ENV__Detail *detail;        /* optional element of type SOAP-ENV:Detail */
00767         struct SOAP_ENV__Code *SOAP_ENV__Code;  /* optional element of type SOAP-ENV:Code */
00768         struct SOAP_ENV__Reason *SOAP_ENV__Reason;      /* optional element of type SOAP-ENV:Reason */
00769         char *SOAP_ENV__Node;   /* optional element of type xsd:string */
00770         char *SOAP_ENV__Role;   /* optional element of type xsd:string */
00771         struct SOAP_ENV__Detail *SOAP_ENV__Detail;      /* optional element of type SOAP-ENV:Detail */
00772 };
00773 #endif
00774 
00775 /******************************************************************************\
00776  *                                                                            *
00777  * Typedefs                                                                   *
00778  *                                                                            *
00779 \******************************************************************************/
00780 
00781 #ifndef SOAP_TYPE__QName
00782 #define SOAP_TYPE__QName (5)
00783 typedef char *_QName;
00784 #endif
00785 
00786 #ifndef SOAP_TYPE__XML
00787 #define SOAP_TYPE__XML (6)
00788 typedef char *_XML;
00789 #endif
00790 
00791 
00792 /******************************************************************************\
00793  *                                                                            *
00794  * Externals                                                                  *
00795  *                                                                            *
00796 \******************************************************************************/
00797 
00798 
00799 #endif
00800 
00801 /* End of soapStub.h */
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines