From f64a7bec6341863752f22b1254239546fa838399 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Kou=C5=99il?= Date: Tue, 24 Jan 2006 12:29:37 +0000 Subject: [PATCH] Changed port number --- org.glite.security.gsoap-plugin/examples/wscalc_clt_ex.c | 2 +- org.glite.security.gsoap-plugin/examples/wscalc_srv_ex.c | 4 ++-- org.glite.security.gsoap-plugin/examples/wscalc_srv_ex2.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/org.glite.security.gsoap-plugin/examples/wscalc_clt_ex.c b/org.glite.security.gsoap-plugin/examples/wscalc_clt_ex.c index b289716..e55a6cc 100644 --- a/org.glite.security.gsoap-plugin/examples/wscalc_clt_ex.c +++ b/org.glite.security.gsoap-plugin/examples/wscalc_clt_ex.c @@ -3,7 +3,7 @@ #include "GSOAP_H.h" #include "CalcService.nsmap" -static const char *server = "http://localhost:9999/"; +static const char *server = "http://localhost:19999/"; int main(int argc, char **argv) diff --git a/org.glite.security.gsoap-plugin/examples/wscalc_srv_ex.c b/org.glite.security.gsoap-plugin/examples/wscalc_srv_ex.c index dc0011d..dd9d49d 100644 --- a/org.glite.security.gsoap-plugin/examples/wscalc_srv_ex.c +++ b/org.glite.security.gsoap-plugin/examples/wscalc_srv_ex.c @@ -69,8 +69,8 @@ main(int argc, char **argv) if ( soap_accept(&soap) < 0 ) { fprintf(stderr, "soap_accept() failed!!!\n"); soap_print_fault(&soap, stderr); - fprintf(stderr, "plugin err: %s", glite_gsplugin_errdesc(&soap)); - break; +// fprintf(stderr, "plugin err: %s", glite_gsplugin_errdesc(&soap)); + continue; } printf("serving connection\n"); diff --git a/org.glite.security.gsoap-plugin/examples/wscalc_srv_ex2.c b/org.glite.security.gsoap-plugin/examples/wscalc_srv_ex2.c index 5753aba..7c96dab 100644 --- a/org.glite.security.gsoap-plugin/examples/wscalc_srv_ex2.c +++ b/org.glite.security.gsoap-plugin/examples/wscalc_srv_ex2.c @@ -36,7 +36,7 @@ main(int argc, char **argv) char *name, *msg; char *subject = NULL; int opt, - port = 9999; + port = 19999; int sock; -- 1.8.2.3