Return-Path: Delivered-To: apmail-ws-axis-cvs-archive@www.apache.org Received: (qmail 2290 invoked from network); 29 Mar 2004 09:45:19 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 29 Mar 2004 09:45:19 -0000 Received: (qmail 44369 invoked by uid 500); 29 Mar 2004 09:44:54 -0000 Delivered-To: apmail-ws-axis-cvs-archive@ws.apache.org Received: (qmail 43931 invoked by uid 500); 29 Mar 2004 09:44:51 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 43894 invoked from network); 29 Mar 2004 09:44:51 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 29 Mar 2004 09:44:51 -0000 Received: (qmail 2243 invoked by uid 1683); 29 Mar 2004 09:45:15 -0000 Date: 29 Mar 2004 09:45:15 -0000 Message-ID: <20040329094515.2242.qmail@minotaur.apache.org> From: damitha@apache.org To: ws-axis-cvs@apache.org Subject: cvs commit: ws-axis/c/samples/client/ssl_client InteropBaseClient.c InteropTestPortType.c InteropTestPortType.h Makefile.am X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N damitha 2004/03/29 01:45:15 Modified: c/samples/client/ssl_client InteropBaseClient.c InteropTestPortType.c InteropTestPortType.h Makefile.am Log: Revision Changes Path 1.2 +0 -5 ws-axis/c/samples/client/ssl_client/InteropBaseClient.c Index: InteropBaseClient.c =================================================================== RCS file: /home/cvs/ws-axis/c/samples/client/ssl_client/InteropBaseClient.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- InteropBaseClient.c 29 Mar 2004 04:29:34 -0000 1.1 +++ InteropBaseClient.c 29 Mar 2004 09:45:15 -0000 1.2 @@ -12,11 +12,6 @@ int x; char buffer1[100]; char buffer2[100]; - xsd__string_Array arrstr; - xsd__int_Array arrint; - xsd__float_Array arrfloat; - SOAPStruct_Array arrstct; - SOAPStruct stct; time_t tim; struct tm* lt; void* pstub = get_InteropTestPortType_stub(); 1.2 +0 -5 ws-axis/c/samples/client/ssl_client/InteropTestPortType.c Index: InteropTestPortType.c =================================================================== RCS file: /home/cvs/ws-axis/c/samples/client/ssl_client/InteropTestPortType.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- InteropTestPortType.c 29 Mar 2004 04:29:34 -0000 1.1 +++ InteropTestPortType.c 29 Mar 2004 09:45:15 -0000 1.2 @@ -6,11 +6,6 @@ #include "InteropTestPortType.h" -extern int Axis_DeSerialize_SOAPStruct(SOAPStruct* param, IWrapperSoapDeSerializer *pDZ); -extern void* Axis_Create_SOAPStruct(SOAPStruct *Obj, bool bArray, int nSize); -extern void Axis_Delete_SOAPStruct(SOAPStruct* param, bool bArray, int nSize); -extern int Axis_Serialize_SOAPStruct(SOAPStruct* param, IWrapperSoapSerializer* pSZ, bool bArray); -extern int Axis_GetSize_SOAPStruct(); void* get_InteropTestPortType_stub(){ return GetStubObject(APTHTTPS, "http://192.168.101.4/axis/InteropBase"); 1.2 +0 -15 ws-axis/c/samples/client/ssl_client/InteropTestPortType.h Index: InteropTestPortType.h =================================================================== RCS file: /home/cvs/ws-axis/c/samples/client/ssl_client/InteropTestPortType.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- InteropTestPortType.h 29 Mar 2004 04:29:34 -0000 1.1 +++ InteropTestPortType.h 29 Mar 2004 09:45:15 -0000 1.2 @@ -8,25 +8,10 @@ #include #include -#include "SOAPStruct_Array.h" -#include "SOAPStruct.h" extern void* get_InteropTestPortType_stub(); extern void destroy_InteropTestPortType_stub(void* p); extern xsd__string echoString(void* pStub, xsd__string Value0); -extern xsd__string_Array echoStringArray(void* pStub, xsd__string_Array Value0); -extern int echoInteger(void* pStub, int Value0); -extern xsd__int_Array echoIntegerArray(void* pStub, xsd__int_Array Value0); -extern float echoFloat(void* pStub, float Value0); -extern xsd__float_Array echoFloatArray(void* pStub, xsd__float_Array Value0); -extern SOAPStruct* echoStruct(void* pStub, SOAPStruct* Value0); -extern SOAPStruct_Array echoStructArray(void* pStub, SOAPStruct_Array Value0); -extern void echoVoid(void* pStub); -extern xsd__base64Binary echoBase64(void* pStub, xsd__base64Binary Value0); -extern xsd__dateTime echoDate(void* pStub, xsd__dateTime Value0); -extern xsd__hexBinary echoHexBinary(void* pStub, xsd__hexBinary Value0); -extern xsd__decimal echoDecimal(void* pStub, xsd__decimal Value0); -extern xsd__boolean echoBoolean(void* pStub, xsd__boolean Value0); #endif // !defined(__INTEROPTESTPORTTYPE_H__INCLUDED_) 1.2 +2 -1 ws-axis/c/samples/client/ssl_client/Makefile.am Index: Makefile.am =================================================================== RCS file: /home/cvs/ws-axis/c/samples/client/ssl_client/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile.am 29 Mar 2004 04:29:34 -0000 1.1 +++ Makefile.am 29 Mar 2004 09:45:15 -0000 1.2 @@ -1,7 +1,8 @@ bin_PROGRAMS = sslclient SUBDIRS = AM_CPPFLAGS = -Wshadow -Wall -pedantic -ansi -sslclient_SOURCES = InteropBaseClient.c InteropTestPortType.c SOAPStruct.c +#sslclient_SOURCES = InteropBaseClient.c InteropTestPortType.c SOAPStruct.c +sslclient_SOURCES = InteropBaseClient.c InteropTestPortType.c sslclient_LDADD = -L$(AXISCPP_HOME)/bin -laxiscpp_client -L$(AXISCPP_HOME)/lib/expat -lexpat -lltdl -lssl -lstdc++ INCLUDES = -I$(AXISCPP_HOME)/include