You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by da...@apache.org on 2004/03/30 16:16:41 UTC

cvs commit: ws-axis/c/samples/client/interoptests/groupB InteropTestPortTypeB.cpp

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()