Return-Path: Delivered-To: apmail-ws-axis-cvs-archive@www.apache.org Received: (qmail 65865 invoked from network); 30 Mar 2004 14:16:45 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 30 Mar 2004 14:16:45 -0000 Received: (qmail 18933 invoked by uid 500); 30 Mar 2004 14:16:39 -0000 Delivered-To: apmail-ws-axis-cvs-archive@ws.apache.org Received: (qmail 18827 invoked by uid 500); 30 Mar 2004 14:16:38 -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 18813 invoked from network); 30 Mar 2004 14:16:38 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 30 Mar 2004 14:16:38 -0000 Received: (qmail 65821 invoked by uid 1683); 30 Mar 2004 14:16:41 -0000 Date: 30 Mar 2004 14:16:41 -0000 Message-ID: <20040330141641.65820.qmail@minotaur.apache.org> From: damitha@apache.org To: ws-axis-cvs@apache.org Subject: cvs commit: ws-axis/c/samples/client/interoptests/groupB InteropTestPortTypeB.cpp 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/30 06:16:41 Modified: c/samples/client/interoptests/base InteropTestPortType.cpp c/samples/client/interoptests/cbase InteropTestPortType.c c/samples/client/interoptests/cgroupB InteropTestPortTypeB.c c/samples/client/interoptests/groupB InteropTestPortTypeB.cpp Log: Revision Changes Path 1.9 +1 -1 ws-axis/c/samples/client/interoptests/base/InteropTestPortType.cpp Index: InteropTestPortType.cpp =================================================================== RCS file: /home/cvs/ws-axis/c/samples/client/interoptests/base/InteropTestPortType.cpp,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- InteropTestPortType.cpp 29 Mar 2004 04:20:30 -0000 1.8 +++ InteropTestPortType.cpp 30 Mar 2004 14:16:41 -0000 1.9 @@ -21,7 +21,7 @@ { m_pCall = new Call(); m_pCall->SetProtocol(APTHTTP); - m_pCall->SetEndpointURI("http://localhost:5555/axis/InteropBase"); + m_pCall->SetEndpointURI("http://localhost/axis/base"); } InteropTestPortType::~InteropTestPortType() 1.11 +1 -1 ws-axis/c/samples/client/interoptests/cbase/InteropTestPortType.c Index: InteropTestPortType.c =================================================================== RCS file: /home/cvs/ws-axis/c/samples/client/interoptests/cbase/InteropTestPortType.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- InteropTestPortType.c 29 Mar 2004 04:20:30 -0000 1.10 +++ InteropTestPortType.c 30 Mar 2004 14:16:41 -0000 1.11 @@ -13,7 +13,7 @@ extern int Axis_GetSize_SOAPStruct(); void* get_InteropTestPortType_stub(){ - return GetStubObject(APTHTTP, "http://localhost:5555/axis/InteropBase"); + return GetStubObject(APTHTTP, "http://localhost/axis/cbase"); } void destroy_InteropTestPortType_stub(void* p){ DestroyStubObject(p); 1.2 +1 -1 ws-axis/c/samples/client/interoptests/cgroupB/InteropTestPortTypeB.c Index: InteropTestPortTypeB.c =================================================================== RCS file: /home/cvs/ws-axis/c/samples/client/interoptests/cgroupB/InteropTestPortTypeB.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- InteropTestPortTypeB.c 27 Jan 2004 05:47:04 -0000 1.1 +++ InteropTestPortTypeB.c 30 Mar 2004 14:16:41 -0000 1.2 @@ -151,7 +151,7 @@ int nStatus; CallX* pCall; SOAPArrayStruct* pReturn = NULL; - if (!g_pInteropTestPortTypeB) g_pInteropTestPortTypeB = GetCallObject(APTHTTP, "http://localhost/axis/InteropGroupB"); + if (!g_pInteropTestPortTypeB) g_pInteropTestPortTypeB = GetCallObject(APTHTTP, "http://localhost/axis/cgroupb"); if (!g_pInteropTestPortTypeB || !g_pInteropTestPortTypeB->__vfptr) return pReturn; pCall = g_pInteropTestPortTypeB->__vfptr; /* Following will establish the connections with the server too */ 1.6 +1 -1 ws-axis/c/samples/client/interoptests/groupB/InteropTestPortTypeB.cpp Index: InteropTestPortTypeB.cpp =================================================================== RCS file: /home/cvs/ws-axis/c/samples/client/interoptests/groupB/InteropTestPortTypeB.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- InteropTestPortTypeB.cpp 29 Mar 2004 04:20:31 -0000 1.5 +++ InteropTestPortTypeB.cpp 30 Mar 2004 14:16:41 -0000 1.6 @@ -33,7 +33,7 @@ { m_pCall = new Call(); m_pCall->SetProtocol(APTHTTP); - m_pCall->SetEndpointURI("http://localhost:5555/axis/InteropGroupB"); + m_pCall->SetEndpointURI("http://localhost/axis/groupb"); } InteropTestPortTypeB::~InteropTestPortTypeB()