You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by da...@apache.org on 2003/10/08 06:14:46 UTC

cvs commit: ws-axis/c/src/client Call.cpp

damitha     2003/10/07 21:14:46

  Modified:    c/src/client Call.cpp
  Log:
  Hard coded WSDDFILEPATH is no longer needed. You should now pass empty
  string here
  initialize_module(0, "");
  Thanks dharmeehan for noticing.
  
  Revision  Changes    Path
  1.13      +1 -1      ws-axis/c/src/client/Call.cpp
  
  Index: Call.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/client/Call.cpp,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- Call.cpp	7 Oct 2003 10:24:40 -0000	1.12
  +++ Call.cpp	8 Oct 2003 04:14:46 -0000	1.13
  @@ -81,7 +81,7 @@
   	m_pIWSDZ = NULL;
   	m_Soap.so.http.ip_headercount = 0;
   	m_Soap.so.http.ip_headers = NULL;
  -	initialize_module(0, WSDDFILEPATH);
  +	initialize_module(0, "");
   	m_pTransport = NULL;
   	m_nReturnType = XSD_UNKNOWN;
   	m_nArrayType = XSD_UNKNOWN;