-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsoapStub.h
652 lines (518 loc) · 21.8 KB
/
soapStub.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
/* soapStub.h
Generated by gSOAP 2.8.10 from ims.h
Copyright(C) 2000-2012, Robert van Engelen, Genivia Inc. All Rights Reserved.
The generated code is released under one of the following licenses:
1) GPL or 2) Genivia's license for commercial use.
This program is released under the GPL with the additional exemption that
compiling, linking, and/or using OpenSSL is allowed.
*/
#ifndef soapStub_H
#define soapStub_H
#define IMS_MAX_MSG_SIZE 256
#define MAXFRIENDS 100
#include "stdsoap2.h"
#if GSOAP_VERSION != 20810
# error "GSOAP VERSION MISMATCH IN GENERATED CODE: PLEASE REINSTALL PACKAGE"
#endif
#ifdef __cplusplus
extern "C" {
#endif
/******************************************************************************\
* *
* Enumerations *
* *
\******************************************************************************/
/******************************************************************************\
* *
* Types with Custom Serializers *
* *
\******************************************************************************/
/******************************************************************************\
* *
* Classes and Structs *
* *
\******************************************************************************/
#if 0 /* volatile type: do not declare here, declared elsewhere */
#endif
#ifndef SOAP_TYPE__Struct_1
#define SOAP_TYPE__Struct_1 (8)
/* Struct-1 */
struct _Struct_1
{
char *name; /* optional element of type xsd:string */
char *msg; /* optional element of type xsd:string */
int error; /* required element of type xsd:int */
};
#endif
#ifndef SOAP_TYPE__Struct_2
#define SOAP_TYPE__Struct_2 (11)
/* Struct-2 */
struct _Struct_2
{
char *data[100]; /* required element of type Array100Ofstring */
};
#endif
#ifndef SOAP_TYPE__Struct_3
#define SOAP_TYPE__Struct_3 (13)
/* Struct-3 */
struct _Struct_3
{
char *str; /* optional element of type xsd:string */
};
#endif
#ifndef SOAP_TYPE_ims__sendMessageResponse
#define SOAP_TYPE_ims__sendMessageResponse (17)
/* ims:sendMessageResponse */
struct ims__sendMessageResponse
{
int *error; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:int */
};
#endif
#ifndef SOAP_TYPE_ims__sendMessage
#define SOAP_TYPE_ims__sendMessage (18)
/* ims:sendMessage */
struct ims__sendMessage
{
char *user; /* optional element of type xsd:string */
struct _Struct_1 myMessage; /* required element of type Message */
};
#endif
#ifndef SOAP_TYPE_ims__receiveMessageResponse
#define SOAP_TYPE_ims__receiveMessageResponse (21)
/* ims:receiveMessageResponse */
struct ims__receiveMessageResponse
{
struct _Struct_1 *myMessage; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type Message */
};
#endif
#ifndef SOAP_TYPE_ims__receiveMessage
#define SOAP_TYPE_ims__receiveMessage (22)
/* ims:receiveMessage */
struct ims__receiveMessage
{
char *user; /* optional element of type xsd:string */
int num; /* required element of type xsd:int */
char *friend_nick; /* optional element of type xsd:string */
};
#endif
#ifndef SOAP_TYPE_ims__getLastMessageResponse
#define SOAP_TYPE_ims__getLastMessageResponse (24)
/* ims:getLastMessageResponse */
struct ims__getLastMessageResponse
{
struct _Struct_1 *myMessage; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type Message */
};
#endif
#ifndef SOAP_TYPE_ims__getLastMessage
#define SOAP_TYPE_ims__getLastMessage (25)
/* ims:getLastMessage */
struct ims__getLastMessage
{
#ifdef WITH_NOEMPTYSTRUCT
char dummy; /* dummy member to enable compilation */
#endif
};
#endif
#ifndef SOAP_TYPE_ims__addUserResponse
#define SOAP_TYPE_ims__addUserResponse (27)
/* ims:addUserResponse */
struct ims__addUserResponse
{
int *error; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:int */
};
#endif
#ifndef SOAP_TYPE_ims__addUser
#define SOAP_TYPE_ims__addUser (28)
/* ims:addUser */
struct ims__addUser
{
char *nick; /* optional element of type xsd:string */
char *pass; /* optional element of type xsd:string */
};
#endif
#ifndef SOAP_TYPE_ims__removeUserResponse
#define SOAP_TYPE_ims__removeUserResponse (30)
/* ims:removeUserResponse */
struct ims__removeUserResponse
{
int *error; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:int */
};
#endif
#ifndef SOAP_TYPE_ims__removeUser
#define SOAP_TYPE_ims__removeUser (31)
/* ims:removeUser */
struct ims__removeUser
{
char *nick; /* optional element of type xsd:string */
char *pass; /* optional element of type xsd:string */
};
#endif
#ifndef SOAP_TYPE_ims__userLoginResponse
#define SOAP_TYPE_ims__userLoginResponse (33)
/* ims:userLoginResponse */
struct ims__userLoginResponse
{
int *error; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:int */
};
#endif
#ifndef SOAP_TYPE_ims__userLogin
#define SOAP_TYPE_ims__userLogin (34)
/* ims:userLogin */
struct ims__userLogin
{
char *nick; /* optional element of type xsd:string */
char *pass; /* optional element of type xsd:string */
};
#endif
#ifndef SOAP_TYPE_ims__userLogoutResponse
#define SOAP_TYPE_ims__userLogoutResponse (36)
/* ims:userLogoutResponse */
struct ims__userLogoutResponse
{
int *error; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:int */
};
#endif
#ifndef SOAP_TYPE_ims__userLogout
#define SOAP_TYPE_ims__userLogout (37)
/* ims:userLogout */
struct ims__userLogout
{
char *nick; /* optional element of type xsd:string */
char *pass; /* optional element of type xsd:string */
};
#endif
#ifndef SOAP_TYPE_ims__addFriendResponse
#define SOAP_TYPE_ims__addFriendResponse (39)
/* ims:addFriendResponse */
struct ims__addFriendResponse
{
int *error; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:int */
};
#endif
#ifndef SOAP_TYPE_ims__addFriend
#define SOAP_TYPE_ims__addFriend (40)
/* ims:addFriend */
struct ims__addFriend
{
char *user; /* optional element of type xsd:string */
char *friend_nick; /* optional element of type xsd:string */
};
#endif
#ifndef SOAP_TYPE_ims__sendFriendshipRequestResponse
#define SOAP_TYPE_ims__sendFriendshipRequestResponse (42)
/* ims:sendFriendshipRequestResponse */
struct ims__sendFriendshipRequestResponse
{
int *error; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:int */
};
#endif
#ifndef SOAP_TYPE_ims__sendFriendshipRequest
#define SOAP_TYPE_ims__sendFriendshipRequest (43)
/* ims:sendFriendshipRequest */
struct ims__sendFriendshipRequest
{
char *user; /* optional element of type xsd:string */
char *friend_nick; /* optional element of type xsd:string */
};
#endif
#ifndef SOAP_TYPE_ims__getFriendshipRequestsResponse
#define SOAP_TYPE_ims__getFriendshipRequestsResponse (46)
/* ims:getFriendshipRequestsResponse */
struct ims__getFriendshipRequestsResponse
{
struct _Struct_2 *friends; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type Char-vector */
};
#endif
#ifndef SOAP_TYPE_ims__getFriendshipRequests
#define SOAP_TYPE_ims__getFriendshipRequests (47)
/* ims:getFriendshipRequests */
struct ims__getFriendshipRequests
{
char *user; /* optional element of type xsd:string */
};
#endif
#ifndef SOAP_TYPE_ims__haveFriendshipRequestResponse
#define SOAP_TYPE_ims__haveFriendshipRequestResponse (49)
/* ims:haveFriendshipRequestResponse */
struct ims__haveFriendshipRequestResponse
{
int *result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:int */
};
#endif
#ifndef SOAP_TYPE_ims__haveFriendshipRequest
#define SOAP_TYPE_ims__haveFriendshipRequest (50)
/* ims:haveFriendshipRequest */
struct ims__haveFriendshipRequest
{
char *user; /* optional element of type xsd:string */
};
#endif
#ifndef SOAP_TYPE_ims__getFriendshipRequestResponse
#define SOAP_TYPE_ims__getFriendshipRequestResponse (53)
/* ims:getFriendshipRequestResponse */
struct ims__getFriendshipRequestResponse
{
struct _Struct_3 *friend_nick; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type String */
};
#endif
#ifndef SOAP_TYPE_ims__getFriendshipRequest
#define SOAP_TYPE_ims__getFriendshipRequest (54)
/* ims:getFriendshipRequest */
struct ims__getFriendshipRequest
{
char *user; /* optional element of type xsd:string */
};
#endif
#ifndef SOAP_TYPE_ims__acceptFriendshipRequestResponse
#define SOAP_TYPE_ims__acceptFriendshipRequestResponse (56)
/* ims:acceptFriendshipRequestResponse */
struct ims__acceptFriendshipRequestResponse
{
int *result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:int */
};
#endif
#ifndef SOAP_TYPE_ims__acceptFriendshipRequest
#define SOAP_TYPE_ims__acceptFriendshipRequest (57)
/* ims:acceptFriendshipRequest */
struct ims__acceptFriendshipRequest
{
char *user; /* optional element of type xsd:string */
char *friend_nick; /* optional element of type xsd:string */
};
#endif
#ifndef SOAP_TYPE_ims__rejectFriendshipRequestResponse
#define SOAP_TYPE_ims__rejectFriendshipRequestResponse (59)
/* ims:rejectFriendshipRequestResponse */
struct ims__rejectFriendshipRequestResponse
{
int *result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:int */
};
#endif
#ifndef SOAP_TYPE_ims__rejectFriendshipRequest
#define SOAP_TYPE_ims__rejectFriendshipRequest (60)
/* ims:rejectFriendshipRequest */
struct ims__rejectFriendshipRequest
{
char *user; /* optional element of type xsd:string */
char *friend_nick; /* optional element of type xsd:string */
};
#endif
#ifndef SOAP_TYPE_ims__removeFriendResponse
#define SOAP_TYPE_ims__removeFriendResponse (62)
/* ims:removeFriendResponse */
struct ims__removeFriendResponse
{
int *error; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:int */
};
#endif
#ifndef SOAP_TYPE_ims__removeFriend
#define SOAP_TYPE_ims__removeFriend (63)
/* ims:removeFriend */
struct ims__removeFriend
{
char *user; /* optional element of type xsd:string */
char *friend_nick; /* optional element of type xsd:string */
};
#endif
#ifndef SOAP_TYPE_ims__getFriendsResponse
#define SOAP_TYPE_ims__getFriendsResponse (65)
/* ims:getFriendsResponse */
struct ims__getFriendsResponse
{
struct _Struct_2 *friends; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type Char-vector */
};
#endif
#ifndef SOAP_TYPE_ims__getFriends
#define SOAP_TYPE_ims__getFriends (66)
/* ims:getFriends */
struct ims__getFriends
{
char *user; /* optional element of type xsd:string */
};
#endif
#ifndef SOAP_TYPE_ims__haveFriendsResponse
#define SOAP_TYPE_ims__haveFriendsResponse (68)
/* ims:haveFriendsResponse */
struct ims__haveFriendsResponse
{
int *result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:int */
};
#endif
#ifndef SOAP_TYPE_ims__haveFriends
#define SOAP_TYPE_ims__haveFriends (69)
/* ims:haveFriends */
struct ims__haveFriends
{
char *user; /* optional element of type xsd:string */
};
#endif
#ifndef WITH_NOGLOBAL
#ifndef SOAP_TYPE_SOAP_ENV__Header
#define SOAP_TYPE_SOAP_ENV__Header (70)
/* SOAP Header: */
struct SOAP_ENV__Header
{
#ifdef WITH_NOEMPTYSTRUCT
char dummy; /* dummy member to enable compilation */
#endif
};
#endif
#endif
#ifndef WITH_NOGLOBAL
#ifndef SOAP_TYPE_SOAP_ENV__Code
#define SOAP_TYPE_SOAP_ENV__Code (71)
/* SOAP Fault Code: */
struct SOAP_ENV__Code
{
char *SOAP_ENV__Value; /* optional element of type xsd:QName */
struct SOAP_ENV__Code *SOAP_ENV__Subcode; /* optional element of type SOAP-ENV:Code */
};
#endif
#endif
#ifndef WITH_NOGLOBAL
#ifndef SOAP_TYPE_SOAP_ENV__Detail
#define SOAP_TYPE_SOAP_ENV__Detail (73)
/* SOAP-ENV:Detail */
struct SOAP_ENV__Detail
{
char *__any;
int __type; /* any type of element <fault> (defined below) */
void *fault; /* transient */
};
#endif
#endif
#ifndef WITH_NOGLOBAL
#ifndef SOAP_TYPE_SOAP_ENV__Reason
#define SOAP_TYPE_SOAP_ENV__Reason (76)
/* SOAP-ENV:Reason */
struct SOAP_ENV__Reason
{
char *SOAP_ENV__Text; /* optional element of type xsd:string */
};
#endif
#endif
#ifndef WITH_NOGLOBAL
#ifndef SOAP_TYPE_SOAP_ENV__Fault
#define SOAP_TYPE_SOAP_ENV__Fault (77)
/* SOAP Fault: */
struct SOAP_ENV__Fault
{
char *faultcode; /* optional element of type xsd:QName */
char *faultstring; /* optional element of type xsd:string */
char *faultactor; /* optional element of type xsd:string */
struct SOAP_ENV__Detail *detail; /* optional element of type SOAP-ENV:Detail */
struct SOAP_ENV__Code *SOAP_ENV__Code; /* optional element of type SOAP-ENV:Code */
struct SOAP_ENV__Reason *SOAP_ENV__Reason; /* optional element of type SOAP-ENV:Reason */
char *SOAP_ENV__Node; /* optional element of type xsd:string */
char *SOAP_ENV__Role; /* optional element of type xsd:string */
struct SOAP_ENV__Detail *SOAP_ENV__Detail; /* optional element of type SOAP-ENV:Detail */
};
#endif
#endif
/******************************************************************************\
* *
* Typedefs *
* *
\******************************************************************************/
#ifndef SOAP_TYPE__QName
#define SOAP_TYPE__QName (5)
typedef char *_QName;
#endif
#ifndef SOAP_TYPE__XML
#define SOAP_TYPE__XML (6)
typedef char *_XML;
#endif
#ifndef SOAP_TYPE_xsd__string
#define SOAP_TYPE_xsd__string (7)
typedef char *xsd__string;
#endif
#ifndef SOAP_TYPE_Message
#define SOAP_TYPE_Message (9)
typedef struct _Struct_1 Message;
#endif
#ifndef SOAP_TYPE_Char_vector
#define SOAP_TYPE_Char_vector (12)
typedef struct _Struct_2 Char_vector;
#endif
#ifndef SOAP_TYPE_String
#define SOAP_TYPE_String (14)
typedef struct _Struct_3 String;
#endif
/******************************************************************************\
* *
* Externals *
* *
\******************************************************************************/
/******************************************************************************\
* *
* Server-Side Operations *
* *
\******************************************************************************/
SOAP_FMAC5 int SOAP_FMAC6 ims__sendMessage(struct soap*, char *user, struct _Struct_1 myMessage, int *error);
SOAP_FMAC5 int SOAP_FMAC6 ims__receiveMessage(struct soap*, char *user, int num, char *friend_nick, struct _Struct_1 *myMessage);
SOAP_FMAC5 int SOAP_FMAC6 ims__getLastMessage(struct soap*, struct _Struct_1 *myMessage);
SOAP_FMAC5 int SOAP_FMAC6 ims__addUser(struct soap*, char *nick, char *pass, int *error);
SOAP_FMAC5 int SOAP_FMAC6 ims__removeUser(struct soap*, char *nick, char *pass, int *error);
SOAP_FMAC5 int SOAP_FMAC6 ims__userLogin(struct soap*, char *nick, char *pass, int *error);
SOAP_FMAC5 int SOAP_FMAC6 ims__userLogout(struct soap*, char *nick, char *pass, int *error);
SOAP_FMAC5 int SOAP_FMAC6 ims__addFriend(struct soap*, char *user, char *friend_nick, int *error);
SOAP_FMAC5 int SOAP_FMAC6 ims__sendFriendshipRequest(struct soap*, char *user, char *friend_nick, int *error);
SOAP_FMAC5 int SOAP_FMAC6 ims__getFriendshipRequests(struct soap*, char *user, struct _Struct_2 *friends);
SOAP_FMAC5 int SOAP_FMAC6 ims__haveFriendshipRequest(struct soap*, char *user, int *result);
SOAP_FMAC5 int SOAP_FMAC6 ims__getFriendshipRequest(struct soap*, char *user, struct _Struct_3 *friend_nick);
SOAP_FMAC5 int SOAP_FMAC6 ims__acceptFriendshipRequest(struct soap*, char *user, char *friend_nick, int *result);
SOAP_FMAC5 int SOAP_FMAC6 ims__rejectFriendshipRequest(struct soap*, char *user, char *friend_nick, int *result);
SOAP_FMAC5 int SOAP_FMAC6 ims__removeFriend(struct soap*, char *user, char *friend_nick, int *error);
SOAP_FMAC5 int SOAP_FMAC6 ims__getFriends(struct soap*, char *user, struct _Struct_2 *friends);
SOAP_FMAC5 int SOAP_FMAC6 ims__haveFriends(struct soap*, char *user, int *result);
/******************************************************************************\
* *
* Server-Side Skeletons to Invoke Service Operations *
* *
\******************************************************************************/
SOAP_FMAC5 int SOAP_FMAC6 soap_serve(struct soap*);
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_request(struct soap*);
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ims__sendMessage(struct soap*);
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ims__receiveMessage(struct soap*);
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ims__getLastMessage(struct soap*);
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ims__addUser(struct soap*);
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ims__removeUser(struct soap*);
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ims__userLogin(struct soap*);
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ims__userLogout(struct soap*);
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ims__addFriend(struct soap*);
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ims__sendFriendshipRequest(struct soap*);
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ims__getFriendshipRequests(struct soap*);
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ims__haveFriendshipRequest(struct soap*);
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ims__getFriendshipRequest(struct soap*);
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ims__acceptFriendshipRequest(struct soap*);
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ims__rejectFriendshipRequest(struct soap*);
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ims__removeFriend(struct soap*);
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ims__getFriends(struct soap*);
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ims__haveFriends(struct soap*);
/******************************************************************************\
* *
* Client-Side Call Stubs *
* *
\******************************************************************************/
SOAP_FMAC5 int SOAP_FMAC6 soap_call_ims__sendMessage(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *user, struct _Struct_1 myMessage, int *error);
SOAP_FMAC5 int SOAP_FMAC6 soap_call_ims__receiveMessage(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *user, int num, char *friend_nick, struct _Struct_1 *myMessage);
SOAP_FMAC5 int SOAP_FMAC6 soap_call_ims__getLastMessage(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _Struct_1 *myMessage);
SOAP_FMAC5 int SOAP_FMAC6 soap_call_ims__addUser(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *nick, char *pass, int *error);
SOAP_FMAC5 int SOAP_FMAC6 soap_call_ims__removeUser(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *nick, char *pass, int *error);
SOAP_FMAC5 int SOAP_FMAC6 soap_call_ims__userLogin(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *nick, char *pass, int *error);
SOAP_FMAC5 int SOAP_FMAC6 soap_call_ims__userLogout(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *nick, char *pass, int *error);
SOAP_FMAC5 int SOAP_FMAC6 soap_call_ims__addFriend(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *user, char *friend_nick, int *error);
SOAP_FMAC5 int SOAP_FMAC6 soap_call_ims__sendFriendshipRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *user, char *friend_nick, int *error);
SOAP_FMAC5 int SOAP_FMAC6 soap_call_ims__getFriendshipRequests(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *user, struct _Struct_2 *friends);
SOAP_FMAC5 int SOAP_FMAC6 soap_call_ims__haveFriendshipRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *user, int *result);
SOAP_FMAC5 int SOAP_FMAC6 soap_call_ims__getFriendshipRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *user, struct _Struct_3 *friend_nick);
SOAP_FMAC5 int SOAP_FMAC6 soap_call_ims__acceptFriendshipRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *user, char *friend_nick, int *result);
SOAP_FMAC5 int SOAP_FMAC6 soap_call_ims__rejectFriendshipRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *user, char *friend_nick, int *result);
SOAP_FMAC5 int SOAP_FMAC6 soap_call_ims__removeFriend(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *user, char *friend_nick, int *error);
SOAP_FMAC5 int SOAP_FMAC6 soap_call_ims__getFriends(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *user, struct _Struct_2 *friends);
SOAP_FMAC5 int SOAP_FMAC6 soap_call_ims__haveFriends(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *user, int *result);
#ifdef __cplusplus
}
#endif
#endif
/* End of soapStub.h */