36 soap_imode(
this, imode);
37 soap_omode(
this, omode);
39 static const struct Namespace namespaces[] = {
40 {
"SOAP-ENV",
"http://schemas.xmlsoap.org/soap/envelope/",
"http://www.w3.org/*/soap-envelope",
nullptr},
41 {
"SOAP-ENC",
"http://schemas.xmlsoap.org/soap/encoding/",
"http://www.w3.org/*/soap-encoding",
nullptr},
42 {
"xsi",
"http://www.w3.org/2001/XMLSchema-instance",
"http://www.w3.org/*/XMLSchema-instance",
nullptr},
43 {
"xsd",
"http://www.w3.org/2001/XMLSchema",
"http://www.w3.org/*/XMLSchema",
nullptr},
44 {
"ns1",
"http://icatproject.org",
nullptr,
nullptr},
45 {
nullptr,
nullptr,
nullptr,
nullptr}};
46 soap_set_namespaces(
this, namespaces);
87 struct soap *soap =
this;
92 soap_endpoint =
"https://icatisis.esc.rl.ac.uk:443/ICATService/ICAT";
93 if (soap_action ==
nullptr)
94 soap_action =
"http://icatproject.org/ICAT/loginRequest";
95 soap->encodingStyle =
nullptr;
100 if (soap_begin_count(soap))
102 if (soap->mode & SOAP_IO_LENGTH) {
103 if (soap_envelope_begin_out(soap) ||
soap_putheader(soap) || soap_body_begin_out(soap) ||
104 soap_put___ns1__login(soap, &soap_tmp___ns1__login,
"-ns1:login",
nullptr) || soap_body_end_out(soap) ||
105 soap_envelope_end_out(soap))
108 if (soap_end_count(soap))
110 if (soap_connect(soap, soap_url(soap,
soap_endpoint,
nullptr), soap_action) || soap_envelope_begin_out(soap) ||
112 soap_put___ns1__login(soap, &soap_tmp___ns1__login,
"-ns1:login",
nullptr) || soap_body_end_out(soap) ||
113 soap_envelope_end_out(soap) || soap_end_send(soap))
114 return soap_closesock(soap);
115 if (!ns1__loginResponse_)
116 return soap_closesock(soap);
118 if (soap_begin_recv(soap) || soap_envelope_begin_in(soap) || soap_recv_header(soap) || soap_body_begin_in(soap))
119 return soap_closesock(soap);
120 ns1__loginResponse_->
soap_get(soap,
"ns1:loginResponse",
"ns1:loginResponse");
122 return soap_recv_fault(soap, 0);
123 if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap))
124 return soap_closesock(soap);
125 return soap_closesock(soap);
131 struct soap *soap =
this;
136 soap_endpoint =
"https://icatisis.esc.rl.ac.uk:443/ICATService/ICAT";
137 if (soap_action ==
nullptr)
138 soap_action =
"http://icatproject.org/ICAT/getUserNameRequest";
139 soap->encodingStyle =
nullptr;
144 if (soap_begin_count(soap))
146 if (soap->mode & SOAP_IO_LENGTH) {
147 if (soap_envelope_begin_out(soap) ||
soap_putheader(soap) || soap_body_begin_out(soap) ||
149 soap_body_end_out(soap) || soap_envelope_end_out(soap))
152 if (soap_end_count(soap))
154 if (soap_connect(soap, soap_url(soap,
soap_endpoint,
nullptr), soap_action) || soap_envelope_begin_out(soap) ||
157 soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap))
158 return soap_closesock(soap);
159 if (!ns1__getUserNameResponse_)
160 return soap_closesock(soap);
162 if (soap_begin_recv(soap) || soap_envelope_begin_in(soap) || soap_recv_header(soap) || soap_body_begin_in(soap))
163 return soap_closesock(soap);
164 ns1__getUserNameResponse_->
soap_get(soap,
"ns1:getUserNameResponse",
"ns1:getUserNameResponse");
166 return soap_recv_fault(soap, 0);
167 if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap))
168 return soap_closesock(soap);
169 return soap_closesock(soap);
174 struct soap *soap =
this;
179 soap_endpoint =
"https://icatisis.esc.rl.ac.uk:443/ICATService/ICAT";
180 if (soap_action ==
nullptr)
181 soap_action =
"http://icatproject.org/ICAT/getRequest";
182 soap->encodingStyle =
nullptr;
183 soap_tmp___ns1__get.
ns1__get_ = ns1__get_;
187 if (soap_begin_count(soap))
189 if (soap->mode & SOAP_IO_LENGTH) {
190 if (soap_envelope_begin_out(soap) ||
soap_putheader(soap) || soap_body_begin_out(soap) ||
191 soap_put___ns1__get(soap, &soap_tmp___ns1__get,
"-ns1:get",
nullptr) || soap_body_end_out(soap) ||
192 soap_envelope_end_out(soap))
195 if (soap_end_count(soap))
197 if (soap_connect(soap, soap_url(soap,
soap_endpoint,
nullptr), soap_action) || soap_envelope_begin_out(soap) ||
199 soap_put___ns1__get(soap, &soap_tmp___ns1__get,
"-ns1:get",
nullptr) || soap_body_end_out(soap) ||
200 soap_envelope_end_out(soap) || soap_end_send(soap))
201 return soap_closesock(soap);
202 if (!ns1__getResponse_)
203 return soap_closesock(soap);
205 if (soap_begin_recv(soap) || soap_envelope_begin_in(soap) || soap_recv_header(soap) || soap_body_begin_in(soap))
206 return soap_closesock(soap);
207 ns1__getResponse_->
soap_get(soap,
"ns1:getResponse",
"ns1:getResponse");
209 return soap_recv_fault(soap, 0);
210 if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap))
211 return soap_closesock(soap);
212 return soap_closesock(soap);
218 struct soap *soap =
this;
223 soap_endpoint =
"https://icatisis.esc.rl.ac.uk:443/ICATService/ICAT";
224 if (soap_action ==
nullptr)
225 soap_action =
"http://icatproject.org/ICAT/getPropertiesRequest";
226 soap->encodingStyle =
nullptr;
231 if (soap_begin_count(soap))
233 if (soap->mode & SOAP_IO_LENGTH) {
234 if (soap_envelope_begin_out(soap) ||
soap_putheader(soap) || soap_body_begin_out(soap) ||
236 soap_body_end_out(soap) || soap_envelope_end_out(soap))
239 if (soap_end_count(soap))
241 if (soap_connect(soap, soap_url(soap,
soap_endpoint,
nullptr), soap_action) || soap_envelope_begin_out(soap) ||
244 soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap))
245 return soap_closesock(soap);
246 if (!ns1__getPropertiesResponse_)
247 return soap_closesock(soap);
249 if (soap_begin_recv(soap) || soap_envelope_begin_in(soap) || soap_recv_header(soap) || soap_body_begin_in(soap))
250 return soap_closesock(soap);
251 ns1__getPropertiesResponse_->
soap_get(soap,
"ns1:getPropertiesResponse",
"ns1:getPropertiesResponse");
253 return soap_recv_fault(soap, 0);
254 if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap))
255 return soap_closesock(soap);
256 return soap_closesock(soap);
261 struct soap *soap =
this;
267 soap_endpoint =
"https://icatisis.esc.rl.ac.uk:443/ICATService/ICAT";
268 if (soap_action ==
nullptr)
269 soap_action =
"http://icatproject.org/ICAT/deleteRequest";
270 soap->encodingStyle =
nullptr;
275 if (soap_begin_count(soap))
277 if (soap->mode & SOAP_IO_LENGTH) {
278 if (soap_envelope_begin_out(soap) ||
soap_putheader(soap) || soap_body_begin_out(soap) ||
279 soap_put___ns1__delete(soap, &soap_tmp___ns1__delete,
"-ns1:delete",
nullptr) || soap_body_end_out(soap) ||
280 soap_envelope_end_out(soap))
283 if (soap_end_count(soap))
285 if (soap_connect(soap, soap_url(soap,
soap_endpoint,
nullptr), soap_action) || soap_envelope_begin_out(soap) ||
287 soap_put___ns1__delete(soap, &soap_tmp___ns1__delete,
"-ns1:delete",
nullptr) || soap_body_end_out(soap) ||
288 soap_envelope_end_out(soap) || soap_end_send(soap))
289 return soap_closesock(soap);
290 if (!ns1__deleteResponse_)
291 return soap_closesock(soap);
293 if (soap_begin_recv(soap) || soap_envelope_begin_in(soap) || soap_recv_header(soap) || soap_body_begin_in(soap))
294 return soap_closesock(soap);
295 soap_tmp___ns1__deleteResponse =
297 if (!soap_tmp___ns1__deleteResponse || soap->error)
298 return soap_recv_fault(soap, 0);
299 if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap))
300 return soap_closesock(soap);
303 return soap_closesock(soap);
308 struct soap *soap =
this;
313 soap_endpoint =
"https://icatisis.esc.rl.ac.uk:443/ICATService/ICAT";
314 if (soap_action ==
nullptr)
315 soap_action =
"http://icatproject.org/ICAT/searchRequest";
316 soap->encodingStyle =
nullptr;
321 if (soap_begin_count(soap))
323 if (soap->mode & SOAP_IO_LENGTH) {
324 if (soap_envelope_begin_out(soap) ||
soap_putheader(soap) || soap_body_begin_out(soap) ||
325 soap_put___ns1__search(soap, &soap_tmp___ns1__search,
"-ns1:search",
nullptr) || soap_body_end_out(soap) ||
326 soap_envelope_end_out(soap))
329 if (soap_end_count(soap))
331 if (soap_connect(soap, soap_url(soap,
soap_endpoint,
nullptr), soap_action) || soap_envelope_begin_out(soap) ||
333 soap_put___ns1__search(soap, &soap_tmp___ns1__search,
"-ns1:search",
nullptr) || soap_body_end_out(soap) ||
334 soap_envelope_end_out(soap) || soap_end_send(soap))
335 return soap_closesock(soap);
336 if (!ns1__searchResponse_)
337 return soap_closesock(soap);
339 if (soap_begin_recv(soap) || soap_envelope_begin_in(soap) || soap_recv_header(soap) || soap_body_begin_in(soap))
340 return soap_closesock(soap);
341 ns1__searchResponse_->
soap_get(soap,
"ns1:searchResponse",
"ns1:searchResponse");
343 return soap_recv_fault(soap, 0);
344 if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap))
345 return soap_closesock(soap);
346 return soap_closesock(soap);
351 struct soap *soap =
this;
356 soap_endpoint =
"https://icatisis.esc.rl.ac.uk:443/ICATService/ICAT";
357 if (soap_action ==
nullptr)
358 soap_action =
"http://icatproject.org/ICAT/createRequest";
359 soap->encodingStyle =
nullptr;
364 if (soap_begin_count(soap))
366 if (soap->mode & SOAP_IO_LENGTH) {
367 if (soap_envelope_begin_out(soap) ||
soap_putheader(soap) || soap_body_begin_out(soap) ||
368 soap_put___ns1__create(soap, &soap_tmp___ns1__create,
"-ns1:create",
nullptr) || soap_body_end_out(soap) ||
369 soap_envelope_end_out(soap))
372 if (soap_end_count(soap))
374 if (soap_connect(soap, soap_url(soap,
soap_endpoint,
nullptr), soap_action) || soap_envelope_begin_out(soap) ||
376 soap_put___ns1__create(soap, &soap_tmp___ns1__create,
"-ns1:create",
nullptr) || soap_body_end_out(soap) ||
377 soap_envelope_end_out(soap) || soap_end_send(soap))
378 return soap_closesock(soap);
379 if (!ns1__createResponse_)
380 return soap_closesock(soap);
382 if (soap_begin_recv(soap) || soap_envelope_begin_in(soap) || soap_recv_header(soap) || soap_body_begin_in(soap))
383 return soap_closesock(soap);
384 ns1__createResponse_->
soap_get(soap,
"ns1:createResponse",
"ns1:createResponse");
386 return soap_recv_fault(soap, 0);
387 if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap))
388 return soap_closesock(soap);
389 return soap_closesock(soap);
394 struct soap *soap =
this;
400 soap_endpoint =
"https://icatisis.esc.rl.ac.uk:443/ICATService/ICAT";
401 if (soap_action ==
nullptr)
402 soap_action =
"http://icatproject.org/ICAT/updateRequest";
403 soap->encodingStyle =
nullptr;
408 if (soap_begin_count(soap))
410 if (soap->mode & SOAP_IO_LENGTH) {
411 if (soap_envelope_begin_out(soap) ||
soap_putheader(soap) || soap_body_begin_out(soap) ||
412 soap_put___ns1__update(soap, &soap_tmp___ns1__update,
"-ns1:update",
nullptr) || soap_body_end_out(soap) ||
413 soap_envelope_end_out(soap))
416 if (soap_end_count(soap))
418 if (soap_connect(soap, soap_url(soap,
soap_endpoint,
nullptr), soap_action) || soap_envelope_begin_out(soap) ||
420 soap_put___ns1__update(soap, &soap_tmp___ns1__update,
"-ns1:update",
nullptr) || soap_body_end_out(soap) ||
421 soap_envelope_end_out(soap) || soap_end_send(soap))
422 return soap_closesock(soap);
423 if (!ns1__updateResponse_)
424 return soap_closesock(soap);
426 if (soap_begin_recv(soap) || soap_envelope_begin_in(soap) || soap_recv_header(soap) || soap_body_begin_in(soap))
427 return soap_closesock(soap);
428 soap_tmp___ns1__updateResponse =
430 if (!soap_tmp___ns1__updateResponse || soap->error)
431 return soap_recv_fault(soap, 0);
432 if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap))
433 return soap_closesock(soap);
436 return soap_closesock(soap);
442 struct soap *soap =
this;
447 soap_endpoint =
"https://icatisis.esc.rl.ac.uk:443/ICATService/ICAT";
448 if (soap_action ==
nullptr)
449 soap_action =
"http://icatproject.org/ICAT/getApiVersionRequest";
450 soap->encodingStyle =
nullptr;
455 if (soap_begin_count(soap))
457 if (soap->mode & SOAP_IO_LENGTH) {
458 if (soap_envelope_begin_out(soap) ||
soap_putheader(soap) || soap_body_begin_out(soap) ||
460 soap_body_end_out(soap) || soap_envelope_end_out(soap))
463 if (soap_end_count(soap))
465 if (soap_connect(soap, soap_url(soap,
soap_endpoint,
nullptr), soap_action) || soap_envelope_begin_out(soap) ||
468 soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap))
469 return soap_closesock(soap);
470 if (!ns1__getApiVersionResponse_)
471 return soap_closesock(soap);
473 if (soap_begin_recv(soap) || soap_envelope_begin_in(soap) || soap_recv_header(soap) || soap_body_begin_in(soap))
474 return soap_closesock(soap);
475 ns1__getApiVersionResponse_->
soap_get(soap,
"ns1:getApiVersionResponse",
"ns1:getApiVersionResponse");
477 return soap_recv_fault(soap, 0);
478 if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap))
479 return soap_closesock(soap);
480 return soap_closesock(soap);
486 struct soap *soap =
this;
491 soap_endpoint =
"https://icatisis.esc.rl.ac.uk:443/ICATService/ICAT";
492 if (soap_action ==
nullptr)
493 soap_action =
"http://icatproject.org/ICAT/getEntityNamesRequest";
494 soap->encodingStyle =
nullptr;
499 if (soap_begin_count(soap))
501 if (soap->mode & SOAP_IO_LENGTH) {
502 if (soap_envelope_begin_out(soap) ||
soap_putheader(soap) || soap_body_begin_out(soap) ||
504 soap_body_end_out(soap) || soap_envelope_end_out(soap))
507 if (soap_end_count(soap))
509 if (soap_connect(soap, soap_url(soap,
soap_endpoint,
nullptr), soap_action) || soap_envelope_begin_out(soap) ||
512 soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap))
513 return soap_closesock(soap);
514 if (!ns1__getEntityNamesResponse_)
515 return soap_closesock(soap);
517 if (soap_begin_recv(soap) || soap_envelope_begin_in(soap) || soap_recv_header(soap) || soap_body_begin_in(soap))
518 return soap_closesock(soap);
519 ns1__getEntityNamesResponse_->
soap_get(soap,
"ns1:getEntityNamesResponse",
"ns1:getEntityNamesResponse");
521 return soap_recv_fault(soap, 0);
522 if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap))
523 return soap_closesock(soap);
524 return soap_closesock(soap);
529 struct soap *soap =
this;
535 soap_endpoint =
"https://icatisis.esc.rl.ac.uk:443/ICATService/ICAT";
536 if (soap_action ==
nullptr)
537 soap_action =
"http://icatproject.org/ICAT/refreshRequest";
538 soap->encodingStyle =
nullptr;
543 if (soap_begin_count(soap))
545 if (soap->mode & SOAP_IO_LENGTH) {
546 if (soap_envelope_begin_out(soap) ||
soap_putheader(soap) || soap_body_begin_out(soap) ||
548 soap_envelope_end_out(soap))
551 if (soap_end_count(soap))
553 if (soap_connect(soap, soap_url(soap,
soap_endpoint,
nullptr), soap_action) || soap_envelope_begin_out(soap) ||
556 soap_envelope_end_out(soap) || soap_end_send(soap))
557 return soap_closesock(soap);
558 if (!ns1__refreshResponse_)
559 return soap_closesock(soap);
561 if (soap_begin_recv(soap) || soap_envelope_begin_in(soap) || soap_recv_header(soap) || soap_body_begin_in(soap))
562 return soap_closesock(soap);
563 soap_tmp___ns1__refreshResponse =
565 if (!soap_tmp___ns1__refreshResponse || soap->error)
566 return soap_recv_fault(soap, 0);
567 if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap))
568 return soap_closesock(soap);
571 return soap_closesock(soap);
576 struct soap *soap =
this;
582 soap_endpoint =
"https://icatisis.esc.rl.ac.uk:443/ICATService/ICAT";
583 if (soap_action ==
nullptr)
584 soap_action =
"http://icatproject.org/ICAT/dummyRequest";
585 soap->encodingStyle =
nullptr;
590 if (soap_begin_count(soap))
592 if (soap->mode & SOAP_IO_LENGTH) {
593 if (soap_envelope_begin_out(soap) ||
soap_putheader(soap) || soap_body_begin_out(soap) ||
594 soap_put___ns1__dummy(soap, &soap_tmp___ns1__dummy,
"-ns1:dummy",
nullptr) || soap_body_end_out(soap) ||
595 soap_envelope_end_out(soap))
598 if (soap_end_count(soap))
600 if (soap_connect(soap, soap_url(soap,
soap_endpoint,
nullptr), soap_action) || soap_envelope_begin_out(soap) ||
602 soap_put___ns1__dummy(soap, &soap_tmp___ns1__dummy,
"-ns1:dummy",
nullptr) || soap_body_end_out(soap) ||
603 soap_envelope_end_out(soap) || soap_end_send(soap))
604 return soap_closesock(soap);
605 if (!ns1__dummyResponse_)
606 return soap_closesock(soap);
608 if (soap_begin_recv(soap) || soap_envelope_begin_in(soap) || soap_recv_header(soap) || soap_body_begin_in(soap))
609 return soap_closesock(soap);
610 soap_tmp___ns1__dummyResponse =
612 if (!soap_tmp___ns1__dummyResponse || soap->error)
613 return soap_recv_fault(soap, 0);
614 if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap))
615 return soap_closesock(soap);
618 return soap_closesock(soap);
623 struct soap *soap =
this;
629 soap_endpoint =
"https://icatisis.esc.rl.ac.uk:443/ICATService/ICAT";
630 if (soap_action ==
nullptr)
631 soap_action =
"http://icatproject.org/ICAT/logoutRequest";
632 soap->encodingStyle =
nullptr;
637 if (soap_begin_count(soap))
639 if (soap->mode & SOAP_IO_LENGTH) {
640 if (soap_envelope_begin_out(soap) ||
soap_putheader(soap) || soap_body_begin_out(soap) ||
641 soap_put___ns1__logout(soap, &soap_tmp___ns1__logout,
"-ns1:logout",
nullptr) || soap_body_end_out(soap) ||
642 soap_envelope_end_out(soap))
645 if (soap_end_count(soap))
647 if (soap_connect(soap, soap_url(soap,
soap_endpoint,
nullptr), soap_action) || soap_envelope_begin_out(soap) ||
649 soap_put___ns1__logout(soap, &soap_tmp___ns1__logout,
"-ns1:logout",
nullptr) || soap_body_end_out(soap) ||
650 soap_envelope_end_out(soap) || soap_end_send(soap))
651 return soap_closesock(soap);
652 if (!ns1__logoutResponse_)
653 return soap_closesock(soap);
655 if (soap_begin_recv(soap) || soap_envelope_begin_in(soap) || soap_recv_header(soap) || soap_body_begin_in(soap))
656 return soap_closesock(soap);
657 soap_tmp___ns1__logoutResponse =
659 if (!soap_tmp___ns1__logoutResponse || soap->error)
660 return soap_recv_fault(soap, 0);
661 if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap))
662 return soap_closesock(soap);
665 return soap_closesock(soap);
671 struct soap *soap =
this;
676 soap_endpoint =
"https://icatisis.esc.rl.ac.uk:443/ICATService/ICAT";
677 if (soap_action ==
nullptr)
678 soap_action =
"http://icatproject.org/ICAT/getRemainingMinutesRequest";
679 soap->encodingStyle =
nullptr;
684 if (soap_begin_count(soap))
686 if (soap->mode & SOAP_IO_LENGTH) {
687 if (soap_envelope_begin_out(soap) ||
soap_putheader(soap) || soap_body_begin_out(soap) ||
690 soap_body_end_out(soap) || soap_envelope_end_out(soap))
693 if (soap_end_count(soap))
695 if (soap_connect(soap, soap_url(soap,
soap_endpoint,
nullptr), soap_action) || soap_envelope_begin_out(soap) ||
699 soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap))
700 return soap_closesock(soap);
701 if (!ns1__getRemainingMinutesResponse_)
702 return soap_closesock(soap);
704 if (soap_begin_recv(soap) || soap_envelope_begin_in(soap) || soap_recv_header(soap) || soap_body_begin_in(soap))
705 return soap_closesock(soap);
706 ns1__getRemainingMinutesResponse_->
soap_get(soap,
"ns1:getRemainingMinutesResponse",
707 "ns1:getRemainingMinutesResponse");
709 return soap_recv_fault(soap, 0);
710 if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap))
711 return soap_closesock(soap);
712 return soap_closesock(soap);
717 struct soap *soap =
this;
722 soap_endpoint =
"https://icatisis.esc.rl.ac.uk:443/ICATService/ICAT";
723 if (soap_action ==
nullptr)
724 soap_action =
"http://icatproject.org/ICAT/searchTextRequest";
725 soap->encodingStyle =
nullptr;
730 if (soap_begin_count(soap))
732 if (soap->mode & SOAP_IO_LENGTH) {
733 if (soap_envelope_begin_out(soap) ||
soap_putheader(soap) || soap_body_begin_out(soap) ||
735 soap_body_end_out(soap) || soap_envelope_end_out(soap))
738 if (soap_end_count(soap))
740 if (soap_connect(soap, soap_url(soap,
soap_endpoint,
nullptr), soap_action) || soap_envelope_begin_out(soap) ||
743 soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap))
744 return soap_closesock(soap);
745 if (!ns1__searchTextResponse_)
746 return soap_closesock(soap);
748 if (soap_begin_recv(soap) || soap_envelope_begin_in(soap) || soap_recv_header(soap) || soap_body_begin_in(soap))
749 return soap_closesock(soap);
750 ns1__searchTextResponse_->
soap_get(soap,
"ns1:searchTextResponse",
"ns1:searchTextResponse");
752 return soap_recv_fault(soap, 0);
753 if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap))
754 return soap_closesock(soap);
755 return soap_closesock(soap);
761 struct soap *soap =
this;
766 soap_endpoint =
"https://icatisis.esc.rl.ac.uk:443/ICATService/ICAT";
767 if (soap_action ==
nullptr)
768 soap_action =
"http://icatproject.org/ICAT/isAccessAllowedRequest";
769 soap->encodingStyle =
nullptr;
774 if (soap_begin_count(soap))
776 if (soap->mode & SOAP_IO_LENGTH) {
777 if (soap_envelope_begin_out(soap) ||
soap_putheader(soap) || soap_body_begin_out(soap) ||
779 soap_body_end_out(soap) || soap_envelope_end_out(soap))
782 if (soap_end_count(soap))
784 if (soap_connect(soap, soap_url(soap,
soap_endpoint,
nullptr), soap_action) || soap_envelope_begin_out(soap) ||
787 soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap))
788 return soap_closesock(soap);
789 if (!ns1__isAccessAllowedResponse_)
790 return soap_closesock(soap);
792 if (soap_begin_recv(soap) || soap_envelope_begin_in(soap) || soap_recv_header(soap) || soap_body_begin_in(soap))
793 return soap_closesock(soap);
794 ns1__isAccessAllowedResponse_->
soap_get(soap,
"ns1:isAccessAllowedResponse",
"ns1:isAccessAllowedResponse");
796 return soap_recv_fault(soap, 0);
797 if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap))
798 return soap_closesock(soap);
799 return soap_closesock(soap);
805 struct soap *soap =
this;
811 soap_endpoint =
"https://icatisis.esc.rl.ac.uk:443/ICATService/ICAT";
812 if (soap_action ==
nullptr)
813 soap_action =
"http://icatproject.org/ICAT/lucenePopulateRequest";
814 soap->encodingStyle =
nullptr;
819 if (soap_begin_count(soap))
821 if (soap->mode & SOAP_IO_LENGTH) {
822 if (soap_envelope_begin_out(soap) ||
soap_putheader(soap) || soap_body_begin_out(soap) ||
824 soap_body_end_out(soap) || soap_envelope_end_out(soap))
827 if (soap_end_count(soap))
829 if (soap_connect(soap, soap_url(soap,
soap_endpoint,
nullptr), soap_action) || soap_envelope_begin_out(soap) ||
832 soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap))
833 return soap_closesock(soap);
834 if (!ns1__lucenePopulateResponse_)
835 return soap_closesock(soap);
837 if (soap_begin_recv(soap) || soap_envelope_begin_in(soap) || soap_recv_header(soap) || soap_body_begin_in(soap))
838 return soap_closesock(soap);
840 soap,
nullptr,
"-ns1:lucenePopulateResponse",
"ns1:lucenePopulateResponse");
841 if (!soap_tmp___ns1__lucenePopulateResponse || soap->error)
842 return soap_recv_fault(soap, 0);
843 if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap))
844 return soap_closesock(soap);
847 return soap_closesock(soap);
853 struct soap *soap =
this;
859 soap_endpoint =
"https://icatisis.esc.rl.ac.uk:443/ICATService/ICAT";
860 if (soap_action ==
nullptr)
861 soap_action =
"http://icatproject.org/ICAT/luceneClearRequest";
862 soap->encodingStyle =
nullptr;
867 if (soap_begin_count(soap))
869 if (soap->mode & SOAP_IO_LENGTH) {
870 if (soap_envelope_begin_out(soap) ||
soap_putheader(soap) || soap_body_begin_out(soap) ||
872 soap_body_end_out(soap) || soap_envelope_end_out(soap))
875 if (soap_end_count(soap))
877 if (soap_connect(soap, soap_url(soap,
soap_endpoint,
nullptr), soap_action) || soap_envelope_begin_out(soap) ||
880 soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap))
881 return soap_closesock(soap);
882 if (!ns1__luceneClearResponse_)
883 return soap_closesock(soap);
885 if (soap_begin_recv(soap) || soap_envelope_begin_in(soap) || soap_recv_header(soap) || soap_body_begin_in(soap))
886 return soap_closesock(soap);
887 soap_tmp___ns1__luceneClearResponse =
889 if (!soap_tmp___ns1__luceneClearResponse || soap->error)
890 return soap_recv_fault(soap, 0);
891 if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap))
892 return soap_closesock(soap);
895 return soap_closesock(soap);
901 struct soap *soap =
this;
907 soap_endpoint =
"https://icatisis.esc.rl.ac.uk:443/ICATService/ICAT";
908 if (soap_action ==
nullptr)
909 soap_action =
"http://icatproject.org/ICAT/luceneCommitRequest";
910 soap->encodingStyle =
nullptr;
915 if (soap_begin_count(soap))
917 if (soap->mode & SOAP_IO_LENGTH) {
918 if (soap_envelope_begin_out(soap) ||
soap_putheader(soap) || soap_body_begin_out(soap) ||
920 soap_body_end_out(soap) || soap_envelope_end_out(soap))
923 if (soap_end_count(soap))
925 if (soap_connect(soap, soap_url(soap,
soap_endpoint,
nullptr), soap_action) || soap_envelope_begin_out(soap) ||
928 soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap))
929 return soap_closesock(soap);
930 if (!ns1__luceneCommitResponse_)
931 return soap_closesock(soap);
933 if (soap_begin_recv(soap) || soap_envelope_begin_in(soap) || soap_recv_header(soap) || soap_body_begin_in(soap))
934 return soap_closesock(soap);
935 soap_tmp___ns1__luceneCommitResponse =
937 if (!soap_tmp___ns1__luceneCommitResponse || soap->error)
938 return soap_recv_fault(soap, 0);
939 if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap))
940 return soap_closesock(soap);
943 return soap_closesock(soap);
949 struct soap *soap =
this;
954 soap_endpoint =
"https://icatisis.esc.rl.ac.uk:443/ICATService/ICAT";
955 if (soap_action ==
nullptr)
956 soap_action =
"http://icatproject.org/ICAT/luceneSearchRequest";
957 soap->encodingStyle =
nullptr;
962 if (soap_begin_count(soap))
964 if (soap->mode & SOAP_IO_LENGTH) {
965 if (soap_envelope_begin_out(soap) ||
soap_putheader(soap) || soap_body_begin_out(soap) ||
967 soap_body_end_out(soap) || soap_envelope_end_out(soap))
970 if (soap_end_count(soap))
972 if (soap_connect(soap, soap_url(soap,
soap_endpoint,
nullptr), soap_action) || soap_envelope_begin_out(soap) ||
975 soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap))
976 return soap_closesock(soap);
977 if (!ns1__luceneSearchResponse_)
978 return soap_closesock(soap);
980 if (soap_begin_recv(soap) || soap_envelope_begin_in(soap) || soap_recv_header(soap) || soap_body_begin_in(soap))
981 return soap_closesock(soap);
982 ns1__luceneSearchResponse_->
soap_get(soap,
"ns1:luceneSearchResponse",
"ns1:luceneSearchResponse");
984 return soap_recv_fault(soap, 0);
985 if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap))
986 return soap_closesock(soap);
987 return soap_closesock(soap);
993 struct soap *soap =
this;
998 soap_endpoint =
"https://icatisis.esc.rl.ac.uk:443/ICATService/ICAT";
999 if (soap_action ==
nullptr)
1000 soap_action =
"http://icatproject.org/ICAT/luceneGetPopulatingRequest";
1001 soap->encodingStyle =
nullptr;
1006 if (soap_begin_count(soap))
1008 if (soap->mode & SOAP_IO_LENGTH) {
1009 if (soap_envelope_begin_out(soap) ||
soap_putheader(soap) || soap_body_begin_out(soap) ||
1012 soap_body_end_out(soap) || soap_envelope_end_out(soap))
1015 if (soap_end_count(soap))
1017 if (soap_connect(soap, soap_url(soap,
soap_endpoint,
nullptr), soap_action) || soap_envelope_begin_out(soap) ||
1021 soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap))
1022 return soap_closesock(soap);
1023 if (!ns1__luceneGetPopulatingResponse_)
1024 return soap_closesock(soap);
1026 if (soap_begin_recv(soap) || soap_envelope_begin_in(soap) || soap_recv_header(soap) || soap_body_begin_in(soap))
1027 return soap_closesock(soap);
1028 ns1__luceneGetPopulatingResponse_->
soap_get(soap,
"ns1:luceneGetPopulatingResponse",
1029 "ns1:luceneGetPopulatingResponse");
1031 return soap_recv_fault(soap, 0);
1032 if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap))
1033 return soap_closesock(soap);
1034 return soap_closesock(soap);
1039 struct soap *soap =
this;
1044 soap_endpoint =
"https://icatisis.esc.rl.ac.uk:443/ICATService/ICAT";
1045 if (soap_action ==
nullptr)
1046 soap_action =
"http://icatproject.org/ICAT/createManyRequest";
1047 soap->encodingStyle =
nullptr;
1052 if (soap_begin_count(soap))
1054 if (soap->mode & SOAP_IO_LENGTH) {
1055 if (soap_envelope_begin_out(soap) ||
soap_putheader(soap) || soap_body_begin_out(soap) ||
1057 soap_body_end_out(soap) || soap_envelope_end_out(soap))
1060 if (soap_end_count(soap))
1062 if (soap_connect(soap, soap_url(soap,
soap_endpoint,
nullptr), soap_action) || soap_envelope_begin_out(soap) ||
1065 soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap))
1066 return soap_closesock(soap);
1067 if (!ns1__createManyResponse_)
1068 return soap_closesock(soap);
1070 if (soap_begin_recv(soap) || soap_envelope_begin_in(soap) || soap_recv_header(soap) || soap_body_begin_in(soap))
1071 return soap_closesock(soap);
1072 ns1__createManyResponse_->
soap_get(soap,
"ns1:createManyResponse",
"ns1:createManyResponse");
1074 return soap_recv_fault(soap, 0);
1075 if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap))
1076 return soap_closesock(soap);
1077 return soap_closesock(soap);
1082 struct soap *soap =
this;
1088 soap_endpoint =
"https://icatisis.esc.rl.ac.uk:443/ICATService/ICAT";
1089 if (soap_action ==
nullptr)
1090 soap_action =
"http://icatproject.org/ICAT/deleteManyRequest";
1091 soap->encodingStyle =
nullptr;
1096 if (soap_begin_count(soap))
1098 if (soap->mode & SOAP_IO_LENGTH) {
1099 if (soap_envelope_begin_out(soap) ||
soap_putheader(soap) || soap_body_begin_out(soap) ||
1101 soap_body_end_out(soap) || soap_envelope_end_out(soap))
1104 if (soap_end_count(soap))
1106 if (soap_connect(soap, soap_url(soap,
soap_endpoint,
nullptr), soap_action) || soap_envelope_begin_out(soap) ||
1109 soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap))
1110 return soap_closesock(soap);
1111 if (!ns1__deleteManyResponse_)
1112 return soap_closesock(soap);
1114 if (soap_begin_recv(soap) || soap_envelope_begin_in(soap) || soap_recv_header(soap) || soap_body_begin_in(soap))
1115 return soap_closesock(soap);
1116 soap_tmp___ns1__deleteManyResponse =
1118 if (!soap_tmp___ns1__deleteManyResponse || soap->error)
1119 return soap_recv_fault(soap, 0);
1120 if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap))
1121 return soap_closesock(soap);
1124 return soap_closesock(soap);
1130 struct soap *soap =
this;
1135 soap_endpoint =
"https://icatisis.esc.rl.ac.uk:443/ICATService/ICAT";
1136 if (soap_action ==
nullptr)
1137 soap_action =
"http://icatproject.org/ICAT/getEntityInfoRequest";
1138 soap->encodingStyle =
nullptr;
1143 if (soap_begin_count(soap))
1145 if (soap->mode & SOAP_IO_LENGTH) {
1146 if (soap_envelope_begin_out(soap) ||
soap_putheader(soap) || soap_body_begin_out(soap) ||
1148 soap_body_end_out(soap) || soap_envelope_end_out(soap))
1151 if (soap_end_count(soap))
1153 if (soap_connect(soap, soap_url(soap,
soap_endpoint,
nullptr), soap_action) || soap_envelope_begin_out(soap) ||
1156 soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap))
1157 return soap_closesock(soap);
1158 if (!ns1__getEntityInfoResponse_)
1159 return soap_closesock(soap);
1161 if (soap_begin_recv(soap) || soap_envelope_begin_in(soap) || soap_recv_header(soap) || soap_body_begin_in(soap))
1162 return soap_closesock(soap);
1163 ns1__getEntityInfoResponse_->
soap_get(soap,
"ns1:getEntityInfoResponse",
"ns1:getEntityInfoResponse");
1165 return soap_recv_fault(soap, 0);
1166 if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap))
1167 return soap_closesock(soap);
1168 return soap_closesock(soap);
virtual int dummy(ns1__dummy *ns1__dummy_, ns1__dummyResponse *ns1__dummyResponse_)
Web service operation 'dummy' (returns error code or SOAP_OK)
virtual int deleteMany(ns1__deleteMany *ns1__deleteMany_, ns1__deleteManyResponse *ns1__deleteManyResponse_)
Web service operation 'deleteMany' (returns error code or SOAP_OK)
virtual int isAccessAllowed(ns1__isAccessAllowed *ns1__isAccessAllowed_, ns1__isAccessAllowedResponse *ns1__isAccessAllowedResponse_)
Web service operation 'isAccessAllowed' (returns error code or SOAP_OK)
virtual int luceneSearch(ns1__luceneSearch *ns1__luceneSearch_, ns1__luceneSearchResponse *ns1__luceneSearchResponse_)
Web service operation 'luceneSearch' (returns error code or SOAP_OK)
ICATPortBindingProxy()
Constructor.
virtual int luceneGetPopulating(ns1__luceneGetPopulating *ns1__luceneGetPopulating_, ns1__luceneGetPopulatingResponse *ns1__luceneGetPopulatingResponse_)
Web service operation 'luceneGetPopulating' (returns error code or SOAP_OK)
virtual int refresh(ns1__refresh *ns1__refresh_, ns1__refreshResponse *ns1__refreshResponse_)
Web service operation 'refresh' (returns error code or SOAP_OK)
virtual const SOAP_ENV__Fault * soap_fault()
Get SOAP Fault structure (NULL when absent)
virtual int getEntityInfo(ns1__getEntityInfo *ns1__getEntityInfo_, ns1__getEntityInfoResponse *ns1__getEntityInfoResponse_)
Web service operation 'getEntityInfo' (returns error code or SOAP_OK)
virtual void soap_noheader()
Disables and removes SOAP Header from message.
virtual int luceneClear(ns1__luceneClear *ns1__luceneClear_, ns1__luceneClearResponse *ns1__luceneClearResponse_)
Web service operation 'luceneClear' (returns error code or SOAP_OK)
virtual int getProperties(ns1__getProperties *ns1__getProperties_, ns1__getPropertiesResponse *ns1__getPropertiesResponse_)
Web service operation 'getProperties' (returns error code or SOAP_OK)
virtual const SOAP_ENV__Header * soap_header()
Get SOAP Header structure (NULL when absent)
virtual char * soap_sprint_fault(char *buf, size_t len)
Put fault into buffer.
virtual int getUserName(ns1__getUserName *ns1__getUserName_, ns1__getUserNameResponse *ns1__getUserNameResponse_)
Web service operation 'getUserName' (returns error code or SOAP_OK)
virtual int delete_(ns1__delete *ns1__delete_, ns1__deleteResponse *ns1__deleteResponse_)
Web service operation 'delete' (returns error code or SOAP_OK)
virtual void soap_print_fault(FILE *)
Print fault.
virtual const char * soap_fault_string()
Get SOAP Fault string (NULL when absent)
virtual const char * soap_fault_detail()
Get SOAP Fault detail as string (NULL when absent)
virtual int update(ns1__update *ns1__update_, ns1__updateResponse *ns1__updateResponse_)
Web service operation 'update' (returns error code or SOAP_OK)
const char * soap_endpoint
Endpoint URL of service 'ICATPortBindingProxy' (change as needed)
virtual int soap_force_close_socket()
Force close connection (can kill a thread blocked on IO)
virtual int logout(ns1__logout *ns1__logout_, ns1__logoutResponse *ns1__logoutResponse_)
Web service operation 'logout' (returns error code or SOAP_OK)
virtual int getApiVersion(ns1__getApiVersion *ns1__getApiVersion_, ns1__getApiVersionResponse *ns1__getApiVersionResponse_)
Web service operation 'getApiVersion' (returns error code or SOAP_OK)
virtual int create(ns1__create *ns1__create_, ns1__createResponse *ns1__createResponse_)
Web service operation 'create' (returns error code or SOAP_OK)
virtual void soap_stream_fault(std::ostream &)
Print fault to stream.
virtual int createMany(ns1__createMany *ns1__createMany_, ns1__createManyResponse *ns1__createManyResponse_)
Web service operation 'createMany' (returns error code or SOAP_OK)
virtual void destroy()
Delete all deserialized data (with soap_destroy and soap_end)
virtual int searchText(ns1__searchText *ns1__searchText_, ns1__searchTextResponse *ns1__searchTextResponse_)
Web service operation 'searchText' (returns error code or SOAP_OK)
virtual void ICATPortBindingProxy_init(soap_mode imode, soap_mode omode)
Initializer used by constructors.
virtual int get(ns1__get *ns1__get_, ns1__getResponse *ns1__getResponse_)
Web service operation 'get' (returns error code or SOAP_OK)
virtual int getEntityNames(ns1__getEntityNames *ns1__getEntityNames_, ns1__getEntityNamesResponse *ns1__getEntityNamesResponse_)
Web service operation 'getEntityNames' (returns error code or SOAP_OK)
virtual int luceneCommit(ns1__luceneCommit *ns1__luceneCommit_, ns1__luceneCommitResponse *ns1__luceneCommitResponse_)
Web service operation 'luceneCommit' (returns error code or SOAP_OK)
virtual void reset()
Delete all deserialized data and reset to default.
virtual int soap_close_socket()
Close connection (normally automatic, except for send_X ops)
virtual int getRemainingMinutes(ns1__getRemainingMinutes *ns1__getRemainingMinutes_, ns1__getRemainingMinutesResponse *ns1__getRemainingMinutesResponse_)
Web service operation 'getRemainingMinutes' (returns error code or SOAP_OK)
virtual int search(ns1__search *ns1__search_, ns1__searchResponse *ns1__searchResponse_)
Web service operation 'search' (returns error code or SOAP_OK)
virtual int lucenePopulate(ns1__lucenePopulate *ns1__lucenePopulate_, ns1__lucenePopulateResponse *ns1__lucenePopulateResponse_)
Web service operation 'lucenePopulate' (returns error code or SOAP_OK)
virtual int login(ns1__login *ns1__login_, ns1__loginResponse *ns1__loginResponse_)
Web service operation 'login' (returns error code or SOAP_OK)
void soap_default(struct soap *) override
void * soap_get(struct soap *, const char *, const char *) override
void soap_default(struct soap *) override
void * soap_get(struct soap *, const char *, const char *) override
void soap_default(struct soap *) override
void soap_default(struct soap *) override
void soap_default(struct soap *) override
void soap_default(struct soap *) override
void * soap_get(struct soap *, const char *, const char *) override
void soap_default(struct soap *) override
void * soap_get(struct soap *, const char *, const char *) override
void soap_default(struct soap *) override
void * soap_get(struct soap *, const char *, const char *) override
void * soap_get(struct soap *, const char *, const char *) override
void soap_default(struct soap *) override
void soap_default(struct soap *) override
void * soap_get(struct soap *, const char *, const char *) override
void soap_default(struct soap *) override
void * soap_get(struct soap *, const char *, const char *) override
void * soap_get(struct soap *, const char *, const char *) override
void soap_default(struct soap *) override
void soap_default(struct soap *) override
void * soap_get(struct soap *, const char *, const char *) override
void soap_default(struct soap *) override
void * soap_get(struct soap *, const char *, const char *) override
void soap_default(struct soap *) override
void soap_default(struct soap *) override
void soap_default(struct soap *) override
void soap_default(struct soap *) override
void * soap_get(struct soap *, const char *, const char *) override
void soap_default(struct soap *) override
void soap_default(struct soap *) override
void * soap_get(struct soap *, const char *, const char *) override
void soap_default(struct soap *) override
void soap_default(struct soap *) override
void * soap_get(struct soap *, const char *, const char *) override
void soap_default(struct soap *) override
void * soap_get(struct soap *, const char *, const char *) override
void soap_default(struct soap *) override
SOAP_FMAC3 int SOAP_FMAC4 soap_put___ns1__dummy(struct soap *, const struct __ns1__dummy *, const char *, const char *)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___ns1__logout(struct soap *, const struct __ns1__logout *)
SOAP_FMAC3 struct __ns1__refreshResponse *SOAP_FMAC4 soap_get___ns1__refreshResponse(struct soap *, struct __ns1__refreshResponse *, const char *, const char *)
SOAP_FMAC3 int SOAP_FMAC4 soap_put___ns1__getProperties(struct soap *, const struct __ns1__getProperties *, const char *, const char *)
SOAP_FMAC3 int SOAP_FMAC4 soap_put___ns1__login(struct soap *, const struct __ns1__login *, const char *, const char *)
SOAP_FMAC3 const char **SOAP_FMAC4 soap_faultstring(struct soap *soap)
SOAP_FMAC3 struct __ns1__dummyResponse *SOAP_FMAC4 soap_get___ns1__dummyResponse(struct soap *, struct __ns1__dummyResponse *, const char *, const char *)
SOAP_FMAC3 struct __ns1__updateResponse *SOAP_FMAC4 soap_get___ns1__updateResponse(struct soap *, struct __ns1__updateResponse *, const char *, const char *)
SOAP_FMAC3 int SOAP_FMAC4 soap_put___ns1__get(struct soap *, const struct __ns1__get *, const char *, const char *)
SOAP_FMAC3 struct __ns1__luceneClearResponse *SOAP_FMAC4 soap_get___ns1__luceneClearResponse(struct soap *, struct __ns1__luceneClearResponse *, const char *, const char *)
SOAP_FMAC3 int SOAP_FMAC4 soap_put___ns1__isAccessAllowed(struct soap *, const struct __ns1__isAccessAllowed *, const char *, const char *)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___ns1__luceneClear(struct soap *, const struct __ns1__luceneClear *)
SOAP_FMAC3 int SOAP_FMAC4 soap_put___ns1__delete(struct soap *, const struct __ns1__delete *, const char *, const char *)
SOAP_FMAC3 int SOAP_FMAC4 soap_put___ns1__getEntityNames(struct soap *, const struct __ns1__getEntityNames *, const char *, const char *)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___ns1__dummy(struct soap *, const struct __ns1__dummy *)
SOAP_FMAC3 int SOAP_FMAC4 soap_put___ns1__search(struct soap *, const struct __ns1__search *, const char *, const char *)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___ns1__refresh(struct soap *, const struct __ns1__refresh *)
SOAP_FMAC3 int SOAP_FMAC4 soap_put___ns1__searchText(struct soap *, const struct __ns1__searchText *, const char *, const char *)
SOAP_FMAC3 int SOAP_FMAC4 soap_putheader(struct soap *soap)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___ns1__search(struct soap *, const struct __ns1__search *)
SOAP_FMAC3 struct __ns1__luceneCommitResponse *SOAP_FMAC4 soap_get___ns1__luceneCommitResponse(struct soap *, struct __ns1__luceneCommitResponse *, const char *, const char *)
SOAP_FMAC3 int SOAP_FMAC4 soap_put___ns1__luceneSearch(struct soap *, const struct __ns1__luceneSearch *, const char *, const char *)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___ns1__luceneCommit(struct soap *, const struct __ns1__luceneCommit *)
SOAP_FMAC3 int SOAP_FMAC4 soap_put___ns1__getApiVersion(struct soap *, const struct __ns1__getApiVersion *, const char *, const char *)
SOAP_FMAC3 int SOAP_FMAC4 soap_put___ns1__luceneCommit(struct soap *, const struct __ns1__luceneCommit *, const char *, const char *)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___ns1__luceneGetPopulating(struct soap *, const struct __ns1__luceneGetPopulating *)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___ns1__deleteMany(struct soap *, const struct __ns1__deleteMany *)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___ns1__getRemainingMinutes(struct soap *, const struct __ns1__getRemainingMinutes *)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___ns1__getUserName(struct soap *, const struct __ns1__getUserName *)
SOAP_FMAC3 struct __ns1__deleteManyResponse *SOAP_FMAC4 soap_get___ns1__deleteManyResponse(struct soap *, struct __ns1__deleteManyResponse *, const char *, const char *)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___ns1__get(struct soap *, const struct __ns1__get *)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___ns1__getApiVersion(struct soap *, const struct __ns1__getApiVersion *)
SOAP_FMAC3 struct __ns1__lucenePopulateResponse *SOAP_FMAC4 soap_get___ns1__lucenePopulateResponse(struct soap *, struct __ns1__lucenePopulateResponse *, const char *, const char *)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___ns1__lucenePopulate(struct soap *, const struct __ns1__lucenePopulate *)
SOAP_FMAC3 int SOAP_FMAC4 soap_put___ns1__deleteMany(struct soap *, const struct __ns1__deleteMany *, const char *, const char *)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___ns1__update(struct soap *, const struct __ns1__update *)
SOAP_FMAC3 struct __ns1__logoutResponse *SOAP_FMAC4 soap_get___ns1__logoutResponse(struct soap *, struct __ns1__logoutResponse *, const char *, const char *)
SOAP_FMAC3 int SOAP_FMAC4 soap_put___ns1__createMany(struct soap *, const struct __ns1__createMany *, const char *, const char *)
SOAP_FMAC3 int SOAP_FMAC4 soap_put___ns1__update(struct soap *, const struct __ns1__update *, const char *, const char *)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___ns1__getEntityNames(struct soap *, const struct __ns1__getEntityNames *)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___ns1__createMany(struct soap *, const struct __ns1__createMany *)
SOAP_FMAC3 int SOAP_FMAC4 soap_put___ns1__lucenePopulate(struct soap *, const struct __ns1__lucenePopulate *, const char *, const char *)
SOAP_FMAC3 int SOAP_FMAC4 soap_put___ns1__getRemainingMinutes(struct soap *, const struct __ns1__getRemainingMinutes *, const char *, const char *)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___ns1__searchText(struct soap *, const struct __ns1__searchText *)
SOAP_FMAC3 int SOAP_FMAC4 soap_put___ns1__getEntityInfo(struct soap *, const struct __ns1__getEntityInfo *, const char *, const char *)
SOAP_FMAC3 int SOAP_FMAC4 soap_put___ns1__create(struct soap *, const struct __ns1__create *, const char *, const char *)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___ns1__delete(struct soap *, const struct __ns1__delete *)
SOAP_FMAC3 int SOAP_FMAC4 soap_put___ns1__refresh(struct soap *, const struct __ns1__refresh *, const char *, const char *)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___ns1__getEntityInfo(struct soap *, const struct __ns1__getEntityInfo *)
SOAP_FMAC3 struct __ns1__deleteResponse *SOAP_FMAC4 soap_get___ns1__deleteResponse(struct soap *, struct __ns1__deleteResponse *, const char *, const char *)
SOAP_FMAC3 int SOAP_FMAC4 soap_put___ns1__luceneGetPopulating(struct soap *, const struct __ns1__luceneGetPopulating *, const char *, const char *)
SOAP_FMAC3 int SOAP_FMAC4 soap_put___ns1__luceneClear(struct soap *, const struct __ns1__luceneClear *, const char *, const char *)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___ns1__luceneSearch(struct soap *, const struct __ns1__luceneSearch *)
SOAP_FMAC3 int SOAP_FMAC4 soap_put___ns1__logout(struct soap *, const struct __ns1__logout *, const char *, const char *)
SOAP_FMAC3 int SOAP_FMAC4 soap_put___ns1__getUserName(struct soap *, const struct __ns1__getUserName *, const char *, const char *)
SOAP_FMAC3 void SOAP_FMAC4 soap_serializeheader(struct soap *soap)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___ns1__create(struct soap *, const struct __ns1__create *)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___ns1__login(struct soap *, const struct __ns1__login *)
SOAP_FMAC3 const char **SOAP_FMAC4 soap_faultdetail(struct soap *soap)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___ns1__isAccessAllowed(struct soap *, const struct __ns1__isAccessAllowed *)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___ns1__getProperties(struct soap *, const struct __ns1__getProperties *)
ns1__createMany * ns1__createMany_
ns1__create * ns1__create_
ns1__deleteManyResponse * ns1__deleteManyResponse_
ns1__deleteMany * ns1__deleteMany_
ns1__deleteResponse * ns1__deleteResponse_
ns1__delete * ns1__delete_
ns1__dummyResponse * ns1__dummyResponse_
ns1__getApiVersion * ns1__getApiVersion_
ns1__getEntityInfo * ns1__getEntityInfo_
ns1__getEntityNames * ns1__getEntityNames_
ns1__getProperties * ns1__getProperties_
ns1__getRemainingMinutes * ns1__getRemainingMinutes_
ns1__getUserName * ns1__getUserName_
ns1__isAccessAllowed * ns1__isAccessAllowed_
ns1__logoutResponse * ns1__logoutResponse_
ns1__logout * ns1__logout_
ns1__luceneClearResponse * ns1__luceneClearResponse_
ns1__luceneClear * ns1__luceneClear_
ns1__luceneCommitResponse * ns1__luceneCommitResponse_
ns1__luceneCommit * ns1__luceneCommit_
ns1__luceneGetPopulating * ns1__luceneGetPopulating_
ns1__lucenePopulateResponse * ns1__lucenePopulateResponse_
ns1__lucenePopulate * ns1__lucenePopulate_
ns1__luceneSearch * ns1__luceneSearch_
ns1__refreshResponse * ns1__refreshResponse_
ns1__refresh * ns1__refresh_
ns1__searchText * ns1__searchText_
ns1__search * ns1__search_
ns1__updateResponse * ns1__updateResponse_
ns1__update * ns1__update_