Mercurial > repos > ktnyt > gembassy
comparison GEMBASSY-1.0.3/include/soapStub.h @ 2:8947fca5f715 draft default tip
Uploaded
author | ktnyt |
---|---|
date | Fri, 26 Jun 2015 05:21:44 -0400 |
parents | 84a17b3fad1f |
children |
comparison
equal
deleted
inserted
replaced
1:84a17b3fad1f | 2:8947fca5f715 |
---|---|
1 /* soapStub.h | |
2 Generated by gSOAP 2.8.6 from gae.h | |
3 | |
4 Copyright(C) 2000-2011, Robert van Engelen, Genivia Inc. All Rights Reserved. | |
5 The generated code is released under one of the following licenses: | |
6 1) GPL or 2) Genivia's license for commercial use. | |
7 This program is released under the GPL with the additional exemption that | |
8 compiling, linking, and/or using OpenSSL is allowed. | |
9 */ | |
10 | |
11 #ifndef soapStub_H | |
12 #define soapStub_H | |
13 #define SOAP_NAMESPACE_OF_ns1 "http://soap.g-language.org/GLANG" | |
14 #include "stdsoap2.h" | |
15 #ifdef __cplusplus | |
16 extern "C" { | |
17 #endif | |
18 | |
19 /******************************************************************************\ | |
20 * * | |
21 * Enumerations * | |
22 * * | |
23 \******************************************************************************/ | |
24 | |
25 | |
26 /******************************************************************************\ | |
27 * * | |
28 * Types with Custom Serializers * | |
29 * * | |
30 \******************************************************************************/ | |
31 | |
32 | |
33 /******************************************************************************\ | |
34 * * | |
35 * Classes and Structs * | |
36 * * | |
37 \******************************************************************************/ | |
38 | |
39 | |
40 #if 0 /* volatile type: do not declare here, declared elsewhere */ | |
41 | |
42 #endif | |
43 | |
44 #ifndef SOAP_TYPE_ns1__Definition | |
45 #define SOAP_TYPE_ns1__Definition (7) | |
46 /* ns1:Definition */ | |
47 struct ns1__Definition | |
48 { | |
49 char *entry; /* required element of type xsd:string */ | |
50 }; | |
51 #endif | |
52 | |
53 #ifndef SOAP_TYPE_ns1__codon_USCOREmvaInputParams | |
54 #define SOAP_TYPE_ns1__codon_USCOREmvaInputParams (8) | |
55 /* ns1:codon_mvaInputParams */ | |
56 struct ns1__codon_USCOREmvaInputParams | |
57 { | |
58 int parameter; /* required element of type xsd:int */ | |
59 int naxis; /* required element of type xsd:int */ | |
60 int translate; /* required element of type xsd:int */ | |
61 int data; /* required element of type xsd:int */ | |
62 char *method; /* required element of type xsd:string */ | |
63 char *output; /* required element of type xsd:string */ | |
64 char *del_USCOREkey; /* required element of type xsd:string */ | |
65 }; | |
66 #endif | |
67 | |
68 #ifndef SOAP_TYPE_ns1__P2InputParams | |
69 #define SOAP_TYPE_ns1__P2InputParams (9) | |
70 /* ns1:P2InputParams */ | |
71 struct ns1__P2InputParams | |
72 { | |
73 char *output; /* required element of type xsd:string */ | |
74 char *tag; /* required element of type xsd:string */ | |
75 }; | |
76 #endif | |
77 | |
78 #ifndef SOAP_TYPE_ns1__w_USCOREvalueInputParams | |
79 #define SOAP_TYPE_ns1__w_USCOREvalueInputParams (10) | |
80 /* ns1:w_valueInputParams */ | |
81 struct ns1__w_USCOREvalueInputParams | |
82 { | |
83 char *include; /* required element of type xsd:string */ | |
84 char *output; /* required element of type xsd:string */ | |
85 char *exclude; /* required element of type xsd:string */ | |
86 char *tag; /* required element of type xsd:string */ | |
87 }; | |
88 #endif | |
89 | |
90 #ifndef SOAP_TYPE_ns1__find_USCOREori_USCOREterInputParams | |
91 #define SOAP_TYPE_ns1__find_USCOREori_USCOREterInputParams (11) | |
92 /* ns1:find_ori_terInputParams */ | |
93 struct ns1__find_USCOREori_USCOREterInputParams | |
94 { | |
95 int window; /* required element of type xsd:int */ | |
96 int purine; /* required element of type xsd:int */ | |
97 int filter; /* required element of type xsd:int */ | |
98 int keto; /* required element of type xsd:int */ | |
99 }; | |
100 #endif | |
101 | |
102 #ifndef SOAP_TYPE_ns1__consensus_USCOREzInputParams | |
103 #define SOAP_TYPE_ns1__consensus_USCOREzInputParams (12) | |
104 /* ns1:consensus_zInputParams */ | |
105 struct ns1__consensus_USCOREzInputParams | |
106 { | |
107 int high; /* required element of type xsd:int */ | |
108 double low; /* required element of type xsd:double */ | |
109 char *output; /* required element of type xsd:string */ | |
110 }; | |
111 #endif | |
112 | |
113 #ifndef SOAP_TYPE_ns1__genome_USCOREmapInputParams | |
114 #define SOAP_TYPE_ns1__genome_USCOREmapInputParams (14) | |
115 /* ns1:genome_mapInputParams */ | |
116 struct ns1__genome_USCOREmapInputParams | |
117 { | |
118 int window; /* required element of type xsd:int */ | |
119 int name; /* required element of type xsd:int */ | |
120 char *output; /* required element of type xsd:string */ | |
121 double amp; /* required element of type xsd:double */ | |
122 }; | |
123 #endif | |
124 | |
125 #ifndef SOAP_TYPE_ns1__rep_USCOREori_USCOREterInputParams | |
126 #define SOAP_TYPE_ns1__rep_USCOREori_USCOREterInputParams (15) | |
127 /* ns1:rep_ori_terInputParams */ | |
128 struct ns1__rep_USCOREori_USCOREterInputParams | |
129 { | |
130 int oriloc; /* required element of type xsd:int */ | |
131 int gcskew; /* required element of type xsd:int */ | |
132 int dif_threshold; /* required element of type xsd:int */ | |
133 int dbonly; /* required element of type xsd:int */ | |
134 }; | |
135 #endif | |
136 | |
137 #ifndef SOAP_TYPE_ns1__DoubleHelixInputParams | |
138 #define SOAP_TYPE_ns1__DoubleHelixInputParams (16) | |
139 /* ns1:DoubleHelixInputParams */ | |
140 struct ns1__DoubleHelixInputParams | |
141 { | |
142 double speed; /* required element of type xsd:double */ | |
143 }; | |
144 #endif | |
145 | |
146 #ifndef SOAP_TYPE_ns1__plasmid_USCOREmapInputParams | |
147 #define SOAP_TYPE_ns1__plasmid_USCOREmapInputParams (17) | |
148 /* ns1:plasmid_mapInputParams */ | |
149 struct ns1__plasmid_USCOREmapInputParams | |
150 { | |
151 char *ptt; /* required element of type xsd:string */ | |
152 int cgi; /* required element of type xsd:int */ | |
153 char *output; /* required element of type xsd:string */ | |
154 }; | |
155 #endif | |
156 | |
157 #ifndef SOAP_TYPE_ns1__base_USCOREentropyInputParams | |
158 #define SOAP_TYPE_ns1__base_USCOREentropyInputParams (18) | |
159 /* ns1:base_entropyInputParams */ | |
160 struct ns1__base_USCOREentropyInputParams | |
161 { | |
162 int upstream; /* required element of type xsd:int */ | |
163 char *position; /* required element of type xsd:string */ | |
164 int downstream; /* required element of type xsd:int */ | |
165 char *output; /* required element of type xsd:string */ | |
166 int PatLength; /* required element of type xsd:int */ | |
167 }; | |
168 #endif | |
169 | |
170 #ifndef SOAP_TYPE_ns1__nucleotide_USCOREperiodicityInputParams | |
171 #define SOAP_TYPE_ns1__nucleotide_USCOREperiodicityInputParams (19) | |
172 /* ns1:nucleotide_periodicityInputParams */ | |
173 struct ns1__nucleotide_USCOREperiodicityInputParams | |
174 { | |
175 int window; /* required element of type xsd:int */ | |
176 char *nucleotide; /* required element of type xsd:string */ | |
177 char *output; /* required element of type xsd:string */ | |
178 }; | |
179 #endif | |
180 | |
181 #ifndef SOAP_TYPE_ns1__to_USCOREfastaInputParams | |
182 #define SOAP_TYPE_ns1__to_USCOREfastaInputParams (20) | |
183 /* ns1:to_fastaInputParams */ | |
184 struct ns1__to_USCOREfastaInputParams | |
185 { | |
186 int length; /* required element of type xsd:int */ | |
187 char *name; /* required element of type xsd:string */ | |
188 char *output; /* required element of type xsd:string */ | |
189 }; | |
190 #endif | |
191 | |
192 #ifndef SOAP_TYPE_ns1__find_USCOREdifInputParams | |
193 #define SOAP_TYPE_ns1__find_USCOREdifInputParams (21) | |
194 /* ns1:find_difInputParams */ | |
195 struct ns1__find_USCOREdifInputParams | |
196 { | |
197 char *type; /* required element of type xsd:string */ | |
198 }; | |
199 #endif | |
200 | |
201 #ifndef SOAP_TYPE_ns1__cbiInputParams | |
202 #define SOAP_TYPE_ns1__cbiInputParams (22) | |
203 /* ns1:cbiInputParams */ | |
204 struct ns1__cbiInputParams | |
205 { | |
206 int translate; /* required element of type xsd:int */ | |
207 char *id; /* required element of type xsd:string */ | |
208 char *del_USCOREkey; /* required element of type xsd:string */ | |
209 char *tag; /* required element of type xsd:string */ | |
210 }; | |
211 #endif | |
212 | |
213 #ifndef SOAP_TYPE_ns1__genes_USCOREfrom_USCOREoriInputParams | |
214 #define SOAP_TYPE_ns1__genes_USCOREfrom_USCOREoriInputParams (23) | |
215 /* ns1:genes_from_oriInputParams */ | |
216 struct ns1__genes_USCOREfrom_USCOREoriInputParams | |
217 { | |
218 int window; /* required element of type xsd:int */ | |
219 int purine; /* required element of type xsd:int */ | |
220 char *output; /* required element of type xsd:string */ | |
221 int keto; /* required element of type xsd:int */ | |
222 }; | |
223 #endif | |
224 | |
225 #ifndef SOAP_TYPE_ns1__geneskewInputParams | |
226 #define SOAP_TYPE_ns1__geneskewInputParams (24) | |
227 /* ns1:geneskewInputParams */ | |
228 struct ns1__geneskewInputParams | |
229 { | |
230 int window; /* required element of type xsd:int */ | |
231 int slide; /* required element of type xsd:int */ | |
232 int cumulative; /* required element of type xsd:int */ | |
233 char *base; /* required element of type xsd:string */ | |
234 int gc3; /* required element of type xsd:int */ | |
235 char *output; /* required element of type xsd:string */ | |
236 }; | |
237 #endif | |
238 | |
239 #ifndef SOAP_TYPE_ns1__corInputParams | |
240 #define SOAP_TYPE_ns1__corInputParams (25) | |
241 /* ns1:corInputParams */ | |
242 struct ns1__corInputParams | |
243 { | |
244 int sorted; /* required element of type xsd:int */ | |
245 char *method; /* required element of type xsd:string */ | |
246 }; | |
247 #endif | |
248 | |
249 #ifndef SOAP_TYPE_ns1__delta_USCOREgcskewInputParams | |
250 #define SOAP_TYPE_ns1__delta_USCOREgcskewInputParams (26) | |
251 /* ns1:delta_gcskewInputParams */ | |
252 struct ns1__delta_USCOREgcskewInputParams | |
253 { | |
254 char *method; /* required element of type xsd:string */ | |
255 int at; /* required element of type xsd:int */ | |
256 int purine; /* required element of type xsd:int */ | |
257 int keto; /* required element of type xsd:int */ | |
258 }; | |
259 #endif | |
260 | |
261 #ifndef SOAP_TYPE_ns1__molecular_USCOREweightInputParams | |
262 #define SOAP_TYPE_ns1__molecular_USCOREweightInputParams (27) | |
263 /* ns1:molecular_weightInputParams */ | |
264 struct ns1__molecular_USCOREweightInputParams | |
265 { | |
266 char *strand; /* required element of type xsd:string */ | |
267 }; | |
268 #endif | |
269 | |
270 #ifndef SOAP_TYPE_ns1__circular_USCOREmapInputParams | |
271 #define SOAP_TYPE_ns1__circular_USCOREmapInputParams (28) | |
272 /* ns1:circular_mapInputParams */ | |
273 struct ns1__circular_USCOREmapInputParams | |
274 { | |
275 int gmap; /* required element of type xsd:int */ | |
276 }; | |
277 #endif | |
278 | |
279 #ifndef SOAP_TYPE_ns1__gcskewInputParams | |
280 #define SOAP_TYPE_ns1__gcskewInputParams (29) | |
281 /* ns1:gcskewInputParams */ | |
282 struct ns1__gcskewInputParams | |
283 { | |
284 int window; /* required element of type xsd:int */ | |
285 int slide; /* required element of type xsd:int */ | |
286 int cumulative; /* required element of type xsd:int */ | |
287 int at; /* required element of type xsd:int */ | |
288 int purine; /* required element of type xsd:int */ | |
289 int keto; /* required element of type xsd:int */ | |
290 char *output; /* required element of type xsd:string */ | |
291 }; | |
292 #endif | |
293 | |
294 #ifndef SOAP_TYPE_ns1__genome_USCOREmap3InputParams | |
295 #define SOAP_TYPE_ns1__genome_USCOREmap3InputParams (30) | |
296 /* ns1:genome_map3InputParams */ | |
297 struct ns1__genome_USCOREmap3InputParams | |
298 { | |
299 int width; /* required element of type xsd:int */ | |
300 char *datafilename; /* required element of type xsd:string */ | |
301 int gmap; /* required element of type xsd:int */ | |
302 char *output; /* required element of type xsd:string */ | |
303 int height; /* required element of type xsd:int */ | |
304 }; | |
305 #endif | |
306 | |
307 #ifndef SOAP_TYPE_ns1__togoWSInputParams | |
308 #define SOAP_TYPE_ns1__togoWSInputParams (31) | |
309 /* ns1:togoWSInputParams */ | |
310 struct ns1__togoWSInputParams | |
311 { | |
312 char *search; /* required element of type xsd:string */ | |
313 char *db; /* required element of type xsd:string */ | |
314 char *format; /* required element of type xsd:string */ | |
315 char *field; /* required element of type xsd:string */ | |
316 }; | |
317 #endif | |
318 | |
319 #ifndef SOAP_TYPE_ns1__base_USCOREinformation_USCOREcontentInputParams | |
320 #define SOAP_TYPE_ns1__base_USCOREinformation_USCOREcontentInputParams (32) | |
321 /* ns1:base_information_contentInputParams */ | |
322 struct ns1__base_USCOREinformation_USCOREcontentInputParams | |
323 { | |
324 int upstream; /* required element of type xsd:int */ | |
325 char *position; /* required element of type xsd:string */ | |
326 int downstream; /* required element of type xsd:int */ | |
327 char *output; /* required element of type xsd:string */ | |
328 int PatLength; /* required element of type xsd:int */ | |
329 }; | |
330 #endif | |
331 | |
332 #ifndef SOAP_TYPE_ns1__dnawalkInputParams | |
333 #define SOAP_TYPE_ns1__dnawalkInputParams (33) | |
334 /* ns1:dnawalkInputParams */ | |
335 struct ns1__dnawalkInputParams | |
336 { | |
337 int gmap; /* required element of type xsd:int */ | |
338 }; | |
339 #endif | |
340 | |
341 #ifndef SOAP_TYPE_ns1__find_USCOREterInputParams | |
342 #define SOAP_TYPE_ns1__find_USCOREterInputParams (34) | |
343 /* ns1:find_terInputParams */ | |
344 struct ns1__find_USCOREterInputParams | |
345 { | |
346 char *_x002dtype; /* required element of type xsd:string */ | |
347 }; | |
348 #endif | |
349 | |
350 #ifndef SOAP_TYPE_ns1__shuffleseqInputParams | |
351 #define SOAP_TYPE_ns1__shuffleseqInputParams (35) | |
352 /* ns1:shuffleseqInputParams */ | |
353 struct ns1__shuffleseqInputParams | |
354 { | |
355 int k; /* required element of type xsd:int */ | |
356 }; | |
357 #endif | |
358 | |
359 #ifndef SOAP_TYPE_ns1__phxInputParams | |
360 #define SOAP_TYPE_ns1__phxInputParams (36) | |
361 /* ns1:phxInputParams */ | |
362 struct ns1__phxInputParams | |
363 { | |
364 char *usage; /* required element of type xsd:string */ | |
365 int translate; /* required element of type xsd:int */ | |
366 char *output; /* required element of type xsd:string */ | |
367 char *del_USCOREkey; /* required element of type xsd:string */ | |
368 char *tag; /* required element of type xsd:string */ | |
369 }; | |
370 #endif | |
371 | |
372 #ifndef SOAP_TYPE_ns1__oligomer_USCOREsearchInputParams | |
373 #define SOAP_TYPE_ns1__oligomer_USCOREsearchInputParams (37) | |
374 /* ns1:oligomer_searchInputParams */ | |
375 struct ns1__oligomer_USCOREsearchInputParams | |
376 { | |
377 char *return_; /* required element of type xsd:string */ | |
378 }; | |
379 #endif | |
380 | |
381 #ifndef SOAP_TYPE_ns1__find_USCOREpatternInputParams | |
382 #define SOAP_TYPE_ns1__find_USCOREpatternInputParams (38) | |
383 /* ns1:find_patternInputParams */ | |
384 struct ns1__find_USCOREpatternInputParams | |
385 { | |
386 char *output; /* required element of type xsd:string */ | |
387 }; | |
388 #endif | |
389 | |
390 #ifndef SOAP_TYPE_ns1__gcwinInputParams | |
391 #define SOAP_TYPE_ns1__gcwinInputParams (39) | |
392 /* ns1:gcwinInputParams */ | |
393 struct ns1__gcwinInputParams | |
394 { | |
395 int window; /* required element of type xsd:int */ | |
396 int at; /* required element of type xsd:int */ | |
397 int purine; /* required element of type xsd:int */ | |
398 char *application; /* required element of type xsd:string */ | |
399 char *output; /* required element of type xsd:string */ | |
400 int keto; /* required element of type xsd:int */ | |
401 }; | |
402 #endif | |
403 | |
404 #ifndef SOAP_TYPE_ns1__icdiInputParams | |
405 #define SOAP_TYPE_ns1__icdiInputParams (40) | |
406 /* ns1:icdiInputParams */ | |
407 struct ns1__icdiInputParams | |
408 { | |
409 int translate; /* required element of type xsd:int */ | |
410 char *id; /* required element of type xsd:string */ | |
411 char *del_USCOREkey; /* required element of type xsd:string */ | |
412 char *tag; /* required element of type xsd:string */ | |
413 }; | |
414 #endif | |
415 | |
416 #ifndef SOAP_TYPE_ns1__encInputParams | |
417 #define SOAP_TYPE_ns1__encInputParams (41) | |
418 /* ns1:encInputParams */ | |
419 struct ns1__encInputParams | |
420 { | |
421 int translate; /* required element of type xsd:int */ | |
422 char *id; /* required element of type xsd:string */ | |
423 char *del_USCOREkey; /* required element of type xsd:string */ | |
424 char *tag; /* required element of type xsd:string */ | |
425 }; | |
426 #endif | |
427 | |
428 #ifndef SOAP_TYPE_ns1__oligomer_USCOREcounterInputParams | |
429 #define SOAP_TYPE_ns1__oligomer_USCOREcounterInputParams (42) | |
430 /* ns1:oligomer_counterInputParams */ | |
431 struct ns1__oligomer_USCOREcounterInputParams | |
432 { | |
433 int window; /* required element of type xsd:int */ | |
434 }; | |
435 #endif | |
436 | |
437 #ifndef SOAP_TYPE_ns1__fopInputParams | |
438 #define SOAP_TYPE_ns1__fopInputParams (43) | |
439 /* ns1:fopInputParams */ | |
440 struct ns1__fopInputParams | |
441 { | |
442 int translate; /* required element of type xsd:int */ | |
443 char *output; /* required element of type xsd:string */ | |
444 char *tag; /* required element of type xsd:string */ | |
445 }; | |
446 #endif | |
447 | |
448 #ifndef SOAP_TYPE_ns1__buiInputParams | |
449 #define SOAP_TYPE_ns1__buiInputParams (44) | |
450 /* ns1:buiInputParams */ | |
451 struct ns1__buiInputParams | |
452 { | |
453 int translate; /* required element of type xsd:int */ | |
454 char *position; /* required element of type xsd:string */ | |
455 char *id; /* required element of type xsd:string */ | |
456 char *del_USCOREkey; /* required element of type xsd:string */ | |
457 char *tag; /* required element of type xsd:string */ | |
458 }; | |
459 #endif | |
460 | |
461 #ifndef SOAP_TYPE_ns1__codon_USCOREusageInputParams | |
462 #define SOAP_TYPE_ns1__codon_USCOREusageInputParams (45) | |
463 /* ns1:codon_usageInputParams */ | |
464 struct ns1__codon_USCOREusageInputParams | |
465 { | |
466 int version; /* required element of type xsd:int */ | |
467 char *CDSid; /* required element of type xsd:string */ | |
468 char *output; /* required element of type xsd:string */ | |
469 }; | |
470 #endif | |
471 | |
472 #ifndef SOAP_TYPE_ns1__find_USCOREdnaAboxInputParams | |
473 #define SOAP_TYPE_ns1__find_USCOREdnaAboxInputParams (46) | |
474 /* ns1:find_dnaAboxInputParams */ | |
475 struct ns1__find_USCOREdnaAboxInputParams | |
476 { | |
477 char *output; /* required element of type xsd:string */ | |
478 }; | |
479 #endif | |
480 | |
481 #ifndef SOAP_TYPE_ns1__ttestInputParams | |
482 #define SOAP_TYPE_ns1__ttestInputParams (47) | |
483 /* ns1:ttestInputParams */ | |
484 struct ns1__ttestInputParams | |
485 { | |
486 int paired; /* required element of type xsd:int */ | |
487 }; | |
488 #endif | |
489 | |
490 #ifndef SOAP_TYPE_ns1__seq2pngInputParams | |
491 #define SOAP_TYPE_ns1__seq2pngInputParams (48) | |
492 /* ns1:seq2pngInputParams */ | |
493 struct ns1__seq2pngInputParams | |
494 { | |
495 int width; /* required element of type xsd:int */ | |
496 int window; /* required element of type xsd:int */ | |
497 char *output; /* required element of type xsd:string */ | |
498 }; | |
499 #endif | |
500 | |
501 #ifndef SOAP_TYPE_ns1__amino_USCOREcounterInputParams | |
502 #define SOAP_TYPE_ns1__amino_USCOREcounterInputParams (49) | |
503 /* ns1:amino_counterInputParams */ | |
504 struct ns1__amino_USCOREcounterInputParams | |
505 { | |
506 char *CDSid; /* required element of type xsd:string */ | |
507 char *output; /* required element of type xsd:string */ | |
508 }; | |
509 #endif | |
510 | |
511 #ifndef SOAP_TYPE_ns1__aauiInputParams | |
512 #define SOAP_TYPE_ns1__aauiInputParams (50) | |
513 /* ns1:aauiInputParams */ | |
514 struct ns1__aauiInputParams | |
515 { | |
516 char *id; /* required element of type xsd:string */ | |
517 char *tag; /* required element of type xsd:string */ | |
518 }; | |
519 #endif | |
520 | |
521 #ifndef SOAP_TYPE_ns1__codon_USCOREcompilerInputParams | |
522 #define SOAP_TYPE_ns1__codon_USCOREcompilerInputParams (51) | |
523 /* ns1:codon_compilerInputParams */ | |
524 struct ns1__codon_USCOREcompilerInputParams | |
525 { | |
526 int translate; /* required element of type xsd:int */ | |
527 char *id; /* required element of type xsd:string */ | |
528 char *data; /* required element of type xsd:string */ | |
529 char *output; /* required element of type xsd:string */ | |
530 char *del_USCOREkey; /* required element of type xsd:string */ | |
531 int startcodon; /* required element of type xsd:int */ | |
532 int stopcodon; /* required element of type xsd:int */ | |
533 }; | |
534 #endif | |
535 | |
536 #ifndef SOAP_TYPE_ns1__over_USCORElapping_USCOREfinderInputParams | |
537 #define SOAP_TYPE_ns1__over_USCORElapping_USCOREfinderInputParams (52) | |
538 /* ns1:over_lapping_finderInputParams */ | |
539 struct ns1__over_USCORElapping_USCOREfinderInputParams | |
540 { | |
541 char *output; /* required element of type xsd:string */ | |
542 }; | |
543 #endif | |
544 | |
545 #ifndef SOAP_TYPE_ns1__find_USCOREiteronInputParams | |
546 #define SOAP_TYPE_ns1__find_USCOREiteronInputParams (53) | |
547 /* ns1:find_iteronInputParams */ | |
548 struct ns1__find_USCOREiteronInputParams | |
549 { | |
550 char *output; /* required element of type xsd:string */ | |
551 }; | |
552 #endif | |
553 | |
554 #ifndef SOAP_TYPE_ns1__EwInputParams | |
555 #define SOAP_TYPE_ns1__EwInputParams (54) | |
556 /* ns1:EwInputParams */ | |
557 struct ns1__EwInputParams | |
558 { | |
559 int translate; /* required element of type xsd:int */ | |
560 char *output; /* required element of type xsd:string */ | |
561 char *del_USCOREkey; /* required element of type xsd:string */ | |
562 char *tag; /* required element of type xsd:string */ | |
563 }; | |
564 #endif | |
565 | |
566 #ifndef SOAP_TYPE_ns1__codon_USCOREcounterInputParams | |
567 #define SOAP_TYPE_ns1__codon_USCOREcounterInputParams (55) | |
568 /* ns1:codon_counterInputParams */ | |
569 struct ns1__codon_USCOREcounterInputParams | |
570 { | |
571 char *CDSid; /* required element of type xsd:string */ | |
572 char *output; /* required element of type xsd:string */ | |
573 }; | |
574 #endif | |
575 | |
576 #ifndef SOAP_TYPE_ns1__view_USCOREcdsInputParams | |
577 #define SOAP_TYPE_ns1__view_USCOREcdsInputParams (56) | |
578 /* ns1:view_cdsInputParams */ | |
579 struct ns1__view_USCOREcdsInputParams | |
580 { | |
581 int length; /* required element of type xsd:int */ | |
582 int gap; /* required element of type xsd:int */ | |
583 char *output; /* required element of type xsd:string */ | |
584 }; | |
585 #endif | |
586 | |
587 #ifndef SOAP_TYPE_ns1__base_USCORErelative_USCOREentropyInputParams | |
588 #define SOAP_TYPE_ns1__base_USCORErelative_USCOREentropyInputParams (57) | |
589 /* ns1:base_relative_entropyInputParams */ | |
590 struct ns1__base_USCORErelative_USCOREentropyInputParams | |
591 { | |
592 int upstream; /* required element of type xsd:int */ | |
593 char *position; /* required element of type xsd:string */ | |
594 int downstream; /* required element of type xsd:int */ | |
595 char *output; /* required element of type xsd:string */ | |
596 int PatLength; /* required element of type xsd:int */ | |
597 }; | |
598 #endif | |
599 | |
600 #ifndef SOAP_TYPE_ns1__palindromeInputParams | |
601 #define SOAP_TYPE_ns1__palindromeInputParams (58) | |
602 /* ns1:palindromeInputParams */ | |
603 struct ns1__palindromeInputParams | |
604 { | |
605 int gtmatch; /* required element of type xsd:int */ | |
606 char *output; /* required element of type xsd:string */ | |
607 int loop; /* required element of type xsd:int */ | |
608 int shortest; /* required element of type xsd:int */ | |
609 }; | |
610 #endif | |
611 | |
612 #ifndef SOAP_TYPE_ns1__genomicskewInputParams | |
613 #define SOAP_TYPE_ns1__genomicskewInputParams (59) | |
614 /* ns1:genomicskewInputParams */ | |
615 struct ns1__genomicskewInputParams | |
616 { | |
617 int divide; /* required element of type xsd:int */ | |
618 int at; /* required element of type xsd:int */ | |
619 char *output; /* required element of type xsd:string */ | |
620 }; | |
621 #endif | |
622 | |
623 #ifndef SOAP_TYPE_ns1__query_USCOREstrandInputParams | |
624 #define SOAP_TYPE_ns1__query_USCOREstrandInputParams (60) | |
625 /* ns1:query_strandInputParams */ | |
626 struct ns1__query_USCOREstrandInputParams | |
627 { | |
628 char *direction; /* required element of type xsd:string */ | |
629 }; | |
630 #endif | |
631 | |
632 #ifndef SOAP_TYPE_ns1__gcsiInputParams | |
633 #define SOAP_TYPE_ns1__gcsiInputParams (61) | |
634 /* ns1:gcsiInputParams */ | |
635 struct ns1__gcsiInputParams | |
636 { | |
637 int p; /* required element of type xsd:int */ | |
638 int window; /* required element of type xsd:int */ | |
639 int version; /* required element of type xsd:int */ | |
640 int purine; /* required element of type xsd:int */ | |
641 int at; /* required element of type xsd:int */ | |
642 int keto; /* required element of type xsd:int */ | |
643 }; | |
644 #endif | |
645 | |
646 #ifndef SOAP_TYPE_ns1__filter_USCOREcds_USCOREby_USCOREatgInputParams | |
647 #define SOAP_TYPE_ns1__filter_USCOREcds_USCOREby_USCOREatgInputParams (62) | |
648 /* ns1:filter_cds_by_atgInputParams */ | |
649 struct ns1__filter_USCOREcds_USCOREby_USCOREatgInputParams | |
650 { | |
651 int upstream; /* required element of type xsd:int */ | |
652 char *codon; /* required element of type xsd:string */ | |
653 int downstream; /* required element of type xsd:int */ | |
654 }; | |
655 #endif | |
656 | |
657 #ifndef SOAP_TYPE_ns1__caiInputParams | |
658 #define SOAP_TYPE_ns1__caiInputParams (63) | |
659 /* ns1:caiInputParams */ | |
660 struct ns1__caiInputParams | |
661 { | |
662 char *w_USCOREoutput; /* required element of type xsd:string */ | |
663 int translate; /* required element of type xsd:int */ | |
664 char *output; /* required element of type xsd:string */ | |
665 char *w_USCOREfilename; /* required element of type xsd:string */ | |
666 char *w_USCOREabsent; /* required element of type xsd:string */ | |
667 char *tag; /* required element of type xsd:string */ | |
668 }; | |
669 #endif | |
670 | |
671 #ifndef SOAP_TYPE_ns1__dinucInputParams | |
672 #define SOAP_TYPE_ns1__dinucInputParams (64) | |
673 /* ns1:dinucInputParams */ | |
674 struct ns1__dinucInputParams | |
675 { | |
676 char *position; /* required element of type xsd:string */ | |
677 char *id; /* required element of type xsd:string */ | |
678 char *output; /* required element of type xsd:string */ | |
679 int translate; /* required element of type xsd:int */ | |
680 char *del_USCOREkey; /* required element of type xsd:string */ | |
681 }; | |
682 #endif | |
683 | |
684 #ifndef SOAP_TYPE_ns1__cgrInputParams | |
685 #define SOAP_TYPE_ns1__cgrInputParams (65) | |
686 /* ns1:cgrInputParams */ | |
687 struct ns1__cgrInputParams | |
688 { | |
689 int width; /* required element of type xsd:int */ | |
690 int level; /* required element of type xsd:int */ | |
691 }; | |
692 #endif | |
693 | |
694 #ifndef SOAP_TYPE_ns1__B1InputParams | |
695 #define SOAP_TYPE_ns1__B1InputParams (66) | |
696 /* ns1:B1InputParams */ | |
697 struct ns1__B1InputParams | |
698 { | |
699 char *method; /* required element of type xsd:string */ | |
700 }; | |
701 #endif | |
702 | |
703 #ifndef SOAP_TYPE_ns1__base_USCOREcounterInputParams | |
704 #define SOAP_TYPE_ns1__base_USCOREcounterInputParams (67) | |
705 /* ns1:base_counterInputParams */ | |
706 struct ns1__base_USCOREcounterInputParams | |
707 { | |
708 char *position; /* required element of type xsd:string */ | |
709 int PatLen; /* required element of type xsd:int */ | |
710 int upstream; /* required element of type xsd:int */ | |
711 int downstream; /* required element of type xsd:int */ | |
712 }; | |
713 #endif | |
714 | |
715 #ifndef SOAP_TYPE_ns1__base_USCOREz_USCOREvalueInputParams | |
716 #define SOAP_TYPE_ns1__base_USCOREz_USCOREvalueInputParams (68) | |
717 /* ns1:base_z_valueInputParams */ | |
718 struct ns1__base_USCOREz_USCOREvalueInputParams | |
719 { | |
720 int limit; /* required element of type xsd:int */ | |
721 char *position; /* required element of type xsd:string */ | |
722 int PatLen; /* required element of type xsd:int */ | |
723 int upstream; /* required element of type xsd:int */ | |
724 int downstream; /* required element of type xsd:int */ | |
725 }; | |
726 #endif | |
727 | |
728 #ifndef SOAP_TYPE_ns1__kmer_USCOREtableInputParams | |
729 #define SOAP_TYPE_ns1__kmer_USCOREtableInputParams (69) | |
730 /* ns1:kmer_tableInputParams */ | |
731 struct ns1__kmer_USCOREtableInputParams | |
732 { | |
733 int k; /* required element of type xsd:int */ | |
734 }; | |
735 #endif | |
736 | |
737 #ifndef SOAP_TYPE_ns1__lda_USCOREbiasInputParams | |
738 #define SOAP_TYPE_ns1__lda_USCOREbiasInputParams (70) | |
739 /* ns1:lda_biasInputParams */ | |
740 struct ns1__lda_USCOREbiasInputParams | |
741 { | |
742 char *variable; /* required element of type xsd:string */ | |
743 int coefficients; /* required element of type xsd:int */ | |
744 }; | |
745 #endif | |
746 | |
747 #ifndef SOAP_TYPE_ns1__signatureInputParams | |
748 #define SOAP_TYPE_ns1__signatureInputParams (71) | |
749 /* ns1:signatureInputParams */ | |
750 struct ns1__signatureInputParams | |
751 { | |
752 int wordlength; /* required element of type xsd:int */ | |
753 int bothstrand; /* required element of type xsd:int */ | |
754 int oe; /* required element of type xsd:int */ | |
755 char *seq; /* required element of type xsd:string */ | |
756 char *memo; /* required element of type xsd:string */ | |
757 int header; /* required element of type xsd:int */ | |
758 }; | |
759 #endif | |
760 | |
761 #ifndef SOAP_TYPE_ns1__scsInputParams | |
762 #define SOAP_TYPE_ns1__scsInputParams (72) | |
763 /* ns1:scsInputParams */ | |
764 struct ns1__scsInputParams | |
765 { | |
766 char *id; /* required element of type xsd:string */ | |
767 int translate; /* required element of type xsd:int */ | |
768 char *del_USCOREkey; /* required element of type xsd:string */ | |
769 char *tag; /* required element of type xsd:string */ | |
770 }; | |
771 #endif | |
772 | |
773 #ifndef SOAP_TYPE_ns1__S_USCOREvalueInputParams | |
774 #define SOAP_TYPE_ns1__S_USCOREvalueInputParams (73) | |
775 /* ns1:S_valueInputParams */ | |
776 struct ns1__S_USCOREvalueInputParams | |
777 { | |
778 int sharp; /* required element of type xsd:int */ | |
779 }; | |
780 #endif | |
781 | |
782 #ifndef SOAP_TYPE_arrayIn | |
783 #define SOAP_TYPE_arrayIn (74) | |
784 /* SOAP encoded array of xsd:string schema type: */ | |
785 struct arrayIn | |
786 { | |
787 char **__ptr; | |
788 int __size; | |
789 }; | |
790 #endif | |
791 | |
792 #ifndef SOAP_TYPE_arrayOut | |
793 #define SOAP_TYPE_arrayOut (76) | |
794 /* SOAP encoded array of xsd:string schema type: */ | |
795 struct arrayOut | |
796 { | |
797 char **__ptr; | |
798 int __size; | |
799 }; | |
800 #endif | |
801 | |
802 #ifndef SOAP_TYPE_ns1__codon_USCOREmvaResponse | |
803 #define SOAP_TYPE_ns1__codon_USCOREmvaResponse (79) | |
804 /* ns1:codon_mvaResponse */ | |
805 struct ns1__codon_USCOREmvaResponse | |
806 { | |
807 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
808 }; | |
809 #endif | |
810 | |
811 #ifndef SOAP_TYPE_ns1__codon_USCOREmva | |
812 #define SOAP_TYPE_ns1__codon_USCOREmva (80) | |
813 /* ns1:codon_mva */ | |
814 struct ns1__codon_USCOREmva | |
815 { | |
816 char *_sequence; /* optional element of type xsd:string */ | |
817 struct ns1__codon_USCOREmvaInputParams *_params; /* optional element of type ns1:codon_mvaInputParams */ | |
818 }; | |
819 #endif | |
820 | |
821 #ifndef SOAP_TYPE_ns1__P2Response | |
822 #define SOAP_TYPE_ns1__P2Response (83) | |
823 /* ns1:P2Response */ | |
824 struct ns1__P2Response | |
825 { | |
826 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
827 }; | |
828 #endif | |
829 | |
830 #ifndef SOAP_TYPE_ns1__P2 | |
831 #define SOAP_TYPE_ns1__P2 (84) | |
832 /* ns1:P2 */ | |
833 struct ns1__P2 | |
834 { | |
835 char *_sequence; /* optional element of type xsd:string */ | |
836 struct ns1__P2InputParams *_params; /* optional element of type ns1:P2InputParams */ | |
837 }; | |
838 #endif | |
839 | |
840 #ifndef SOAP_TYPE_ns1__w_USCOREvalueResponse | |
841 #define SOAP_TYPE_ns1__w_USCOREvalueResponse (87) | |
842 /* ns1:w_valueResponse */ | |
843 struct ns1__w_USCOREvalueResponse | |
844 { | |
845 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
846 }; | |
847 #endif | |
848 | |
849 #ifndef SOAP_TYPE_ns1__w_USCOREvalue | |
850 #define SOAP_TYPE_ns1__w_USCOREvalue (88) | |
851 /* ns1:w_value */ | |
852 struct ns1__w_USCOREvalue | |
853 { | |
854 char *_sequence; /* optional element of type xsd:string */ | |
855 struct ns1__w_USCOREvalueInputParams *_params; /* optional element of type ns1:w_valueInputParams */ | |
856 }; | |
857 #endif | |
858 | |
859 #ifndef SOAP_TYPE_ns1__splitprintseqResponse | |
860 #define SOAP_TYPE_ns1__splitprintseqResponse (90) | |
861 /* ns1:splitprintseqResponse */ | |
862 struct ns1__splitprintseqResponse | |
863 { | |
864 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
865 }; | |
866 #endif | |
867 | |
868 #ifndef SOAP_TYPE_ns1__splitprintseq | |
869 #define SOAP_TYPE_ns1__splitprintseq (91) | |
870 /* ns1:splitprintseq */ | |
871 struct ns1__splitprintseq | |
872 { | |
873 char *_sequence; /* optional element of type xsd:string */ | |
874 }; | |
875 #endif | |
876 | |
877 #ifndef SOAP_TYPE_ns1__medianResponse | |
878 #define SOAP_TYPE_ns1__medianResponse (94) | |
879 /* ns1:medianResponse */ | |
880 struct ns1__medianResponse | |
881 { | |
882 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
883 }; | |
884 #endif | |
885 | |
886 #ifndef SOAP_TYPE_ns1__median | |
887 #define SOAP_TYPE_ns1__median (95) | |
888 /* ns1:median */ | |
889 struct ns1__median | |
890 { | |
891 struct arrayIn *_array; /* optional element of type ArrayOfstring */ | |
892 }; | |
893 #endif | |
894 | |
895 #ifndef SOAP_TYPE_ns1__find_USCOREori_USCOREterResponse | |
896 #define SOAP_TYPE_ns1__find_USCOREori_USCOREterResponse (98) | |
897 /* ns1:find_ori_terResponse */ | |
898 struct ns1__find_USCOREori_USCOREterResponse | |
899 { | |
900 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
901 }; | |
902 #endif | |
903 | |
904 #ifndef SOAP_TYPE_ns1__find_USCOREori_USCOREter | |
905 #define SOAP_TYPE_ns1__find_USCOREori_USCOREter (99) | |
906 /* ns1:find_ori_ter */ | |
907 struct ns1__find_USCOREori_USCOREter | |
908 { | |
909 char *_sequence; /* optional element of type xsd:string */ | |
910 struct ns1__find_USCOREori_USCOREterInputParams *_params; /* optional element of type ns1:find_ori_terInputParams */ | |
911 }; | |
912 #endif | |
913 | |
914 #ifndef SOAP_TYPE_ns1__plasmid_USCOREmapResponse | |
915 #define SOAP_TYPE_ns1__plasmid_USCOREmapResponse (102) | |
916 /* ns1:plasmid_mapResponse */ | |
917 struct ns1__plasmid_USCOREmapResponse | |
918 { | |
919 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
920 }; | |
921 #endif | |
922 | |
923 #ifndef SOAP_TYPE_ns1__plasmid_USCOREmap | |
924 #define SOAP_TYPE_ns1__plasmid_USCOREmap (103) | |
925 /* ns1:plasmid_map */ | |
926 struct ns1__plasmid_USCOREmap | |
927 { | |
928 char *_sequence; /* optional element of type xsd:string */ | |
929 struct ns1__plasmid_USCOREmapInputParams *_params; /* optional element of type ns1:plasmid_mapInputParams */ | |
930 }; | |
931 #endif | |
932 | |
933 #ifndef SOAP_TYPE_ns1__sumResponse | |
934 #define SOAP_TYPE_ns1__sumResponse (105) | |
935 /* ns1:sumResponse */ | |
936 struct ns1__sumResponse | |
937 { | |
938 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
939 }; | |
940 #endif | |
941 | |
942 #ifndef SOAP_TYPE_ns1__sum | |
943 #define SOAP_TYPE_ns1__sum (106) | |
944 /* ns1:sum */ | |
945 struct ns1__sum | |
946 { | |
947 struct arrayIn *_array; /* optional element of type ArrayOfstring */ | |
948 }; | |
949 #endif | |
950 | |
951 #ifndef SOAP_TYPE_ns1__nucleotide_USCOREperiodicityResponse | |
952 #define SOAP_TYPE_ns1__nucleotide_USCOREperiodicityResponse (109) | |
953 /* ns1:nucleotide_periodicityResponse */ | |
954 struct ns1__nucleotide_USCOREperiodicityResponse | |
955 { | |
956 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
957 }; | |
958 #endif | |
959 | |
960 #ifndef SOAP_TYPE_ns1__nucleotide_USCOREperiodicity | |
961 #define SOAP_TYPE_ns1__nucleotide_USCOREperiodicity (110) | |
962 /* ns1:nucleotide_periodicity */ | |
963 struct ns1__nucleotide_USCOREperiodicity | |
964 { | |
965 char *_sequence; /* optional element of type xsd:string */ | |
966 struct ns1__nucleotide_USCOREperiodicityInputParams *_params; /* optional element of type ns1:nucleotide_periodicityInputParams */ | |
967 }; | |
968 #endif | |
969 | |
970 #ifndef SOAP_TYPE_ns1__varianceResponse | |
971 #define SOAP_TYPE_ns1__varianceResponse (112) | |
972 /* ns1:varianceResponse */ | |
973 struct ns1__varianceResponse | |
974 { | |
975 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
976 }; | |
977 #endif | |
978 | |
979 #ifndef SOAP_TYPE_ns1__variance | |
980 #define SOAP_TYPE_ns1__variance (113) | |
981 /* ns1:variance */ | |
982 struct ns1__variance | |
983 { | |
984 struct arrayIn *_array; /* optional element of type ArrayOfstring */ | |
985 }; | |
986 #endif | |
987 | |
988 #ifndef SOAP_TYPE_ns1__amino_USCOREinfoResponse | |
989 #define SOAP_TYPE_ns1__amino_USCOREinfoResponse (115) | |
990 /* ns1:amino_infoResponse */ | |
991 struct ns1__amino_USCOREinfoResponse | |
992 { | |
993 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
994 }; | |
995 #endif | |
996 | |
997 #ifndef SOAP_TYPE_ns1__amino_USCOREinfo | |
998 #define SOAP_TYPE_ns1__amino_USCOREinfo (116) | |
999 /* ns1:amino_info */ | |
1000 struct ns1__amino_USCOREinfo | |
1001 { | |
1002 char *_sequence; /* optional element of type xsd:string */ | |
1003 }; | |
1004 #endif | |
1005 | |
1006 #ifndef SOAP_TYPE_ns1__circular_USCOREmapResponse | |
1007 #define SOAP_TYPE_ns1__circular_USCOREmapResponse (119) | |
1008 /* ns1:circular_mapResponse */ | |
1009 struct ns1__circular_USCOREmapResponse | |
1010 { | |
1011 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1012 }; | |
1013 #endif | |
1014 | |
1015 #ifndef SOAP_TYPE_ns1__circular_USCOREmap | |
1016 #define SOAP_TYPE_ns1__circular_USCOREmap (120) | |
1017 /* ns1:circular_map */ | |
1018 struct ns1__circular_USCOREmap | |
1019 { | |
1020 char *_sequence; /* optional element of type xsd:string */ | |
1021 struct ns1__circular_USCOREmapInputParams *_params; /* optional element of type ns1:circular_mapInputParams */ | |
1022 }; | |
1023 #endif | |
1024 | |
1025 #ifndef SOAP_TYPE_ns1__togoWSResponse | |
1026 #define SOAP_TYPE_ns1__togoWSResponse (123) | |
1027 /* ns1:togoWSResponse */ | |
1028 struct ns1__togoWSResponse | |
1029 { | |
1030 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1031 }; | |
1032 #endif | |
1033 | |
1034 #ifndef SOAP_TYPE_ns1__togoWS | |
1035 #define SOAP_TYPE_ns1__togoWS (124) | |
1036 /* ns1:togoWS */ | |
1037 struct ns1__togoWS | |
1038 { | |
1039 char *_query; /* optional element of type xsd:string */ | |
1040 struct ns1__togoWSInputParams *_params; /* optional element of type ns1:togoWSInputParams */ | |
1041 }; | |
1042 #endif | |
1043 | |
1044 #ifndef SOAP_TYPE_ns1__translateResponse | |
1045 #define SOAP_TYPE_ns1__translateResponse (126) | |
1046 /* ns1:translateResponse */ | |
1047 struct ns1__translateResponse | |
1048 { | |
1049 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1050 }; | |
1051 #endif | |
1052 | |
1053 #ifndef SOAP_TYPE_ns1__translate | |
1054 #define SOAP_TYPE_ns1__translate (127) | |
1055 /* ns1:translate */ | |
1056 struct ns1__translate | |
1057 { | |
1058 char *_sequence; /* optional element of type xsd:string */ | |
1059 }; | |
1060 #endif | |
1061 | |
1062 #ifndef SOAP_TYPE_ns1__phxResponse | |
1063 #define SOAP_TYPE_ns1__phxResponse (130) | |
1064 /* ns1:phxResponse */ | |
1065 struct ns1__phxResponse | |
1066 { | |
1067 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1068 }; | |
1069 #endif | |
1070 | |
1071 #ifndef SOAP_TYPE_ns1__phx | |
1072 #define SOAP_TYPE_ns1__phx (131) | |
1073 /* ns1:phx */ | |
1074 struct ns1__phx | |
1075 { | |
1076 char *_sequence; /* optional element of type xsd:string */ | |
1077 struct ns1__phxInputParams *_params; /* optional element of type ns1:phxInputParams */ | |
1078 }; | |
1079 #endif | |
1080 | |
1081 #ifndef SOAP_TYPE_ns1__icdiResponse | |
1082 #define SOAP_TYPE_ns1__icdiResponse (134) | |
1083 /* ns1:icdiResponse */ | |
1084 struct ns1__icdiResponse | |
1085 { | |
1086 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1087 }; | |
1088 #endif | |
1089 | |
1090 #ifndef SOAP_TYPE_ns1__icdi | |
1091 #define SOAP_TYPE_ns1__icdi (135) | |
1092 /* ns1:icdi */ | |
1093 struct ns1__icdi | |
1094 { | |
1095 char *_sequence; /* optional element of type xsd:string */ | |
1096 struct ns1__icdiInputParams *_params; /* optional element of type ns1:icdiInputParams */ | |
1097 }; | |
1098 #endif | |
1099 | |
1100 #ifndef SOAP_TYPE_ns1__encResponse | |
1101 #define SOAP_TYPE_ns1__encResponse (138) | |
1102 /* ns1:encResponse */ | |
1103 struct ns1__encResponse | |
1104 { | |
1105 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1106 }; | |
1107 #endif | |
1108 | |
1109 #ifndef SOAP_TYPE_ns1__enc | |
1110 #define SOAP_TYPE_ns1__enc (139) | |
1111 /* ns1:enc */ | |
1112 struct ns1__enc | |
1113 { | |
1114 char *_sequence; /* optional element of type xsd:string */ | |
1115 struct ns1__encInputParams *_params; /* optional element of type ns1:encInputParams */ | |
1116 }; | |
1117 #endif | |
1118 | |
1119 #ifndef SOAP_TYPE_ns1__fopResponse | |
1120 #define SOAP_TYPE_ns1__fopResponse (142) | |
1121 /* ns1:fopResponse */ | |
1122 struct ns1__fopResponse | |
1123 { | |
1124 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1125 }; | |
1126 #endif | |
1127 | |
1128 #ifndef SOAP_TYPE_ns1__fop | |
1129 #define SOAP_TYPE_ns1__fop (143) | |
1130 /* ns1:fop */ | |
1131 struct ns1__fop | |
1132 { | |
1133 char *_sequence; /* optional element of type xsd:string */ | |
1134 struct ns1__fopInputParams *_params; /* optional element of type ns1:fopInputParams */ | |
1135 }; | |
1136 #endif | |
1137 | |
1138 #ifndef SOAP_TYPE_ns1__buiResponse | |
1139 #define SOAP_TYPE_ns1__buiResponse (146) | |
1140 /* ns1:buiResponse */ | |
1141 struct ns1__buiResponse | |
1142 { | |
1143 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1144 }; | |
1145 #endif | |
1146 | |
1147 #ifndef SOAP_TYPE_ns1__bui | |
1148 #define SOAP_TYPE_ns1__bui (147) | |
1149 /* ns1:bui */ | |
1150 struct ns1__bui | |
1151 { | |
1152 char *_sequence; /* optional element of type xsd:string */ | |
1153 struct ns1__buiInputParams *_params; /* optional element of type ns1:buiInputParams */ | |
1154 }; | |
1155 #endif | |
1156 | |
1157 #ifndef SOAP_TYPE_ns1__dist_USCOREin_USCOREccResponse | |
1158 #define SOAP_TYPE_ns1__dist_USCOREin_USCOREccResponse (149) | |
1159 /* ns1:dist_in_ccResponse */ | |
1160 struct ns1__dist_USCOREin_USCOREccResponse | |
1161 { | |
1162 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1163 }; | |
1164 #endif | |
1165 | |
1166 #ifndef SOAP_TYPE_ns1__dist_USCOREin_USCOREcc | |
1167 #define SOAP_TYPE_ns1__dist_USCOREin_USCOREcc (150) | |
1168 /* ns1:dist_in_cc */ | |
1169 struct ns1__dist_USCOREin_USCOREcc | |
1170 { | |
1171 char *_sequence; /* optional element of type xsd:string */ | |
1172 int _position1; /* required element of type xsd:int */ | |
1173 int _position2; /* required element of type xsd:int */ | |
1174 }; | |
1175 #endif | |
1176 | |
1177 #ifndef SOAP_TYPE_ns1__find_USCOREdnaAboxResponse | |
1178 #define SOAP_TYPE_ns1__find_USCOREdnaAboxResponse (153) | |
1179 /* ns1:find_dnaAboxResponse */ | |
1180 struct ns1__find_USCOREdnaAboxResponse | |
1181 { | |
1182 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1183 }; | |
1184 #endif | |
1185 | |
1186 #ifndef SOAP_TYPE_ns1__find_USCOREdnaAbox | |
1187 #define SOAP_TYPE_ns1__find_USCOREdnaAbox (154) | |
1188 /* ns1:find_dnaAbox */ | |
1189 struct ns1__find_USCOREdnaAbox | |
1190 { | |
1191 char *_sequence; /* optional element of type xsd:string */ | |
1192 struct ns1__find_USCOREdnaAboxInputParams *_params; /* optional element of type ns1:find_dnaAboxInputParams */ | |
1193 }; | |
1194 #endif | |
1195 | |
1196 #ifndef SOAP_TYPE_ns1__ttestResponse | |
1197 #define SOAP_TYPE_ns1__ttestResponse (155) | |
1198 /* ns1:ttestResponse */ | |
1199 struct ns1__ttestResponse | |
1200 { | |
1201 struct arrayOut *_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type ArrayOfstring */ | |
1202 }; | |
1203 #endif | |
1204 | |
1205 #ifndef SOAP_TYPE_ns1__ttest | |
1206 #define SOAP_TYPE_ns1__ttest (160) | |
1207 /* ns1:ttest */ | |
1208 struct ns1__ttest | |
1209 { | |
1210 struct arrayIn *_array1; /* optional element of type ArrayOfstring */ | |
1211 struct arrayIn *_array2; /* optional element of type ArrayOfstring */ | |
1212 struct ns1__ttestInputParams *_params; /* optional element of type ns1:ttestInputParams */ | |
1213 }; | |
1214 #endif | |
1215 | |
1216 #ifndef SOAP_TYPE_ns1__seq2pngResponse | |
1217 #define SOAP_TYPE_ns1__seq2pngResponse (163) | |
1218 /* ns1:seq2pngResponse */ | |
1219 struct ns1__seq2pngResponse | |
1220 { | |
1221 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1222 }; | |
1223 #endif | |
1224 | |
1225 #ifndef SOAP_TYPE_ns1__seq2png | |
1226 #define SOAP_TYPE_ns1__seq2png (164) | |
1227 /* ns1:seq2png */ | |
1228 struct ns1__seq2png | |
1229 { | |
1230 char *_sequence; /* optional element of type xsd:string */ | |
1231 struct ns1__seq2pngInputParams *_params; /* optional element of type ns1:seq2pngInputParams */ | |
1232 }; | |
1233 #endif | |
1234 | |
1235 #ifndef SOAP_TYPE_ns1__amino_USCOREcounterResponse | |
1236 #define SOAP_TYPE_ns1__amino_USCOREcounterResponse (167) | |
1237 /* ns1:amino_counterResponse */ | |
1238 struct ns1__amino_USCOREcounterResponse | |
1239 { | |
1240 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1241 }; | |
1242 #endif | |
1243 | |
1244 #ifndef SOAP_TYPE_ns1__amino_USCOREcounter | |
1245 #define SOAP_TYPE_ns1__amino_USCOREcounter (168) | |
1246 /* ns1:amino_counter */ | |
1247 struct ns1__amino_USCOREcounter | |
1248 { | |
1249 char *_sequence; /* optional element of type xsd:string */ | |
1250 struct ns1__amino_USCOREcounterInputParams *_params; /* optional element of type ns1:amino_counterInputParams */ | |
1251 }; | |
1252 #endif | |
1253 | |
1254 #ifndef SOAP_TYPE_ns1__aauiResponse | |
1255 #define SOAP_TYPE_ns1__aauiResponse (171) | |
1256 /* ns1:aauiResponse */ | |
1257 struct ns1__aauiResponse | |
1258 { | |
1259 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1260 }; | |
1261 #endif | |
1262 | |
1263 #ifndef SOAP_TYPE_ns1__aaui | |
1264 #define SOAP_TYPE_ns1__aaui (172) | |
1265 /* ns1:aaui */ | |
1266 struct ns1__aaui | |
1267 { | |
1268 char *_sequence; /* optional element of type xsd:string */ | |
1269 struct ns1__aauiInputParams *_params; /* optional element of type ns1:aauiInputParams */ | |
1270 }; | |
1271 #endif | |
1272 | |
1273 #ifndef SOAP_TYPE_ns1__codon_USCOREcompilerResponse | |
1274 #define SOAP_TYPE_ns1__codon_USCOREcompilerResponse (175) | |
1275 /* ns1:codon_compilerResponse */ | |
1276 struct ns1__codon_USCOREcompilerResponse | |
1277 { | |
1278 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1279 }; | |
1280 #endif | |
1281 | |
1282 #ifndef SOAP_TYPE_ns1__codon_USCOREcompiler | |
1283 #define SOAP_TYPE_ns1__codon_USCOREcompiler (176) | |
1284 /* ns1:codon_compiler */ | |
1285 struct ns1__codon_USCOREcompiler | |
1286 { | |
1287 char *_sequence; /* optional element of type xsd:string */ | |
1288 struct ns1__codon_USCOREcompilerInputParams *_params; /* optional element of type ns1:codon_compilerInputParams */ | |
1289 }; | |
1290 #endif | |
1291 | |
1292 #ifndef SOAP_TYPE_ns1__over_USCORElapping_USCOREfinderResponse | |
1293 #define SOAP_TYPE_ns1__over_USCORElapping_USCOREfinderResponse (179) | |
1294 /* ns1:over_lapping_finderResponse */ | |
1295 struct ns1__over_USCORElapping_USCOREfinderResponse | |
1296 { | |
1297 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1298 }; | |
1299 #endif | |
1300 | |
1301 #ifndef SOAP_TYPE_ns1__over_USCORElapping_USCOREfinder | |
1302 #define SOAP_TYPE_ns1__over_USCORElapping_USCOREfinder (180) | |
1303 /* ns1:over_lapping_finder */ | |
1304 struct ns1__over_USCORElapping_USCOREfinder | |
1305 { | |
1306 char *_sequence; /* optional element of type xsd:string */ | |
1307 struct ns1__over_USCORElapping_USCOREfinderInputParams *_params; /* optional element of type ns1:over_lapping_finderInputParams */ | |
1308 }; | |
1309 #endif | |
1310 | |
1311 #ifndef SOAP_TYPE_ns1__EwResponse | |
1312 #define SOAP_TYPE_ns1__EwResponse (183) | |
1313 /* ns1:EwResponse */ | |
1314 struct ns1__EwResponse | |
1315 { | |
1316 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1317 }; | |
1318 #endif | |
1319 | |
1320 #ifndef SOAP_TYPE_ns1__Ew | |
1321 #define SOAP_TYPE_ns1__Ew (184) | |
1322 /* ns1:Ew */ | |
1323 struct ns1__Ew | |
1324 { | |
1325 char *_sequence; /* optional element of type xsd:string */ | |
1326 struct ns1__EwInputParams *_params; /* optional element of type ns1:EwInputParams */ | |
1327 }; | |
1328 #endif | |
1329 | |
1330 #ifndef SOAP_TYPE_ns1__base_USCORErelative_USCOREentropyResponse | |
1331 #define SOAP_TYPE_ns1__base_USCORErelative_USCOREentropyResponse (187) | |
1332 /* ns1:base_relative_entropyResponse */ | |
1333 struct ns1__base_USCORErelative_USCOREentropyResponse | |
1334 { | |
1335 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1336 }; | |
1337 #endif | |
1338 | |
1339 #ifndef SOAP_TYPE_ns1__base_USCORErelative_USCOREentropy | |
1340 #define SOAP_TYPE_ns1__base_USCORErelative_USCOREentropy (188) | |
1341 /* ns1:base_relative_entropy */ | |
1342 struct ns1__base_USCORErelative_USCOREentropy | |
1343 { | |
1344 char *_sequence; /* optional element of type xsd:string */ | |
1345 struct ns1__base_USCORErelative_USCOREentropyInputParams *_params; /* optional element of type ns1:base_relative_entropyInputParams */ | |
1346 }; | |
1347 #endif | |
1348 | |
1349 #ifndef SOAP_TYPE_ns1__view_USCOREcdsResponse | |
1350 #define SOAP_TYPE_ns1__view_USCOREcdsResponse (191) | |
1351 /* ns1:view_cdsResponse */ | |
1352 struct ns1__view_USCOREcdsResponse | |
1353 { | |
1354 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1355 }; | |
1356 #endif | |
1357 | |
1358 #ifndef SOAP_TYPE_ns1__view_USCOREcds | |
1359 #define SOAP_TYPE_ns1__view_USCOREcds (192) | |
1360 /* ns1:view_cds */ | |
1361 struct ns1__view_USCOREcds | |
1362 { | |
1363 char *_sequence; /* optional element of type xsd:string */ | |
1364 struct ns1__view_USCOREcdsInputParams *_params; /* optional element of type ns1:view_cdsInputParams */ | |
1365 }; | |
1366 #endif | |
1367 | |
1368 #ifndef SOAP_TYPE_ns1__query_USCOREstrandResponse | |
1369 #define SOAP_TYPE_ns1__query_USCOREstrandResponse (195) | |
1370 /* ns1:query_strandResponse */ | |
1371 struct ns1__query_USCOREstrandResponse | |
1372 { | |
1373 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1374 }; | |
1375 #endif | |
1376 | |
1377 #ifndef SOAP_TYPE_ns1__query_USCOREstrand | |
1378 #define SOAP_TYPE_ns1__query_USCOREstrand (196) | |
1379 /* ns1:query_strand */ | |
1380 struct ns1__query_USCOREstrand | |
1381 { | |
1382 char *_sequence; /* optional element of type xsd:string */ | |
1383 int _position; /* required element of type xsd:int */ | |
1384 struct ns1__query_USCOREstrandInputParams *_params; /* optional element of type ns1:query_strandInputParams */ | |
1385 }; | |
1386 #endif | |
1387 | |
1388 #ifndef SOAP_TYPE_ns1__genomicskewResponse | |
1389 #define SOAP_TYPE_ns1__genomicskewResponse (199) | |
1390 /* ns1:genomicskewResponse */ | |
1391 struct ns1__genomicskewResponse | |
1392 { | |
1393 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1394 }; | |
1395 #endif | |
1396 | |
1397 #ifndef SOAP_TYPE_ns1__genomicskew | |
1398 #define SOAP_TYPE_ns1__genomicskew (200) | |
1399 /* ns1:genomicskew */ | |
1400 struct ns1__genomicskew | |
1401 { | |
1402 char *_sequence; /* optional element of type xsd:string */ | |
1403 struct ns1__genomicskewInputParams *_params; /* optional element of type ns1:genomicskewInputParams */ | |
1404 }; | |
1405 #endif | |
1406 | |
1407 #ifndef SOAP_TYPE_ns1__filter_USCOREcds_USCOREby_USCOREatgResponse | |
1408 #define SOAP_TYPE_ns1__filter_USCOREcds_USCOREby_USCOREatgResponse (201) | |
1409 /* ns1:filter_cds_by_atgResponse */ | |
1410 struct ns1__filter_USCOREcds_USCOREby_USCOREatgResponse | |
1411 { | |
1412 struct arrayOut *_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type ArrayOfstring */ | |
1413 }; | |
1414 #endif | |
1415 | |
1416 #ifndef SOAP_TYPE_ns1__filter_USCOREcds_USCOREby_USCOREatg | |
1417 #define SOAP_TYPE_ns1__filter_USCOREcds_USCOREby_USCOREatg (205) | |
1418 /* ns1:filter_cds_by_atg */ | |
1419 struct ns1__filter_USCOREcds_USCOREby_USCOREatg | |
1420 { | |
1421 char *_sequence; /* optional element of type xsd:string */ | |
1422 struct ns1__filter_USCOREcds_USCOREby_USCOREatgInputParams *_params; /* optional element of type ns1:filter_cds_by_atgInputParams */ | |
1423 }; | |
1424 #endif | |
1425 | |
1426 #ifndef SOAP_TYPE_ns1__gcsiResponse | |
1427 #define SOAP_TYPE_ns1__gcsiResponse (208) | |
1428 /* ns1:gcsiResponse */ | |
1429 struct ns1__gcsiResponse | |
1430 { | |
1431 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1432 }; | |
1433 #endif | |
1434 | |
1435 #ifndef SOAP_TYPE_ns1__gcsi | |
1436 #define SOAP_TYPE_ns1__gcsi (209) | |
1437 /* ns1:gcsi */ | |
1438 struct ns1__gcsi | |
1439 { | |
1440 char *_sequence; /* optional element of type xsd:string */ | |
1441 struct ns1__gcsiInputParams *_params; /* optional element of type ns1:gcsiInputParams */ | |
1442 }; | |
1443 #endif | |
1444 | |
1445 #ifndef SOAP_TYPE_ns1__caiResponse | |
1446 #define SOAP_TYPE_ns1__caiResponse (212) | |
1447 /* ns1:caiResponse */ | |
1448 struct ns1__caiResponse | |
1449 { | |
1450 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1451 }; | |
1452 #endif | |
1453 | |
1454 #ifndef SOAP_TYPE_ns1__cai | |
1455 #define SOAP_TYPE_ns1__cai (213) | |
1456 /* ns1:cai */ | |
1457 struct ns1__cai | |
1458 { | |
1459 char *_sequence; /* optional element of type xsd:string */ | |
1460 struct ns1__caiInputParams *_params; /* optional element of type ns1:caiInputParams */ | |
1461 }; | |
1462 #endif | |
1463 | |
1464 #ifndef SOAP_TYPE_ns1__maxdexResponse | |
1465 #define SOAP_TYPE_ns1__maxdexResponse (215) | |
1466 /* ns1:maxdexResponse */ | |
1467 struct ns1__maxdexResponse | |
1468 { | |
1469 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1470 }; | |
1471 #endif | |
1472 | |
1473 #ifndef SOAP_TYPE_ns1__maxdex | |
1474 #define SOAP_TYPE_ns1__maxdex (216) | |
1475 /* ns1:maxdex */ | |
1476 struct ns1__maxdex | |
1477 { | |
1478 struct arrayIn *_array; /* optional element of type ArrayOfstring */ | |
1479 }; | |
1480 #endif | |
1481 | |
1482 #ifndef SOAP_TYPE_ns1__maxResponse | |
1483 #define SOAP_TYPE_ns1__maxResponse (218) | |
1484 /* ns1:maxResponse */ | |
1485 struct ns1__maxResponse | |
1486 { | |
1487 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1488 }; | |
1489 #endif | |
1490 | |
1491 #ifndef SOAP_TYPE_ns1__max | |
1492 #define SOAP_TYPE_ns1__max (219) | |
1493 /* ns1:max */ | |
1494 struct ns1__max | |
1495 { | |
1496 struct arrayIn *_array; /* optional element of type ArrayOfstring */ | |
1497 }; | |
1498 #endif | |
1499 | |
1500 #ifndef SOAP_TYPE_ns1__query_USCOREarmResponse | |
1501 #define SOAP_TYPE_ns1__query_USCOREarmResponse (221) | |
1502 /* ns1:query_armResponse */ | |
1503 struct ns1__query_USCOREarmResponse | |
1504 { | |
1505 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1506 }; | |
1507 #endif | |
1508 | |
1509 #ifndef SOAP_TYPE_ns1__query_USCOREarm | |
1510 #define SOAP_TYPE_ns1__query_USCOREarm (222) | |
1511 /* ns1:query_arm */ | |
1512 struct ns1__query_USCOREarm | |
1513 { | |
1514 char *_sequence; /* optional element of type xsd:string */ | |
1515 int _position; /* required element of type xsd:int */ | |
1516 }; | |
1517 #endif | |
1518 | |
1519 #ifndef SOAP_TYPE_ns1__mindexResponse | |
1520 #define SOAP_TYPE_ns1__mindexResponse (224) | |
1521 /* ns1:mindexResponse */ | |
1522 struct ns1__mindexResponse | |
1523 { | |
1524 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1525 }; | |
1526 #endif | |
1527 | |
1528 #ifndef SOAP_TYPE_ns1__mindex | |
1529 #define SOAP_TYPE_ns1__mindex (225) | |
1530 /* ns1:mindex */ | |
1531 struct ns1__mindex | |
1532 { | |
1533 struct arrayIn *_array; /* optional element of type ArrayOfstring */ | |
1534 }; | |
1535 #endif | |
1536 | |
1537 #ifndef SOAP_TYPE_ns1__consensus_USCOREzResponse | |
1538 #define SOAP_TYPE_ns1__consensus_USCOREzResponse (228) | |
1539 /* ns1:consensus_zResponse */ | |
1540 struct ns1__consensus_USCOREzResponse | |
1541 { | |
1542 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1543 }; | |
1544 #endif | |
1545 | |
1546 #ifndef SOAP_TYPE_ns1__consensus_USCOREz | |
1547 #define SOAP_TYPE_ns1__consensus_USCOREz (229) | |
1548 /* ns1:consensus_z */ | |
1549 struct ns1__consensus_USCOREz | |
1550 { | |
1551 struct arrayIn *_array_USCOREseq; /* optional element of type ArrayOfstring */ | |
1552 struct ns1__consensus_USCOREzInputParams *_params; /* optional element of type ns1:consensus_zInputParams */ | |
1553 }; | |
1554 #endif | |
1555 | |
1556 #ifndef SOAP_TYPE_ns1__genome_USCOREmapResponse | |
1557 #define SOAP_TYPE_ns1__genome_USCOREmapResponse (232) | |
1558 /* ns1:genome_mapResponse */ | |
1559 struct ns1__genome_USCOREmapResponse | |
1560 { | |
1561 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1562 }; | |
1563 #endif | |
1564 | |
1565 #ifndef SOAP_TYPE_ns1__genome_USCOREmap | |
1566 #define SOAP_TYPE_ns1__genome_USCOREmap (233) | |
1567 /* ns1:genome_map */ | |
1568 struct ns1__genome_USCOREmap | |
1569 { | |
1570 char *_sequence; /* optional element of type xsd:string */ | |
1571 struct ns1__genome_USCOREmapInputParams *_params; /* optional element of type ns1:genome_mapInputParams */ | |
1572 }; | |
1573 #endif | |
1574 | |
1575 #ifndef SOAP_TYPE_ns1__longest_USCOREORFResponse | |
1576 #define SOAP_TYPE_ns1__longest_USCOREORFResponse (235) | |
1577 /* ns1:longest_ORFResponse */ | |
1578 struct ns1__longest_USCOREORFResponse | |
1579 { | |
1580 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1581 }; | |
1582 #endif | |
1583 | |
1584 #ifndef SOAP_TYPE_ns1__longest_USCOREORF | |
1585 #define SOAP_TYPE_ns1__longest_USCOREORF (236) | |
1586 /* ns1:longest_ORF */ | |
1587 struct ns1__longest_USCOREORF | |
1588 { | |
1589 char *_sequence; /* optional element of type xsd:string */ | |
1590 }; | |
1591 #endif | |
1592 | |
1593 #ifndef SOAP_TYPE_ns1__rep_USCOREori_USCOREterResponse | |
1594 #define SOAP_TYPE_ns1__rep_USCOREori_USCOREterResponse (239) | |
1595 /* ns1:rep_ori_terResponse */ | |
1596 struct ns1__rep_USCOREori_USCOREterResponse | |
1597 { | |
1598 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1599 }; | |
1600 #endif | |
1601 | |
1602 #ifndef SOAP_TYPE_ns1__rep_USCOREori_USCOREter | |
1603 #define SOAP_TYPE_ns1__rep_USCOREori_USCOREter (240) | |
1604 /* ns1:rep_ori_ter */ | |
1605 struct ns1__rep_USCOREori_USCOREter | |
1606 { | |
1607 char *_sequence; /* optional element of type xsd:string */ | |
1608 struct ns1__rep_USCOREori_USCOREterInputParams *_params; /* optional element of type ns1:rep_ori_terInputParams */ | |
1609 }; | |
1610 #endif | |
1611 | |
1612 #ifndef SOAP_TYPE_ns1__calc_USCOREpIResponse | |
1613 #define SOAP_TYPE_ns1__calc_USCOREpIResponse (242) | |
1614 /* ns1:calc_pIResponse */ | |
1615 struct ns1__calc_USCOREpIResponse | |
1616 { | |
1617 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1618 }; | |
1619 #endif | |
1620 | |
1621 #ifndef SOAP_TYPE_ns1__calc_USCOREpI | |
1622 #define SOAP_TYPE_ns1__calc_USCOREpI (243) | |
1623 /* ns1:calc_pI */ | |
1624 struct ns1__calc_USCOREpI | |
1625 { | |
1626 char *_sequence; /* optional element of type xsd:string */ | |
1627 }; | |
1628 #endif | |
1629 | |
1630 #ifndef SOAP_TYPE_ns1__DoubleHelixResponse | |
1631 #define SOAP_TYPE_ns1__DoubleHelixResponse (246) | |
1632 /* ns1:DoubleHelixResponse */ | |
1633 struct ns1__DoubleHelixResponse | |
1634 { | |
1635 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1636 }; | |
1637 #endif | |
1638 | |
1639 #ifndef SOAP_TYPE_ns1__DoubleHelix | |
1640 #define SOAP_TYPE_ns1__DoubleHelix (247) | |
1641 /* ns1:DoubleHelix */ | |
1642 struct ns1__DoubleHelix | |
1643 { | |
1644 char *_sequence; /* optional element of type xsd:string */ | |
1645 struct ns1__DoubleHelixInputParams *_params; /* optional element of type ns1:DoubleHelixInputParams */ | |
1646 }; | |
1647 #endif | |
1648 | |
1649 #ifndef SOAP_TYPE_ns1__base_USCOREentropyResponse | |
1650 #define SOAP_TYPE_ns1__base_USCOREentropyResponse (250) | |
1651 /* ns1:base_entropyResponse */ | |
1652 struct ns1__base_USCOREentropyResponse | |
1653 { | |
1654 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1655 }; | |
1656 #endif | |
1657 | |
1658 #ifndef SOAP_TYPE_ns1__base_USCOREentropy | |
1659 #define SOAP_TYPE_ns1__base_USCOREentropy (251) | |
1660 /* ns1:base_entropy */ | |
1661 struct ns1__base_USCOREentropy | |
1662 { | |
1663 char *_sequence; /* optional element of type xsd:string */ | |
1664 struct ns1__base_USCOREentropyInputParams *_params; /* optional element of type ns1:base_entropyInputParams */ | |
1665 }; | |
1666 #endif | |
1667 | |
1668 #ifndef SOAP_TYPE_ns1__to_USCOREfastaResponse | |
1669 #define SOAP_TYPE_ns1__to_USCOREfastaResponse (254) | |
1670 /* ns1:to_fastaResponse */ | |
1671 struct ns1__to_USCOREfastaResponse | |
1672 { | |
1673 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1674 }; | |
1675 #endif | |
1676 | |
1677 #ifndef SOAP_TYPE_ns1__to_USCOREfasta | |
1678 #define SOAP_TYPE_ns1__to_USCOREfasta (255) | |
1679 /* ns1:to_fasta */ | |
1680 struct ns1__to_USCOREfasta | |
1681 { | |
1682 char *_sequence; /* optional element of type xsd:string */ | |
1683 struct ns1__to_USCOREfastaInputParams *_params; /* optional element of type ns1:to_fastaInputParams */ | |
1684 }; | |
1685 #endif | |
1686 | |
1687 #ifndef SOAP_TYPE_ns1__find_USCOREdifResponse | |
1688 #define SOAP_TYPE_ns1__find_USCOREdifResponse (256) | |
1689 /* ns1:find_difResponse */ | |
1690 struct ns1__find_USCOREdifResponse | |
1691 { | |
1692 struct arrayOut *_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type ArrayOfstring */ | |
1693 }; | |
1694 #endif | |
1695 | |
1696 #ifndef SOAP_TYPE_ns1__find_USCOREdif | |
1697 #define SOAP_TYPE_ns1__find_USCOREdif (260) | |
1698 /* ns1:find_dif */ | |
1699 struct ns1__find_USCOREdif | |
1700 { | |
1701 char *_sequence; /* optional element of type xsd:string */ | |
1702 struct ns1__find_USCOREdifInputParams *_params; /* optional element of type ns1:find_difInputParams */ | |
1703 }; | |
1704 #endif | |
1705 | |
1706 #ifndef SOAP_TYPE_ns1__cbiResponse | |
1707 #define SOAP_TYPE_ns1__cbiResponse (263) | |
1708 /* ns1:cbiResponse */ | |
1709 struct ns1__cbiResponse | |
1710 { | |
1711 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1712 }; | |
1713 #endif | |
1714 | |
1715 #ifndef SOAP_TYPE_ns1__cbi | |
1716 #define SOAP_TYPE_ns1__cbi (264) | |
1717 /* ns1:cbi */ | |
1718 struct ns1__cbi | |
1719 { | |
1720 char *_sequence; /* optional element of type xsd:string */ | |
1721 struct ns1__cbiInputParams *_params; /* optional element of type ns1:cbiInputParams */ | |
1722 }; | |
1723 #endif | |
1724 | |
1725 #ifndef SOAP_TYPE_ns1__genes_USCOREfrom_USCOREoriResponse | |
1726 #define SOAP_TYPE_ns1__genes_USCOREfrom_USCOREoriResponse (265) | |
1727 /* ns1:genes_from_oriResponse */ | |
1728 struct ns1__genes_USCOREfrom_USCOREoriResponse | |
1729 { | |
1730 struct arrayOut *_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type ArrayOfstring */ | |
1731 }; | |
1732 #endif | |
1733 | |
1734 #ifndef SOAP_TYPE_ns1__genes_USCOREfrom_USCOREori | |
1735 #define SOAP_TYPE_ns1__genes_USCOREfrom_USCOREori (269) | |
1736 /* ns1:genes_from_ori */ | |
1737 struct ns1__genes_USCOREfrom_USCOREori | |
1738 { | |
1739 char *_sequence; /* optional element of type xsd:string */ | |
1740 char *_direction; /* optional element of type xsd:string */ | |
1741 struct ns1__genes_USCOREfrom_USCOREoriInputParams *_params; /* optional element of type ns1:genes_from_oriInputParams */ | |
1742 }; | |
1743 #endif | |
1744 | |
1745 #ifndef SOAP_TYPE_ns1__geneskewResponse | |
1746 #define SOAP_TYPE_ns1__geneskewResponse (272) | |
1747 /* ns1:geneskewResponse */ | |
1748 struct ns1__geneskewResponse | |
1749 { | |
1750 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1751 }; | |
1752 #endif | |
1753 | |
1754 #ifndef SOAP_TYPE_ns1__geneskew | |
1755 #define SOAP_TYPE_ns1__geneskew (273) | |
1756 /* ns1:geneskew */ | |
1757 struct ns1__geneskew | |
1758 { | |
1759 char *_sequence; /* optional element of type xsd:string */ | |
1760 struct ns1__geneskewInputParams *_params; /* optional element of type ns1:geneskewInputParams */ | |
1761 }; | |
1762 #endif | |
1763 | |
1764 #ifndef SOAP_TYPE_ns1__standard_USCOREdeviationResponse | |
1765 #define SOAP_TYPE_ns1__standard_USCOREdeviationResponse (275) | |
1766 /* ns1:standard_deviationResponse */ | |
1767 struct ns1__standard_USCOREdeviationResponse | |
1768 { | |
1769 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1770 }; | |
1771 #endif | |
1772 | |
1773 #ifndef SOAP_TYPE_ns1__standard_USCOREdeviation | |
1774 #define SOAP_TYPE_ns1__standard_USCOREdeviation (276) | |
1775 /* ns1:standard_deviation */ | |
1776 struct ns1__standard_USCOREdeviation | |
1777 { | |
1778 struct arrayIn *_array; /* optional element of type ArrayOfstring */ | |
1779 }; | |
1780 #endif | |
1781 | |
1782 #ifndef SOAP_TYPE_ns1__corResponse | |
1783 #define SOAP_TYPE_ns1__corResponse (277) | |
1784 /* ns1:corResponse */ | |
1785 struct ns1__corResponse | |
1786 { | |
1787 struct arrayOut *_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type ArrayOfstring */ | |
1788 }; | |
1789 #endif | |
1790 | |
1791 #ifndef SOAP_TYPE_ns1__cor | |
1792 #define SOAP_TYPE_ns1__cor (281) | |
1793 /* ns1:cor */ | |
1794 struct ns1__cor | |
1795 { | |
1796 struct arrayIn *_array1; /* optional element of type ArrayOfstring */ | |
1797 struct arrayIn *_array2; /* optional element of type ArrayOfstring */ | |
1798 struct ns1__corInputParams *_params; /* optional element of type ns1:corInputParams */ | |
1799 }; | |
1800 #endif | |
1801 | |
1802 #ifndef SOAP_TYPE_ns1__cumulativeResponse | |
1803 #define SOAP_TYPE_ns1__cumulativeResponse (282) | |
1804 /* ns1:cumulativeResponse */ | |
1805 struct ns1__cumulativeResponse | |
1806 { | |
1807 struct arrayOut *_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type ArrayOfstring */ | |
1808 }; | |
1809 #endif | |
1810 | |
1811 #ifndef SOAP_TYPE_ns1__cumulative | |
1812 #define SOAP_TYPE_ns1__cumulative (285) | |
1813 /* ns1:cumulative */ | |
1814 struct ns1__cumulative | |
1815 { | |
1816 struct arrayIn *_array; /* optional element of type ArrayOfstring */ | |
1817 }; | |
1818 #endif | |
1819 | |
1820 #ifndef SOAP_TYPE_ns1__delta_USCOREencResponse | |
1821 #define SOAP_TYPE_ns1__delta_USCOREencResponse (287) | |
1822 /* ns1:delta_encResponse */ | |
1823 struct ns1__delta_USCOREencResponse | |
1824 { | |
1825 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1826 }; | |
1827 #endif | |
1828 | |
1829 #ifndef SOAP_TYPE_ns1__delta_USCOREenc | |
1830 #define SOAP_TYPE_ns1__delta_USCOREenc (288) | |
1831 /* ns1:delta_enc */ | |
1832 struct ns1__delta_USCOREenc | |
1833 { | |
1834 char *_sequence; /* optional element of type xsd:string */ | |
1835 }; | |
1836 #endif | |
1837 | |
1838 #ifndef SOAP_TYPE_ns1__delta_USCOREgcskewResponse | |
1839 #define SOAP_TYPE_ns1__delta_USCOREgcskewResponse (291) | |
1840 /* ns1:delta_gcskewResponse */ | |
1841 struct ns1__delta_USCOREgcskewResponse | |
1842 { | |
1843 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1844 }; | |
1845 #endif | |
1846 | |
1847 #ifndef SOAP_TYPE_ns1__delta_USCOREgcskew | |
1848 #define SOAP_TYPE_ns1__delta_USCOREgcskew (292) | |
1849 /* ns1:delta_gcskew */ | |
1850 struct ns1__delta_USCOREgcskew | |
1851 { | |
1852 char *_sequence; /* optional element of type xsd:string */ | |
1853 struct ns1__delta_USCOREgcskewInputParams *_params; /* optional element of type ns1:delta_gcskewInputParams */ | |
1854 }; | |
1855 #endif | |
1856 | |
1857 #ifndef SOAP_TYPE_ns1__molecular_USCOREweightResponse | |
1858 #define SOAP_TYPE_ns1__molecular_USCOREweightResponse (295) | |
1859 /* ns1:molecular_weightResponse */ | |
1860 struct ns1__molecular_USCOREweightResponse | |
1861 { | |
1862 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1863 }; | |
1864 #endif | |
1865 | |
1866 #ifndef SOAP_TYPE_ns1__molecular_USCOREweight | |
1867 #define SOAP_TYPE_ns1__molecular_USCOREweight (296) | |
1868 /* ns1:molecular_weight */ | |
1869 struct ns1__molecular_USCOREweight | |
1870 { | |
1871 char *_sequence; /* optional element of type xsd:string */ | |
1872 struct ns1__molecular_USCOREweightInputParams *_params; /* optional element of type ns1:molecular_weightInputParams */ | |
1873 }; | |
1874 #endif | |
1875 | |
1876 #ifndef SOAP_TYPE_ns1__gcskewResponse | |
1877 #define SOAP_TYPE_ns1__gcskewResponse (299) | |
1878 /* ns1:gcskewResponse */ | |
1879 struct ns1__gcskewResponse | |
1880 { | |
1881 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1882 }; | |
1883 #endif | |
1884 | |
1885 #ifndef SOAP_TYPE_ns1__gcskew | |
1886 #define SOAP_TYPE_ns1__gcskew (300) | |
1887 /* ns1:gcskew */ | |
1888 struct ns1__gcskew | |
1889 { | |
1890 char *_sequence; /* optional element of type xsd:string */ | |
1891 struct ns1__gcskewInputParams *_params; /* optional element of type ns1:gcskewInputParams */ | |
1892 }; | |
1893 #endif | |
1894 | |
1895 #ifndef SOAP_TYPE_ns1__genome_USCOREmap3Response | |
1896 #define SOAP_TYPE_ns1__genome_USCOREmap3Response (303) | |
1897 /* ns1:genome_map3Response */ | |
1898 struct ns1__genome_USCOREmap3Response | |
1899 { | |
1900 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1901 }; | |
1902 #endif | |
1903 | |
1904 #ifndef SOAP_TYPE_ns1__genome_USCOREmap3 | |
1905 #define SOAP_TYPE_ns1__genome_USCOREmap3 (304) | |
1906 /* ns1:genome_map3 */ | |
1907 struct ns1__genome_USCOREmap3 | |
1908 { | |
1909 char *_sequence; /* optional element of type xsd:string */ | |
1910 struct ns1__genome_USCOREmap3InputParams *_params; /* optional element of type ns1:genome_map3InputParams */ | |
1911 }; | |
1912 #endif | |
1913 | |
1914 #ifndef SOAP_TYPE_ns1__seqinfoResponse | |
1915 #define SOAP_TYPE_ns1__seqinfoResponse (306) | |
1916 /* ns1:seqinfoResponse */ | |
1917 struct ns1__seqinfoResponse | |
1918 { | |
1919 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1920 }; | |
1921 #endif | |
1922 | |
1923 #ifndef SOAP_TYPE_ns1__seqinfo | |
1924 #define SOAP_TYPE_ns1__seqinfo (307) | |
1925 /* ns1:seqinfo */ | |
1926 struct ns1__seqinfo | |
1927 { | |
1928 char *_sequence; /* optional element of type xsd:string */ | |
1929 }; | |
1930 #endif | |
1931 | |
1932 #ifndef SOAP_TYPE_ns1__signatureResponse | |
1933 #define SOAP_TYPE_ns1__signatureResponse (310) | |
1934 /* ns1:signatureResponse */ | |
1935 struct ns1__signatureResponse | |
1936 { | |
1937 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1938 }; | |
1939 #endif | |
1940 | |
1941 #ifndef SOAP_TYPE_ns1__signature | |
1942 #define SOAP_TYPE_ns1__signature (311) | |
1943 /* ns1:signature */ | |
1944 struct ns1__signature | |
1945 { | |
1946 char *_sequence; /* optional element of type xsd:string */ | |
1947 struct ns1__signatureInputParams *_params; /* optional element of type ns1:signatureInputParams */ | |
1948 }; | |
1949 #endif | |
1950 | |
1951 #ifndef SOAP_TYPE_ns1__base_USCOREinformation_USCOREcontentResponse | |
1952 #define SOAP_TYPE_ns1__base_USCOREinformation_USCOREcontentResponse (314) | |
1953 /* ns1:base_information_contentResponse */ | |
1954 struct ns1__base_USCOREinformation_USCOREcontentResponse | |
1955 { | |
1956 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1957 }; | |
1958 #endif | |
1959 | |
1960 #ifndef SOAP_TYPE_ns1__base_USCOREinformation_USCOREcontent | |
1961 #define SOAP_TYPE_ns1__base_USCOREinformation_USCOREcontent (315) | |
1962 /* ns1:base_information_content */ | |
1963 struct ns1__base_USCOREinformation_USCOREcontent | |
1964 { | |
1965 char *_sequence; /* optional element of type xsd:string */ | |
1966 struct ns1__base_USCOREinformation_USCOREcontentInputParams *_params; /* optional element of type ns1:base_information_contentInputParams */ | |
1967 }; | |
1968 #endif | |
1969 | |
1970 #ifndef SOAP_TYPE_ns1__dnawalkResponse | |
1971 #define SOAP_TYPE_ns1__dnawalkResponse (318) | |
1972 /* ns1:dnawalkResponse */ | |
1973 struct ns1__dnawalkResponse | |
1974 { | |
1975 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
1976 }; | |
1977 #endif | |
1978 | |
1979 #ifndef SOAP_TYPE_ns1__dnawalk | |
1980 #define SOAP_TYPE_ns1__dnawalk (319) | |
1981 /* ns1:dnawalk */ | |
1982 struct ns1__dnawalk | |
1983 { | |
1984 char *_sequence; /* optional element of type xsd:string */ | |
1985 struct ns1__dnawalkInputParams *_params; /* optional element of type ns1:dnawalkInputParams */ | |
1986 }; | |
1987 #endif | |
1988 | |
1989 #ifndef SOAP_TYPE_ns1__find_USCOREterResponse | |
1990 #define SOAP_TYPE_ns1__find_USCOREterResponse (320) | |
1991 /* ns1:find_terResponse */ | |
1992 struct ns1__find_USCOREterResponse | |
1993 { | |
1994 struct arrayOut *_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type ArrayOfstring */ | |
1995 }; | |
1996 #endif | |
1997 | |
1998 #ifndef SOAP_TYPE_ns1__find_USCOREter | |
1999 #define SOAP_TYPE_ns1__find_USCOREter (324) | |
2000 /* ns1:find_ter */ | |
2001 struct ns1__find_USCOREter | |
2002 { | |
2003 char *_sequence; /* optional element of type xsd:string */ | |
2004 struct ns1__find_USCOREterInputParams *_params; /* optional element of type ns1:find_terInputParams */ | |
2005 }; | |
2006 #endif | |
2007 | |
2008 #ifndef SOAP_TYPE_ns1__shuffleseqResponse | |
2009 #define SOAP_TYPE_ns1__shuffleseqResponse (327) | |
2010 /* ns1:shuffleseqResponse */ | |
2011 struct ns1__shuffleseqResponse | |
2012 { | |
2013 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
2014 }; | |
2015 #endif | |
2016 | |
2017 #ifndef SOAP_TYPE_ns1__shuffleseq | |
2018 #define SOAP_TYPE_ns1__shuffleseq (328) | |
2019 /* ns1:shuffleseq */ | |
2020 struct ns1__shuffleseq | |
2021 { | |
2022 char *_sequence; /* optional element of type xsd:string */ | |
2023 struct ns1__shuffleseqInputParams *_params; /* optional element of type ns1:shuffleseqInputParams */ | |
2024 }; | |
2025 #endif | |
2026 | |
2027 #ifndef SOAP_TYPE_ns1__oligomer_USCOREsearchResponse | |
2028 #define SOAP_TYPE_ns1__oligomer_USCOREsearchResponse (329) | |
2029 /* ns1:oligomer_searchResponse */ | |
2030 struct ns1__oligomer_USCOREsearchResponse | |
2031 { | |
2032 struct arrayOut *_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type ArrayOfstring */ | |
2033 }; | |
2034 #endif | |
2035 | |
2036 #ifndef SOAP_TYPE_ns1__oligomer_USCOREsearch | |
2037 #define SOAP_TYPE_ns1__oligomer_USCOREsearch (333) | |
2038 /* ns1:oligomer_search */ | |
2039 struct ns1__oligomer_USCOREsearch | |
2040 { | |
2041 char *_sequence; /* optional element of type xsd:string */ | |
2042 char *_oligomer; /* optional element of type xsd:string */ | |
2043 struct ns1__oligomer_USCOREsearchInputParams *_params; /* optional element of type ns1:oligomer_searchInputParams */ | |
2044 }; | |
2045 #endif | |
2046 | |
2047 #ifndef SOAP_TYPE_ns1__find_USCOREpatternResponse | |
2048 #define SOAP_TYPE_ns1__find_USCOREpatternResponse (336) | |
2049 /* ns1:find_patternResponse */ | |
2050 struct ns1__find_USCOREpatternResponse | |
2051 { | |
2052 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
2053 }; | |
2054 #endif | |
2055 | |
2056 #ifndef SOAP_TYPE_ns1__find_USCOREpattern | |
2057 #define SOAP_TYPE_ns1__find_USCOREpattern (337) | |
2058 /* ns1:find_pattern */ | |
2059 struct ns1__find_USCOREpattern | |
2060 { | |
2061 char *_sequence; /* optional element of type xsd:string */ | |
2062 char *_pattern; /* optional element of type xsd:string */ | |
2063 struct ns1__find_USCOREpatternInputParams *_params; /* optional element of type ns1:find_patternInputParams */ | |
2064 }; | |
2065 #endif | |
2066 | |
2067 #ifndef SOAP_TYPE_ns1__gcwinResponse | |
2068 #define SOAP_TYPE_ns1__gcwinResponse (340) | |
2069 /* ns1:gcwinResponse */ | |
2070 struct ns1__gcwinResponse | |
2071 { | |
2072 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
2073 }; | |
2074 #endif | |
2075 | |
2076 #ifndef SOAP_TYPE_ns1__gcwin | |
2077 #define SOAP_TYPE_ns1__gcwin (341) | |
2078 /* ns1:gcwin */ | |
2079 struct ns1__gcwin | |
2080 { | |
2081 char *_sequence; /* optional element of type xsd:string */ | |
2082 struct ns1__gcwinInputParams *_params; /* optional element of type ns1:gcwinInputParams */ | |
2083 }; | |
2084 #endif | |
2085 | |
2086 #ifndef SOAP_TYPE_ns1__oligomer_USCOREcounterResponse | |
2087 #define SOAP_TYPE_ns1__oligomer_USCOREcounterResponse (344) | |
2088 /* ns1:oligomer_counterResponse */ | |
2089 struct ns1__oligomer_USCOREcounterResponse | |
2090 { | |
2091 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
2092 }; | |
2093 #endif | |
2094 | |
2095 #ifndef SOAP_TYPE_ns1__oligomer_USCOREcounter | |
2096 #define SOAP_TYPE_ns1__oligomer_USCOREcounter (345) | |
2097 /* ns1:oligomer_counter */ | |
2098 struct ns1__oligomer_USCOREcounter | |
2099 { | |
2100 char *_sequence; /* optional element of type xsd:string */ | |
2101 char *_oligomer; /* optional element of type xsd:string */ | |
2102 struct ns1__oligomer_USCOREcounterInputParams *_params; /* optional element of type ns1:oligomer_counterInputParams */ | |
2103 }; | |
2104 #endif | |
2105 | |
2106 #ifndef SOAP_TYPE_ns1__codon_USCOREusageResponse | |
2107 #define SOAP_TYPE_ns1__codon_USCOREusageResponse (348) | |
2108 /* ns1:codon_usageResponse */ | |
2109 struct ns1__codon_USCOREusageResponse | |
2110 { | |
2111 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
2112 }; | |
2113 #endif | |
2114 | |
2115 #ifndef SOAP_TYPE_ns1__codon_USCOREusage | |
2116 #define SOAP_TYPE_ns1__codon_USCOREusage (349) | |
2117 /* ns1:codon_usage */ | |
2118 struct ns1__codon_USCOREusage | |
2119 { | |
2120 char *_sequence; /* optional element of type xsd:string */ | |
2121 struct ns1__codon_USCOREusageInputParams *_params; /* optional element of type ns1:codon_usageInputParams */ | |
2122 }; | |
2123 #endif | |
2124 | |
2125 #ifndef SOAP_TYPE_ns1__minResponse | |
2126 #define SOAP_TYPE_ns1__minResponse (351) | |
2127 /* ns1:minResponse */ | |
2128 struct ns1__minResponse | |
2129 { | |
2130 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
2131 }; | |
2132 #endif | |
2133 | |
2134 #ifndef SOAP_TYPE_ns1__min | |
2135 #define SOAP_TYPE_ns1__min (352) | |
2136 /* ns1:min */ | |
2137 struct ns1__min | |
2138 { | |
2139 struct arrayIn *_array; /* optional element of type ArrayOfstring */ | |
2140 }; | |
2141 #endif | |
2142 | |
2143 #ifndef SOAP_TYPE_ns1__find_USCOREiteronResponse | |
2144 #define SOAP_TYPE_ns1__find_USCOREiteronResponse (355) | |
2145 /* ns1:find_iteronResponse */ | |
2146 struct ns1__find_USCOREiteronResponse | |
2147 { | |
2148 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
2149 }; | |
2150 #endif | |
2151 | |
2152 #ifndef SOAP_TYPE_ns1__find_USCOREiteron | |
2153 #define SOAP_TYPE_ns1__find_USCOREiteron (356) | |
2154 /* ns1:find_iteron */ | |
2155 struct ns1__find_USCOREiteron | |
2156 { | |
2157 char *_sequence; /* optional element of type xsd:string */ | |
2158 struct ns1__find_USCOREiteronInputParams *_params; /* optional element of type ns1:find_iteronInputParams */ | |
2159 }; | |
2160 #endif | |
2161 | |
2162 #ifndef SOAP_TYPE_ns1__complementResponse | |
2163 #define SOAP_TYPE_ns1__complementResponse (358) | |
2164 /* ns1:complementResponse */ | |
2165 struct ns1__complementResponse | |
2166 { | |
2167 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
2168 }; | |
2169 #endif | |
2170 | |
2171 #ifndef SOAP_TYPE_ns1__complement | |
2172 #define SOAP_TYPE_ns1__complement (359) | |
2173 /* ns1:complement */ | |
2174 struct ns1__complement | |
2175 { | |
2176 char *_sequence; /* optional element of type xsd:string */ | |
2177 }; | |
2178 #endif | |
2179 | |
2180 #ifndef SOAP_TYPE_ns1__meanResponse | |
2181 #define SOAP_TYPE_ns1__meanResponse (361) | |
2182 /* ns1:meanResponse */ | |
2183 struct ns1__meanResponse | |
2184 { | |
2185 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
2186 }; | |
2187 #endif | |
2188 | |
2189 #ifndef SOAP_TYPE_ns1__mean | |
2190 #define SOAP_TYPE_ns1__mean (362) | |
2191 /* ns1:mean */ | |
2192 struct ns1__mean | |
2193 { | |
2194 struct arrayIn *_array; /* optional element of type ArrayOfstring */ | |
2195 }; | |
2196 #endif | |
2197 | |
2198 #ifndef SOAP_TYPE_ns1__codon_USCOREcounterResponse | |
2199 #define SOAP_TYPE_ns1__codon_USCOREcounterResponse (365) | |
2200 /* ns1:codon_counterResponse */ | |
2201 struct ns1__codon_USCOREcounterResponse | |
2202 { | |
2203 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
2204 }; | |
2205 #endif | |
2206 | |
2207 #ifndef SOAP_TYPE_ns1__codon_USCOREcounter | |
2208 #define SOAP_TYPE_ns1__codon_USCOREcounter (366) | |
2209 /* ns1:codon_counter */ | |
2210 struct ns1__codon_USCOREcounter | |
2211 { | |
2212 char *_sequence; /* optional element of type xsd:string */ | |
2213 struct ns1__codon_USCOREcounterInputParams *_params; /* optional element of type ns1:codon_counterInputParams */ | |
2214 }; | |
2215 #endif | |
2216 | |
2217 #ifndef SOAP_TYPE_ns1__entrezResponse | |
2218 #define SOAP_TYPE_ns1__entrezResponse (368) | |
2219 /* ns1:entrezResponse */ | |
2220 struct ns1__entrezResponse | |
2221 { | |
2222 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
2223 }; | |
2224 #endif | |
2225 | |
2226 #ifndef SOAP_TYPE_ns1__entrez | |
2227 #define SOAP_TYPE_ns1__entrez (369) | |
2228 /* ns1:entrez */ | |
2229 struct ns1__entrez | |
2230 { | |
2231 char *_database; /* optional element of type xsd:string */ | |
2232 char *_query; /* optional element of type xsd:string */ | |
2233 }; | |
2234 #endif | |
2235 | |
2236 #ifndef SOAP_TYPE_ns1__palindromeResponse | |
2237 #define SOAP_TYPE_ns1__palindromeResponse (372) | |
2238 /* ns1:palindromeResponse */ | |
2239 struct ns1__palindromeResponse | |
2240 { | |
2241 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
2242 }; | |
2243 #endif | |
2244 | |
2245 #ifndef SOAP_TYPE_ns1__palindrome | |
2246 #define SOAP_TYPE_ns1__palindrome (373) | |
2247 /* ns1:palindrome */ | |
2248 struct ns1__palindrome | |
2249 { | |
2250 char *_sequence; /* optional element of type xsd:string */ | |
2251 struct ns1__palindromeInputParams *_params; /* optional element of type ns1:palindromeInputParams */ | |
2252 }; | |
2253 #endif | |
2254 | |
2255 #ifndef SOAP_TYPE_ns1__least_USCOREsquares_USCOREfitResponse | |
2256 #define SOAP_TYPE_ns1__least_USCOREsquares_USCOREfitResponse (374) | |
2257 /* ns1:least_squares_fitResponse */ | |
2258 struct ns1__least_USCOREsquares_USCOREfitResponse | |
2259 { | |
2260 struct arrayOut *_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type ArrayOfstring */ | |
2261 }; | |
2262 #endif | |
2263 | |
2264 #ifndef SOAP_TYPE_ns1__least_USCOREsquares_USCOREfit | |
2265 #define SOAP_TYPE_ns1__least_USCOREsquares_USCOREfit (377) | |
2266 /* ns1:least_squares_fit */ | |
2267 struct ns1__least_USCOREsquares_USCOREfit | |
2268 { | |
2269 struct arrayIn *_array; /* optional element of type ArrayOfstring */ | |
2270 }; | |
2271 #endif | |
2272 | |
2273 #ifndef SOAP_TYPE_ns1__dinucResponse | |
2274 #define SOAP_TYPE_ns1__dinucResponse (380) | |
2275 /* ns1:dinucResponse */ | |
2276 struct ns1__dinucResponse | |
2277 { | |
2278 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
2279 }; | |
2280 #endif | |
2281 | |
2282 #ifndef SOAP_TYPE_ns1__dinuc | |
2283 #define SOAP_TYPE_ns1__dinuc (381) | |
2284 /* ns1:dinuc */ | |
2285 struct ns1__dinuc | |
2286 { | |
2287 char *_sequence; /* optional element of type xsd:string */ | |
2288 struct ns1__dinucInputParams *_params; /* optional element of type ns1:dinucInputParams */ | |
2289 }; | |
2290 #endif | |
2291 | |
2292 #ifndef SOAP_TYPE_ns1__cgrResponse | |
2293 #define SOAP_TYPE_ns1__cgrResponse (384) | |
2294 /* ns1:cgrResponse */ | |
2295 struct ns1__cgrResponse | |
2296 { | |
2297 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
2298 }; | |
2299 #endif | |
2300 | |
2301 #ifndef SOAP_TYPE_ns1__cgr | |
2302 #define SOAP_TYPE_ns1__cgr (385) | |
2303 /* ns1:cgr */ | |
2304 struct ns1__cgr | |
2305 { | |
2306 char *_sequence; /* optional element of type xsd:string */ | |
2307 struct ns1__cgrInputParams *_params; /* optional element of type ns1:cgrInputParams */ | |
2308 }; | |
2309 #endif | |
2310 | |
2311 #ifndef SOAP_TYPE_ns1__B1Response | |
2312 #define SOAP_TYPE_ns1__B1Response (388) | |
2313 /* ns1:B1Response */ | |
2314 struct ns1__B1Response | |
2315 { | |
2316 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
2317 }; | |
2318 #endif | |
2319 | |
2320 #ifndef SOAP_TYPE_ns1__B1 | |
2321 #define SOAP_TYPE_ns1__B1 (389) | |
2322 /* ns1:B1 */ | |
2323 struct ns1__B1 | |
2324 { | |
2325 char *_sequence; /* optional element of type xsd:string */ | |
2326 struct ns1__B1InputParams *_params; /* optional element of type ns1:B1InputParams */ | |
2327 }; | |
2328 #endif | |
2329 | |
2330 #ifndef SOAP_TYPE_ns1__B2Response | |
2331 #define SOAP_TYPE_ns1__B2Response (391) | |
2332 /* ns1:B2Response */ | |
2333 struct ns1__B2Response | |
2334 { | |
2335 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
2336 }; | |
2337 #endif | |
2338 | |
2339 #ifndef SOAP_TYPE_ns1__B2 | |
2340 #define SOAP_TYPE_ns1__B2 (392) | |
2341 /* ns1:B2 */ | |
2342 struct ns1__B2 | |
2343 { | |
2344 char *_sequence; /* optional element of type xsd:string */ | |
2345 }; | |
2346 #endif | |
2347 | |
2348 #ifndef SOAP_TYPE_ns1__base_USCOREcounterResponse | |
2349 #define SOAP_TYPE_ns1__base_USCOREcounterResponse (395) | |
2350 /* ns1:base_counterResponse */ | |
2351 struct ns1__base_USCOREcounterResponse | |
2352 { | |
2353 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
2354 }; | |
2355 #endif | |
2356 | |
2357 #ifndef SOAP_TYPE_ns1__base_USCOREcounter | |
2358 #define SOAP_TYPE_ns1__base_USCOREcounter (396) | |
2359 /* ns1:base_counter */ | |
2360 struct ns1__base_USCOREcounter | |
2361 { | |
2362 char *_sequence; /* optional element of type xsd:string */ | |
2363 struct ns1__base_USCOREcounterInputParams *_params; /* optional element of type ns1:base_counterInputParams */ | |
2364 }; | |
2365 #endif | |
2366 | |
2367 #ifndef SOAP_TYPE_ns1__base_USCOREz_USCOREvalueResponse | |
2368 #define SOAP_TYPE_ns1__base_USCOREz_USCOREvalueResponse (399) | |
2369 /* ns1:base_z_valueResponse */ | |
2370 struct ns1__base_USCOREz_USCOREvalueResponse | |
2371 { | |
2372 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
2373 }; | |
2374 #endif | |
2375 | |
2376 #ifndef SOAP_TYPE_ns1__base_USCOREz_USCOREvalue | |
2377 #define SOAP_TYPE_ns1__base_USCOREz_USCOREvalue (400) | |
2378 /* ns1:base_z_value */ | |
2379 struct ns1__base_USCOREz_USCOREvalue | |
2380 { | |
2381 char *_sequence; /* optional element of type xsd:string */ | |
2382 struct ns1__base_USCOREz_USCOREvalueInputParams *_params; /* optional element of type ns1:base_z_valueInputParams */ | |
2383 }; | |
2384 #endif | |
2385 | |
2386 #ifndef SOAP_TYPE_ns1__kmer_USCOREtableResponse | |
2387 #define SOAP_TYPE_ns1__kmer_USCOREtableResponse (403) | |
2388 /* ns1:kmer_tableResponse */ | |
2389 struct ns1__kmer_USCOREtableResponse | |
2390 { | |
2391 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
2392 }; | |
2393 #endif | |
2394 | |
2395 #ifndef SOAP_TYPE_ns1__kmer_USCOREtable | |
2396 #define SOAP_TYPE_ns1__kmer_USCOREtable (404) | |
2397 /* ns1:kmer_table */ | |
2398 struct ns1__kmer_USCOREtable | |
2399 { | |
2400 char *_sequence; /* optional element of type xsd:string */ | |
2401 struct ns1__kmer_USCOREtableInputParams *_params; /* optional element of type ns1:kmer_tableInputParams */ | |
2402 }; | |
2403 #endif | |
2404 | |
2405 #ifndef SOAP_TYPE_ns1__lda_USCOREbiasResponse | |
2406 #define SOAP_TYPE_ns1__lda_USCOREbiasResponse (407) | |
2407 /* ns1:lda_biasResponse */ | |
2408 struct ns1__lda_USCOREbiasResponse | |
2409 { | |
2410 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
2411 }; | |
2412 #endif | |
2413 | |
2414 #ifndef SOAP_TYPE_ns1__lda_USCOREbias | |
2415 #define SOAP_TYPE_ns1__lda_USCOREbias (408) | |
2416 /* ns1:lda_bias */ | |
2417 struct ns1__lda_USCOREbias | |
2418 { | |
2419 char *_sequence; /* optional element of type xsd:string */ | |
2420 struct ns1__lda_USCOREbiasInputParams *_params; /* optional element of type ns1:lda_biasInputParams */ | |
2421 }; | |
2422 #endif | |
2423 | |
2424 #ifndef SOAP_TYPE_ns1__scsResponse | |
2425 #define SOAP_TYPE_ns1__scsResponse (411) | |
2426 /* ns1:scsResponse */ | |
2427 struct ns1__scsResponse | |
2428 { | |
2429 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
2430 }; | |
2431 #endif | |
2432 | |
2433 #ifndef SOAP_TYPE_ns1__scs | |
2434 #define SOAP_TYPE_ns1__scs (412) | |
2435 /* ns1:scs */ | |
2436 struct ns1__scs | |
2437 { | |
2438 char *_sequence; /* optional element of type xsd:string */ | |
2439 struct ns1__scsInputParams *_params; /* optional element of type ns1:scsInputParams */ | |
2440 }; | |
2441 #endif | |
2442 | |
2443 #ifndef SOAP_TYPE_ns1__leading_USCOREstrandResponse | |
2444 #define SOAP_TYPE_ns1__leading_USCOREstrandResponse (413) | |
2445 /* ns1:leading_strandResponse */ | |
2446 struct ns1__leading_USCOREstrandResponse | |
2447 { | |
2448 struct arrayOut *_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type ArrayOfstring */ | |
2449 }; | |
2450 #endif | |
2451 | |
2452 #ifndef SOAP_TYPE_ns1__leading_USCOREstrand | |
2453 #define SOAP_TYPE_ns1__leading_USCOREstrand (416) | |
2454 /* ns1:leading_strand */ | |
2455 struct ns1__leading_USCOREstrand | |
2456 { | |
2457 char *_sequence; /* optional element of type xsd:string */ | |
2458 }; | |
2459 #endif | |
2460 | |
2461 #ifndef SOAP_TYPE_ns1__S_USCOREvalueResponse | |
2462 #define SOAP_TYPE_ns1__S_USCOREvalueResponse (419) | |
2463 /* ns1:S_valueResponse */ | |
2464 struct ns1__S_USCOREvalueResponse | |
2465 { | |
2466 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
2467 }; | |
2468 #endif | |
2469 | |
2470 #ifndef SOAP_TYPE_ns1__S_USCOREvalue | |
2471 #define SOAP_TYPE_ns1__S_USCOREvalue (420) | |
2472 /* ns1:S_value */ | |
2473 struct ns1__S_USCOREvalue | |
2474 { | |
2475 char *_sequence; /* optional element of type xsd:string */ | |
2476 struct ns1__S_USCOREvalueInputParams *_params; /* optional element of type ns1:S_valueInputParams */ | |
2477 }; | |
2478 #endif | |
2479 | |
2480 #ifndef SOAP_TYPE_ns1__helpResponse | |
2481 #define SOAP_TYPE_ns1__helpResponse (422) | |
2482 /* ns1:helpResponse */ | |
2483 struct ns1__helpResponse | |
2484 { | |
2485 char **_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ | |
2486 }; | |
2487 #endif | |
2488 | |
2489 #ifndef SOAP_TYPE_ns1__help | |
2490 #define SOAP_TYPE_ns1__help (423) | |
2491 /* ns1:help */ | |
2492 struct ns1__help | |
2493 { | |
2494 char *_keywords; /* optional element of type xsd:string */ | |
2495 }; | |
2496 #endif | |
2497 | |
2498 #ifndef SOAP_TYPE_ns1__hydropathyResponse | |
2499 #define SOAP_TYPE_ns1__hydropathyResponse (427) | |
2500 /* ns1:hydropathyResponse */ | |
2501 struct ns1__hydropathyResponse | |
2502 { | |
2503 float *_result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:float */ | |
2504 }; | |
2505 #endif | |
2506 | |
2507 #ifndef SOAP_TYPE_ns1__hydropathy | |
2508 #define SOAP_TYPE_ns1__hydropathy (428) | |
2509 /* ns1:hydropathy */ | |
2510 struct ns1__hydropathy | |
2511 { | |
2512 char *_sequence; /* optional element of type xsd:string */ | |
2513 }; | |
2514 #endif | |
2515 | |
2516 #ifndef WITH_NOGLOBAL | |
2517 | |
2518 #ifndef SOAP_TYPE_SOAP_ENV__Header | |
2519 #define SOAP_TYPE_SOAP_ENV__Header (429) | |
2520 /* SOAP Header: */ | |
2521 struct SOAP_ENV__Header | |
2522 { | |
2523 #ifdef WITH_NOEMPTYSTRUCT | |
2524 char dummy; /* dummy member to enable compilation */ | |
2525 #endif | |
2526 }; | |
2527 #endif | |
2528 | |
2529 #endif | |
2530 | |
2531 #ifndef WITH_NOGLOBAL | |
2532 | |
2533 #ifndef SOAP_TYPE_SOAP_ENV__Code | |
2534 #define SOAP_TYPE_SOAP_ENV__Code (430) | |
2535 /* SOAP Fault Code: */ | |
2536 struct SOAP_ENV__Code | |
2537 { | |
2538 char *SOAP_ENV__Value; /* optional element of type xsd:QName */ | |
2539 struct SOAP_ENV__Code *SOAP_ENV__Subcode; /* optional element of type SOAP-ENV:Code */ | |
2540 }; | |
2541 #endif | |
2542 | |
2543 #endif | |
2544 | |
2545 #ifndef WITH_NOGLOBAL | |
2546 | |
2547 #ifndef SOAP_TYPE_SOAP_ENV__Detail | |
2548 #define SOAP_TYPE_SOAP_ENV__Detail (432) | |
2549 /* SOAP-ENV:Detail */ | |
2550 struct SOAP_ENV__Detail | |
2551 { | |
2552 char *__any; | |
2553 int __type; /* any type of element <fault> (defined below) */ | |
2554 void *fault; /* transient */ | |
2555 }; | |
2556 #endif | |
2557 | |
2558 #endif | |
2559 | |
2560 #ifndef WITH_NOGLOBAL | |
2561 | |
2562 #ifndef SOAP_TYPE_SOAP_ENV__Reason | |
2563 #define SOAP_TYPE_SOAP_ENV__Reason (435) | |
2564 /* SOAP-ENV:Reason */ | |
2565 struct SOAP_ENV__Reason | |
2566 { | |
2567 char *SOAP_ENV__Text; /* optional element of type xsd:string */ | |
2568 }; | |
2569 #endif | |
2570 | |
2571 #endif | |
2572 | |
2573 #ifndef WITH_NOGLOBAL | |
2574 | |
2575 #ifndef SOAP_TYPE_SOAP_ENV__Fault | |
2576 #define SOAP_TYPE_SOAP_ENV__Fault (436) | |
2577 /* SOAP Fault: */ | |
2578 struct SOAP_ENV__Fault | |
2579 { | |
2580 char *faultcode; /* optional element of type xsd:QName */ | |
2581 char *faultstring; /* optional element of type xsd:string */ | |
2582 char *faultactor; /* optional element of type xsd:string */ | |
2583 struct SOAP_ENV__Detail *detail; /* optional element of type SOAP-ENV:Detail */ | |
2584 struct SOAP_ENV__Code *SOAP_ENV__Code; /* optional element of type SOAP-ENV:Code */ | |
2585 struct SOAP_ENV__Reason *SOAP_ENV__Reason; /* optional element of type SOAP-ENV:Reason */ | |
2586 char *SOAP_ENV__Node; /* optional element of type xsd:string */ | |
2587 char *SOAP_ENV__Role; /* optional element of type xsd:string */ | |
2588 struct SOAP_ENV__Detail *SOAP_ENV__Detail; /* optional element of type SOAP-ENV:Detail */ | |
2589 }; | |
2590 #endif | |
2591 | |
2592 #endif | |
2593 | |
2594 /******************************************************************************\ | |
2595 * * | |
2596 * Typedefs * | |
2597 * * | |
2598 \******************************************************************************/ | |
2599 | |
2600 #ifndef SOAP_TYPE__QName | |
2601 #define SOAP_TYPE__QName (5) | |
2602 typedef char *_QName; | |
2603 #endif | |
2604 | |
2605 #ifndef SOAP_TYPE__XML | |
2606 #define SOAP_TYPE__XML (6) | |
2607 typedef char *_XML; | |
2608 #endif | |
2609 | |
2610 | |
2611 /******************************************************************************\ | |
2612 * * | |
2613 * Externals * | |
2614 * * | |
2615 \******************************************************************************/ | |
2616 | |
2617 | |
2618 /******************************************************************************\ | |
2619 * * | |
2620 * Server-Side Operations * | |
2621 * * | |
2622 \******************************************************************************/ | |
2623 | |
2624 | |
2625 SOAP_FMAC5 int SOAP_FMAC6 ns1__codon_USCOREmva(struct soap*, char *_sequence, struct ns1__codon_USCOREmvaInputParams *_params, char **_result); | |
2626 | |
2627 SOAP_FMAC5 int SOAP_FMAC6 ns1__P2(struct soap*, char *_sequence, struct ns1__P2InputParams *_params, char **_result); | |
2628 | |
2629 SOAP_FMAC5 int SOAP_FMAC6 ns1__w_USCOREvalue(struct soap*, char *_sequence, struct ns1__w_USCOREvalueInputParams *_params, char **_result); | |
2630 | |
2631 SOAP_FMAC5 int SOAP_FMAC6 ns1__splitprintseq(struct soap*, char *_sequence, char **_result); | |
2632 | |
2633 SOAP_FMAC5 int SOAP_FMAC6 ns1__median(struct soap*, struct arrayIn *_array, char **_result); | |
2634 | |
2635 SOAP_FMAC5 int SOAP_FMAC6 ns1__find_USCOREori_USCOREter(struct soap*, char *_sequence, struct ns1__find_USCOREori_USCOREterInputParams *_params, char **_result); | |
2636 | |
2637 SOAP_FMAC5 int SOAP_FMAC6 ns1__plasmid_USCOREmap(struct soap*, char *_sequence, struct ns1__plasmid_USCOREmapInputParams *_params, char **_result); | |
2638 | |
2639 SOAP_FMAC5 int SOAP_FMAC6 ns1__sum(struct soap*, struct arrayIn *_array, char **_result); | |
2640 | |
2641 SOAP_FMAC5 int SOAP_FMAC6 ns1__nucleotide_USCOREperiodicity(struct soap*, char *_sequence, struct ns1__nucleotide_USCOREperiodicityInputParams *_params, char **_result); | |
2642 | |
2643 SOAP_FMAC5 int SOAP_FMAC6 ns1__variance(struct soap*, struct arrayIn *_array, char **_result); | |
2644 | |
2645 SOAP_FMAC5 int SOAP_FMAC6 ns1__amino_USCOREinfo(struct soap*, char *_sequence, char **_result); | |
2646 | |
2647 SOAP_FMAC5 int SOAP_FMAC6 ns1__circular_USCOREmap(struct soap*, char *_sequence, struct ns1__circular_USCOREmapInputParams *_params, char **_result); | |
2648 | |
2649 SOAP_FMAC5 int SOAP_FMAC6 ns1__togoWS(struct soap*, char *_query, struct ns1__togoWSInputParams *_params, char **_result); | |
2650 | |
2651 SOAP_FMAC5 int SOAP_FMAC6 ns1__translate(struct soap*, char *_sequence, char **_result); | |
2652 | |
2653 SOAP_FMAC5 int SOAP_FMAC6 ns1__phx(struct soap*, char *_sequence, struct ns1__phxInputParams *_params, char **_result); | |
2654 | |
2655 SOAP_FMAC5 int SOAP_FMAC6 ns1__icdi(struct soap*, char *_sequence, struct ns1__icdiInputParams *_params, char **_result); | |
2656 | |
2657 SOAP_FMAC5 int SOAP_FMAC6 ns1__enc(struct soap*, char *_sequence, struct ns1__encInputParams *_params, char **_result); | |
2658 | |
2659 SOAP_FMAC5 int SOAP_FMAC6 ns1__fop(struct soap*, char *_sequence, struct ns1__fopInputParams *_params, char **_result); | |
2660 | |
2661 SOAP_FMAC5 int SOAP_FMAC6 ns1__bui(struct soap*, char *_sequence, struct ns1__buiInputParams *_params, char **_result); | |
2662 | |
2663 SOAP_FMAC5 int SOAP_FMAC6 ns1__dist_USCOREin_USCOREcc(struct soap*, char *_sequence, int _position1, int _position2, char **_result); | |
2664 | |
2665 SOAP_FMAC5 int SOAP_FMAC6 ns1__find_USCOREdnaAbox(struct soap*, char *_sequence, struct ns1__find_USCOREdnaAboxInputParams *_params, char **_result); | |
2666 | |
2667 SOAP_FMAC5 int SOAP_FMAC6 ns1__ttest(struct soap*, struct arrayIn *_array1, struct arrayIn *_array2, struct ns1__ttestInputParams *_params, struct ns1__ttestResponse *_param_1); | |
2668 | |
2669 SOAP_FMAC5 int SOAP_FMAC6 ns1__seq2png(struct soap*, char *_sequence, struct ns1__seq2pngInputParams *_params, char **_result); | |
2670 | |
2671 SOAP_FMAC5 int SOAP_FMAC6 ns1__amino_USCOREcounter(struct soap*, char *_sequence, struct ns1__amino_USCOREcounterInputParams *_params, char **_result); | |
2672 | |
2673 SOAP_FMAC5 int SOAP_FMAC6 ns1__aaui(struct soap*, char *_sequence, struct ns1__aauiInputParams *_params, char **_result); | |
2674 | |
2675 SOAP_FMAC5 int SOAP_FMAC6 ns1__codon_USCOREcompiler(struct soap*, char *_sequence, struct ns1__codon_USCOREcompilerInputParams *_params, char **_result); | |
2676 | |
2677 SOAP_FMAC5 int SOAP_FMAC6 ns1__over_USCORElapping_USCOREfinder(struct soap*, char *_sequence, struct ns1__over_USCORElapping_USCOREfinderInputParams *_params, char **_result); | |
2678 | |
2679 SOAP_FMAC5 int SOAP_FMAC6 ns1__Ew(struct soap*, char *_sequence, struct ns1__EwInputParams *_params, char **_result); | |
2680 | |
2681 SOAP_FMAC5 int SOAP_FMAC6 ns1__base_USCORErelative_USCOREentropy(struct soap*, char *_sequence, struct ns1__base_USCORErelative_USCOREentropyInputParams *_params, char **_result); | |
2682 | |
2683 SOAP_FMAC5 int SOAP_FMAC6 ns1__view_USCOREcds(struct soap*, char *_sequence, struct ns1__view_USCOREcdsInputParams *_params, char **_result); | |
2684 | |
2685 SOAP_FMAC5 int SOAP_FMAC6 ns1__query_USCOREstrand(struct soap*, char *_sequence, int _position, struct ns1__query_USCOREstrandInputParams *_params, char **_result); | |
2686 | |
2687 SOAP_FMAC5 int SOAP_FMAC6 ns1__genomicskew(struct soap*, char *_sequence, struct ns1__genomicskewInputParams *_params, char **_result); | |
2688 | |
2689 SOAP_FMAC5 int SOAP_FMAC6 ns1__filter_USCOREcds_USCOREby_USCOREatg(struct soap*, char *_sequence, struct ns1__filter_USCOREcds_USCOREby_USCOREatgInputParams *_params, struct ns1__filter_USCOREcds_USCOREby_USCOREatgResponse *_param_2); | |
2690 | |
2691 SOAP_FMAC5 int SOAP_FMAC6 ns1__gcsi(struct soap*, char *_sequence, struct ns1__gcsiInputParams *_params, char **_result); | |
2692 | |
2693 SOAP_FMAC5 int SOAP_FMAC6 ns1__cai(struct soap*, char *_sequence, struct ns1__caiInputParams *_params, char **_result); | |
2694 | |
2695 SOAP_FMAC5 int SOAP_FMAC6 ns1__maxdex(struct soap*, struct arrayIn *_array, char **_result); | |
2696 | |
2697 SOAP_FMAC5 int SOAP_FMAC6 ns1__max(struct soap*, struct arrayIn *_array, char **_result); | |
2698 | |
2699 SOAP_FMAC5 int SOAP_FMAC6 ns1__query_USCOREarm(struct soap*, char *_sequence, int _position, char **_result); | |
2700 | |
2701 SOAP_FMAC5 int SOAP_FMAC6 ns1__mindex(struct soap*, struct arrayIn *_array, char **_result); | |
2702 | |
2703 SOAP_FMAC5 int SOAP_FMAC6 ns1__consensus_USCOREz(struct soap*, struct arrayIn *_array_USCOREseq, struct ns1__consensus_USCOREzInputParams *_params, char **_result); | |
2704 | |
2705 SOAP_FMAC5 int SOAP_FMAC6 ns1__genome_USCOREmap(struct soap*, char *_sequence, struct ns1__genome_USCOREmapInputParams *_params, char **_result); | |
2706 | |
2707 SOAP_FMAC5 int SOAP_FMAC6 ns1__longest_USCOREORF(struct soap*, char *_sequence, char **_result); | |
2708 | |
2709 SOAP_FMAC5 int SOAP_FMAC6 ns1__rep_USCOREori_USCOREter(struct soap*, char *_sequence, struct ns1__rep_USCOREori_USCOREterInputParams *_params, char **_result); | |
2710 | |
2711 SOAP_FMAC5 int SOAP_FMAC6 ns1__calc_USCOREpI(struct soap*, char *_sequence, char **_result); | |
2712 | |
2713 SOAP_FMAC5 int SOAP_FMAC6 ns1__DoubleHelix(struct soap*, char *_sequence, struct ns1__DoubleHelixInputParams *_params, char **_result); | |
2714 | |
2715 SOAP_FMAC5 int SOAP_FMAC6 ns1__base_USCOREentropy(struct soap*, char *_sequence, struct ns1__base_USCOREentropyInputParams *_params, char **_result); | |
2716 | |
2717 SOAP_FMAC5 int SOAP_FMAC6 ns1__to_USCOREfasta(struct soap*, char *_sequence, struct ns1__to_USCOREfastaInputParams *_params, char **_result); | |
2718 | |
2719 SOAP_FMAC5 int SOAP_FMAC6 ns1__find_USCOREdif(struct soap*, char *_sequence, struct ns1__find_USCOREdifInputParams *_params, struct ns1__find_USCOREdifResponse *_param_3); | |
2720 | |
2721 SOAP_FMAC5 int SOAP_FMAC6 ns1__cbi(struct soap*, char *_sequence, struct ns1__cbiInputParams *_params, char **_result); | |
2722 | |
2723 SOAP_FMAC5 int SOAP_FMAC6 ns1__genes_USCOREfrom_USCOREori(struct soap*, char *_sequence, char *_direction, struct ns1__genes_USCOREfrom_USCOREoriInputParams *_params, struct ns1__genes_USCOREfrom_USCOREoriResponse *_param_4); | |
2724 | |
2725 SOAP_FMAC5 int SOAP_FMAC6 ns1__geneskew(struct soap*, char *_sequence, struct ns1__geneskewInputParams *_params, char **_result); | |
2726 | |
2727 SOAP_FMAC5 int SOAP_FMAC6 ns1__standard_USCOREdeviation(struct soap*, struct arrayIn *_array, char **_result); | |
2728 | |
2729 SOAP_FMAC5 int SOAP_FMAC6 ns1__cor(struct soap*, struct arrayIn *_array1, struct arrayIn *_array2, struct ns1__corInputParams *_params, struct ns1__corResponse *_param_5); | |
2730 | |
2731 SOAP_FMAC5 int SOAP_FMAC6 ns1__cumulative(struct soap*, struct arrayIn *_array, struct ns1__cumulativeResponse *_param_6); | |
2732 | |
2733 SOAP_FMAC5 int SOAP_FMAC6 ns1__delta_USCOREenc(struct soap*, char *_sequence, char **_result); | |
2734 | |
2735 SOAP_FMAC5 int SOAP_FMAC6 ns1__delta_USCOREgcskew(struct soap*, char *_sequence, struct ns1__delta_USCOREgcskewInputParams *_params, char **_result); | |
2736 | |
2737 SOAP_FMAC5 int SOAP_FMAC6 ns1__molecular_USCOREweight(struct soap*, char *_sequence, struct ns1__molecular_USCOREweightInputParams *_params, char **_result); | |
2738 | |
2739 SOAP_FMAC5 int SOAP_FMAC6 ns1__gcskew(struct soap*, char *_sequence, struct ns1__gcskewInputParams *_params, char **_result); | |
2740 | |
2741 SOAP_FMAC5 int SOAP_FMAC6 ns1__genome_USCOREmap3(struct soap*, char *_sequence, struct ns1__genome_USCOREmap3InputParams *_params, char **_result); | |
2742 | |
2743 SOAP_FMAC5 int SOAP_FMAC6 ns1__seqinfo(struct soap*, char *_sequence, char **_result); | |
2744 | |
2745 SOAP_FMAC5 int SOAP_FMAC6 ns1__signature(struct soap*, char *_sequence, struct ns1__signatureInputParams *_params, char **_result); | |
2746 | |
2747 SOAP_FMAC5 int SOAP_FMAC6 ns1__base_USCOREinformation_USCOREcontent(struct soap*, char *_sequence, struct ns1__base_USCOREinformation_USCOREcontentInputParams *_params, char **_result); | |
2748 | |
2749 SOAP_FMAC5 int SOAP_FMAC6 ns1__dnawalk(struct soap*, char *_sequence, struct ns1__dnawalkInputParams *_params, char **_result); | |
2750 | |
2751 SOAP_FMAC5 int SOAP_FMAC6 ns1__find_USCOREter(struct soap*, char *_sequence, struct ns1__find_USCOREterInputParams *_params, struct ns1__find_USCOREterResponse *_param_7); | |
2752 | |
2753 SOAP_FMAC5 int SOAP_FMAC6 ns1__shuffleseq(struct soap*, char *_sequence, struct ns1__shuffleseqInputParams *_params, char **_result); | |
2754 | |
2755 SOAP_FMAC5 int SOAP_FMAC6 ns1__oligomer_USCOREsearch(struct soap*, char *_sequence, char *_oligomer, struct ns1__oligomer_USCOREsearchInputParams *_params, struct ns1__oligomer_USCOREsearchResponse *_param_8); | |
2756 | |
2757 SOAP_FMAC5 int SOAP_FMAC6 ns1__find_USCOREpattern(struct soap*, char *_sequence, char *_pattern, struct ns1__find_USCOREpatternInputParams *_params, char **_result); | |
2758 | |
2759 SOAP_FMAC5 int SOAP_FMAC6 ns1__gcwin(struct soap*, char *_sequence, struct ns1__gcwinInputParams *_params, char **_result); | |
2760 | |
2761 SOAP_FMAC5 int SOAP_FMAC6 ns1__oligomer_USCOREcounter(struct soap*, char *_sequence, char *_oligomer, struct ns1__oligomer_USCOREcounterInputParams *_params, char **_result); | |
2762 | |
2763 SOAP_FMAC5 int SOAP_FMAC6 ns1__codon_USCOREusage(struct soap*, char *_sequence, struct ns1__codon_USCOREusageInputParams *_params, char **_result); | |
2764 | |
2765 SOAP_FMAC5 int SOAP_FMAC6 ns1__min(struct soap*, struct arrayIn *_array, char **_result); | |
2766 | |
2767 SOAP_FMAC5 int SOAP_FMAC6 ns1__find_USCOREiteron(struct soap*, char *_sequence, struct ns1__find_USCOREiteronInputParams *_params, char **_result); | |
2768 | |
2769 SOAP_FMAC5 int SOAP_FMAC6 ns1__complement(struct soap*, char *_sequence, char **_result); | |
2770 | |
2771 SOAP_FMAC5 int SOAP_FMAC6 ns1__mean(struct soap*, struct arrayIn *_array, char **_result); | |
2772 | |
2773 SOAP_FMAC5 int SOAP_FMAC6 ns1__codon_USCOREcounter(struct soap*, char *_sequence, struct ns1__codon_USCOREcounterInputParams *_params, char **_result); | |
2774 | |
2775 SOAP_FMAC5 int SOAP_FMAC6 ns1__entrez(struct soap*, char *_database, char *_query, char **_result); | |
2776 | |
2777 SOAP_FMAC5 int SOAP_FMAC6 ns1__palindrome(struct soap*, char *_sequence, struct ns1__palindromeInputParams *_params, char **_result); | |
2778 | |
2779 SOAP_FMAC5 int SOAP_FMAC6 ns1__least_USCOREsquares_USCOREfit(struct soap*, struct arrayIn *_array, struct ns1__least_USCOREsquares_USCOREfitResponse *_param_9); | |
2780 | |
2781 SOAP_FMAC5 int SOAP_FMAC6 ns1__dinuc(struct soap*, char *_sequence, struct ns1__dinucInputParams *_params, char **_result); | |
2782 | |
2783 SOAP_FMAC5 int SOAP_FMAC6 ns1__cgr(struct soap*, char *_sequence, struct ns1__cgrInputParams *_params, char **_result); | |
2784 | |
2785 SOAP_FMAC5 int SOAP_FMAC6 ns1__B1(struct soap*, char *_sequence, struct ns1__B1InputParams *_params, char **_result); | |
2786 | |
2787 SOAP_FMAC5 int SOAP_FMAC6 ns1__B2(struct soap*, char *_sequence, char **_result); | |
2788 | |
2789 SOAP_FMAC5 int SOAP_FMAC6 ns1__base_USCOREcounter(struct soap*, char *_sequence, struct ns1__base_USCOREcounterInputParams *_params, char **_result); | |
2790 | |
2791 SOAP_FMAC5 int SOAP_FMAC6 ns1__base_USCOREz_USCOREvalue(struct soap*, char *_sequence, struct ns1__base_USCOREz_USCOREvalueInputParams *_params, char **_result); | |
2792 | |
2793 SOAP_FMAC5 int SOAP_FMAC6 ns1__kmer_USCOREtable(struct soap*, char *_sequence, struct ns1__kmer_USCOREtableInputParams *_params, char **_result); | |
2794 | |
2795 SOAP_FMAC5 int SOAP_FMAC6 ns1__lda_USCOREbias(struct soap*, char *_sequence, struct ns1__lda_USCOREbiasInputParams *_params, char **_result); | |
2796 | |
2797 SOAP_FMAC5 int SOAP_FMAC6 ns1__scs(struct soap*, char *_sequence, struct ns1__scsInputParams *_params, char **_result); | |
2798 | |
2799 SOAP_FMAC5 int SOAP_FMAC6 ns1__leading_USCOREstrand(struct soap*, char *_sequence, struct ns1__leading_USCOREstrandResponse *_param_10); | |
2800 | |
2801 SOAP_FMAC5 int SOAP_FMAC6 ns1__S_USCOREvalue(struct soap*, char *_sequence, struct ns1__S_USCOREvalueInputParams *_params, char **_result); | |
2802 | |
2803 SOAP_FMAC5 int SOAP_FMAC6 ns1__help(struct soap*, char *_keywords, char **_result); | |
2804 | |
2805 SOAP_FMAC5 int SOAP_FMAC6 ns1__hydropathy(struct soap*, char *_sequence, float *_result); | |
2806 | |
2807 /******************************************************************************\ | |
2808 * * | |
2809 * Server-Side Skeletons to Invoke Service Operations * | |
2810 * * | |
2811 \******************************************************************************/ | |
2812 | |
2813 SOAP_FMAC5 int SOAP_FMAC6 soap_serve(struct soap*); | |
2814 | |
2815 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_request(struct soap*); | |
2816 | |
2817 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__codon_USCOREmva(struct soap*); | |
2818 | |
2819 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__P2(struct soap*); | |
2820 | |
2821 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__w_USCOREvalue(struct soap*); | |
2822 | |
2823 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__splitprintseq(struct soap*); | |
2824 | |
2825 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__median(struct soap*); | |
2826 | |
2827 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__find_USCOREori_USCOREter(struct soap*); | |
2828 | |
2829 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__plasmid_USCOREmap(struct soap*); | |
2830 | |
2831 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__sum(struct soap*); | |
2832 | |
2833 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__nucleotide_USCOREperiodicity(struct soap*); | |
2834 | |
2835 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__variance(struct soap*); | |
2836 | |
2837 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__amino_USCOREinfo(struct soap*); | |
2838 | |
2839 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__circular_USCOREmap(struct soap*); | |
2840 | |
2841 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__togoWS(struct soap*); | |
2842 | |
2843 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__translate(struct soap*); | |
2844 | |
2845 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__phx(struct soap*); | |
2846 | |
2847 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__icdi(struct soap*); | |
2848 | |
2849 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__enc(struct soap*); | |
2850 | |
2851 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__fop(struct soap*); | |
2852 | |
2853 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__bui(struct soap*); | |
2854 | |
2855 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__dist_USCOREin_USCOREcc(struct soap*); | |
2856 | |
2857 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__find_USCOREdnaAbox(struct soap*); | |
2858 | |
2859 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__ttest(struct soap*); | |
2860 | |
2861 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__seq2png(struct soap*); | |
2862 | |
2863 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__amino_USCOREcounter(struct soap*); | |
2864 | |
2865 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__aaui(struct soap*); | |
2866 | |
2867 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__codon_USCOREcompiler(struct soap*); | |
2868 | |
2869 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__over_USCORElapping_USCOREfinder(struct soap*); | |
2870 | |
2871 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__Ew(struct soap*); | |
2872 | |
2873 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__base_USCORErelative_USCOREentropy(struct soap*); | |
2874 | |
2875 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__view_USCOREcds(struct soap*); | |
2876 | |
2877 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__query_USCOREstrand(struct soap*); | |
2878 | |
2879 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__genomicskew(struct soap*); | |
2880 | |
2881 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__filter_USCOREcds_USCOREby_USCOREatg(struct soap*); | |
2882 | |
2883 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__gcsi(struct soap*); | |
2884 | |
2885 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__cai(struct soap*); | |
2886 | |
2887 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__maxdex(struct soap*); | |
2888 | |
2889 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__max(struct soap*); | |
2890 | |
2891 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__query_USCOREarm(struct soap*); | |
2892 | |
2893 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__mindex(struct soap*); | |
2894 | |
2895 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__consensus_USCOREz(struct soap*); | |
2896 | |
2897 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__genome_USCOREmap(struct soap*); | |
2898 | |
2899 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__longest_USCOREORF(struct soap*); | |
2900 | |
2901 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__rep_USCOREori_USCOREter(struct soap*); | |
2902 | |
2903 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__calc_USCOREpI(struct soap*); | |
2904 | |
2905 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__DoubleHelix(struct soap*); | |
2906 | |
2907 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__base_USCOREentropy(struct soap*); | |
2908 | |
2909 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__to_USCOREfasta(struct soap*); | |
2910 | |
2911 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__find_USCOREdif(struct soap*); | |
2912 | |
2913 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__cbi(struct soap*); | |
2914 | |
2915 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__genes_USCOREfrom_USCOREori(struct soap*); | |
2916 | |
2917 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__geneskew(struct soap*); | |
2918 | |
2919 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__standard_USCOREdeviation(struct soap*); | |
2920 | |
2921 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__cor(struct soap*); | |
2922 | |
2923 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__cumulative(struct soap*); | |
2924 | |
2925 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__delta_USCOREenc(struct soap*); | |
2926 | |
2927 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__delta_USCOREgcskew(struct soap*); | |
2928 | |
2929 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__molecular_USCOREweight(struct soap*); | |
2930 | |
2931 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__gcskew(struct soap*); | |
2932 | |
2933 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__genome_USCOREmap3(struct soap*); | |
2934 | |
2935 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__seqinfo(struct soap*); | |
2936 | |
2937 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__signature(struct soap*); | |
2938 | |
2939 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__base_USCOREinformation_USCOREcontent(struct soap*); | |
2940 | |
2941 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__dnawalk(struct soap*); | |
2942 | |
2943 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__find_USCOREter(struct soap*); | |
2944 | |
2945 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__shuffleseq(struct soap*); | |
2946 | |
2947 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__oligomer_USCOREsearch(struct soap*); | |
2948 | |
2949 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__find_USCOREpattern(struct soap*); | |
2950 | |
2951 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__gcwin(struct soap*); | |
2952 | |
2953 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__oligomer_USCOREcounter(struct soap*); | |
2954 | |
2955 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__codon_USCOREusage(struct soap*); | |
2956 | |
2957 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__min(struct soap*); | |
2958 | |
2959 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__find_USCOREiteron(struct soap*); | |
2960 | |
2961 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__complement(struct soap*); | |
2962 | |
2963 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__mean(struct soap*); | |
2964 | |
2965 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__codon_USCOREcounter(struct soap*); | |
2966 | |
2967 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__entrez(struct soap*); | |
2968 | |
2969 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__palindrome(struct soap*); | |
2970 | |
2971 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__least_USCOREsquares_USCOREfit(struct soap*); | |
2972 | |
2973 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__dinuc(struct soap*); | |
2974 | |
2975 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__cgr(struct soap*); | |
2976 | |
2977 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__B1(struct soap*); | |
2978 | |
2979 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__B2(struct soap*); | |
2980 | |
2981 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__base_USCOREcounter(struct soap*); | |
2982 | |
2983 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__base_USCOREz_USCOREvalue(struct soap*); | |
2984 | |
2985 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__kmer_USCOREtable(struct soap*); | |
2986 | |
2987 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__lda_USCOREbias(struct soap*); | |
2988 | |
2989 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__scs(struct soap*); | |
2990 | |
2991 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__leading_USCOREstrand(struct soap*); | |
2992 | |
2993 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__S_USCOREvalue(struct soap*); | |
2994 | |
2995 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__help(struct soap*); | |
2996 | |
2997 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__hydropathy(struct soap*); | |
2998 | |
2999 /******************************************************************************\ | |
3000 * * | |
3001 * Client-Side Call Stubs * | |
3002 * * | |
3003 \******************************************************************************/ | |
3004 | |
3005 | |
3006 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__codon_USCOREmva(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__codon_USCOREmvaInputParams *_params, char **_result); | |
3007 | |
3008 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__P2(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__P2InputParams *_params, char **_result); | |
3009 | |
3010 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__w_USCOREvalue(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__w_USCOREvalueInputParams *_params, char **_result); | |
3011 | |
3012 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__splitprintseq(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, char **_result); | |
3013 | |
3014 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__median(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct arrayIn *_array, char **_result); | |
3015 | |
3016 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__find_USCOREori_USCOREter(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__find_USCOREori_USCOREterInputParams *_params, char **_result); | |
3017 | |
3018 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__plasmid_USCOREmap(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__plasmid_USCOREmapInputParams *_params, char **_result); | |
3019 | |
3020 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__sum(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct arrayIn *_array, char **_result); | |
3021 | |
3022 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__nucleotide_USCOREperiodicity(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__nucleotide_USCOREperiodicityInputParams *_params, char **_result); | |
3023 | |
3024 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__variance(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct arrayIn *_array, char **_result); | |
3025 | |
3026 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__amino_USCOREinfo(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, char **_result); | |
3027 | |
3028 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__circular_USCOREmap(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__circular_USCOREmapInputParams *_params, char **_result); | |
3029 | |
3030 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__togoWS(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_query, struct ns1__togoWSInputParams *_params, char **_result); | |
3031 | |
3032 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__translate(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, char **_result); | |
3033 | |
3034 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__phx(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__phxInputParams *_params, char **_result); | |
3035 | |
3036 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__icdi(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__icdiInputParams *_params, char **_result); | |
3037 | |
3038 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__enc(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__encInputParams *_params, char **_result); | |
3039 | |
3040 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__fop(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__fopInputParams *_params, char **_result); | |
3041 | |
3042 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__bui(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__buiInputParams *_params, char **_result); | |
3043 | |
3044 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__dist_USCOREin_USCOREcc(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, int _position1, int _position2, char **_result); | |
3045 | |
3046 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__find_USCOREdnaAbox(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__find_USCOREdnaAboxInputParams *_params, char **_result); | |
3047 | |
3048 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__ttest(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct arrayIn *_array1, struct arrayIn *_array2, struct ns1__ttestInputParams *_params, struct ns1__ttestResponse *_param_1); | |
3049 | |
3050 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__seq2png(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__seq2pngInputParams *_params, char **_result); | |
3051 | |
3052 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__amino_USCOREcounter(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__amino_USCOREcounterInputParams *_params, char **_result); | |
3053 | |
3054 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__aaui(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__aauiInputParams *_params, char **_result); | |
3055 | |
3056 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__codon_USCOREcompiler(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__codon_USCOREcompilerInputParams *_params, char **_result); | |
3057 | |
3058 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__over_USCORElapping_USCOREfinder(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__over_USCORElapping_USCOREfinderInputParams *_params, char **_result); | |
3059 | |
3060 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__Ew(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__EwInputParams *_params, char **_result); | |
3061 | |
3062 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__base_USCORErelative_USCOREentropy(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__base_USCORErelative_USCOREentropyInputParams *_params, char **_result); | |
3063 | |
3064 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__view_USCOREcds(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__view_USCOREcdsInputParams *_params, char **_result); | |
3065 | |
3066 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__query_USCOREstrand(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, int _position, struct ns1__query_USCOREstrandInputParams *_params, char **_result); | |
3067 | |
3068 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__genomicskew(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__genomicskewInputParams *_params, char **_result); | |
3069 | |
3070 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__filter_USCOREcds_USCOREby_USCOREatg(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__filter_USCOREcds_USCOREby_USCOREatgInputParams *_params, struct ns1__filter_USCOREcds_USCOREby_USCOREatgResponse *_param_2); | |
3071 | |
3072 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__gcsi(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__gcsiInputParams *_params, char **_result); | |
3073 | |
3074 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__cai(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__caiInputParams *_params, char **_result); | |
3075 | |
3076 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__maxdex(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct arrayIn *_array, char **_result); | |
3077 | |
3078 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__max(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct arrayIn *_array, char **_result); | |
3079 | |
3080 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__query_USCOREarm(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, int _position, char **_result); | |
3081 | |
3082 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__mindex(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct arrayIn *_array, char **_result); | |
3083 | |
3084 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__consensus_USCOREz(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct arrayIn *_array_USCOREseq, struct ns1__consensus_USCOREzInputParams *_params, char **_result); | |
3085 | |
3086 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__genome_USCOREmap(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__genome_USCOREmapInputParams *_params, char **_result); | |
3087 | |
3088 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__longest_USCOREORF(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, char **_result); | |
3089 | |
3090 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__rep_USCOREori_USCOREter(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__rep_USCOREori_USCOREterInputParams *_params, char **_result); | |
3091 | |
3092 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__calc_USCOREpI(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, char **_result); | |
3093 | |
3094 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__DoubleHelix(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__DoubleHelixInputParams *_params, char **_result); | |
3095 | |
3096 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__base_USCOREentropy(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__base_USCOREentropyInputParams *_params, char **_result); | |
3097 | |
3098 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__to_USCOREfasta(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__to_USCOREfastaInputParams *_params, char **_result); | |
3099 | |
3100 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__find_USCOREdif(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__find_USCOREdifInputParams *_params, struct ns1__find_USCOREdifResponse *_param_3); | |
3101 | |
3102 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__cbi(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__cbiInputParams *_params, char **_result); | |
3103 | |
3104 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__genes_USCOREfrom_USCOREori(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, char *_direction, struct ns1__genes_USCOREfrom_USCOREoriInputParams *_params, struct ns1__genes_USCOREfrom_USCOREoriResponse *_param_4); | |
3105 | |
3106 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__geneskew(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__geneskewInputParams *_params, char **_result); | |
3107 | |
3108 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__standard_USCOREdeviation(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct arrayIn *_array, char **_result); | |
3109 | |
3110 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__cor(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct arrayIn *_array1, struct arrayIn *_array2, struct ns1__corInputParams *_params, struct ns1__corResponse *_param_5); | |
3111 | |
3112 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__cumulative(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct arrayIn *_array, struct ns1__cumulativeResponse *_param_6); | |
3113 | |
3114 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__delta_USCOREenc(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, char **_result); | |
3115 | |
3116 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__delta_USCOREgcskew(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__delta_USCOREgcskewInputParams *_params, char **_result); | |
3117 | |
3118 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__molecular_USCOREweight(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__molecular_USCOREweightInputParams *_params, char **_result); | |
3119 | |
3120 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__gcskew(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__gcskewInputParams *_params, char **_result); | |
3121 | |
3122 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__genome_USCOREmap3(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__genome_USCOREmap3InputParams *_params, char **_result); | |
3123 | |
3124 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__seqinfo(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, char **_result); | |
3125 | |
3126 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__signature(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__signatureInputParams *_params, char **_result); | |
3127 | |
3128 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__base_USCOREinformation_USCOREcontent(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__base_USCOREinformation_USCOREcontentInputParams *_params, char **_result); | |
3129 | |
3130 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__dnawalk(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__dnawalkInputParams *_params, char **_result); | |
3131 | |
3132 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__find_USCOREter(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__find_USCOREterInputParams *_params, struct ns1__find_USCOREterResponse *_param_7); | |
3133 | |
3134 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__shuffleseq(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__shuffleseqInputParams *_params, char **_result); | |
3135 | |
3136 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__oligomer_USCOREsearch(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, char *_oligomer, struct ns1__oligomer_USCOREsearchInputParams *_params, struct ns1__oligomer_USCOREsearchResponse *_param_8); | |
3137 | |
3138 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__find_USCOREpattern(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, char *_pattern, struct ns1__find_USCOREpatternInputParams *_params, char **_result); | |
3139 | |
3140 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__gcwin(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__gcwinInputParams *_params, char **_result); | |
3141 | |
3142 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__oligomer_USCOREcounter(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, char *_oligomer, struct ns1__oligomer_USCOREcounterInputParams *_params, char **_result); | |
3143 | |
3144 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__codon_USCOREusage(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__codon_USCOREusageInputParams *_params, char **_result); | |
3145 | |
3146 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__min(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct arrayIn *_array, char **_result); | |
3147 | |
3148 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__find_USCOREiteron(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__find_USCOREiteronInputParams *_params, char **_result); | |
3149 | |
3150 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__complement(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, char **_result); | |
3151 | |
3152 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__mean(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct arrayIn *_array, char **_result); | |
3153 | |
3154 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__codon_USCOREcounter(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__codon_USCOREcounterInputParams *_params, char **_result); | |
3155 | |
3156 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__entrez(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_database, char *_query, char **_result); | |
3157 | |
3158 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__palindrome(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__palindromeInputParams *_params, char **_result); | |
3159 | |
3160 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__least_USCOREsquares_USCOREfit(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct arrayIn *_array, struct ns1__least_USCOREsquares_USCOREfitResponse *_param_9); | |
3161 | |
3162 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__dinuc(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__dinucInputParams *_params, char **_result); | |
3163 | |
3164 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__cgr(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__cgrInputParams *_params, char **_result); | |
3165 | |
3166 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__B1(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__B1InputParams *_params, char **_result); | |
3167 | |
3168 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__B2(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, char **_result); | |
3169 | |
3170 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__base_USCOREcounter(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__base_USCOREcounterInputParams *_params, char **_result); | |
3171 | |
3172 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__base_USCOREz_USCOREvalue(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__base_USCOREz_USCOREvalueInputParams *_params, char **_result); | |
3173 | |
3174 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__kmer_USCOREtable(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__kmer_USCOREtableInputParams *_params, char **_result); | |
3175 | |
3176 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__lda_USCOREbias(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__lda_USCOREbiasInputParams *_params, char **_result); | |
3177 | |
3178 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__scs(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__scsInputParams *_params, char **_result); | |
3179 | |
3180 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__leading_USCOREstrand(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__leading_USCOREstrandResponse *_param_10); | |
3181 | |
3182 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__S_USCOREvalue(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, struct ns1__S_USCOREvalueInputParams *_params, char **_result); | |
3183 | |
3184 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__help(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_keywords, char **_result); | |
3185 | |
3186 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__hydropathy(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_sequence, float *_result); | |
3187 | |
3188 #ifdef __cplusplus | |
3189 } | |
3190 #endif | |
3191 | |
3192 #endif | |
3193 | |
3194 /* End of soapStub.h */ |