roshan      2003/07/24 02:30:01

  Modified:    c/src/engine AxisEngine.cpp
  Log:
  after minor changes
  
  Revision  Changes    Path
  1.8       +2 -2      xml-axis/c/src/engine/AxisEngine.cpp
  
  Index: AxisEngine.cpp
  ===================================================================
  RCS file: /home/cvs/xml-axis/c/src/engine/AxisEngine.cpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- AxisEngine.cpp    23 Jul 2003 13:53:54 -0000      1.7
  +++ AxisEngine.cpp    24 Jul 2003 09:30:01 -0000      1.8
  @@ -309,9 +309,9 @@
          if (pSoapInput) delete pSoapInput; //this should not be done if we use 
progressive parsing
          //set soap version to the serializer.
          //Serialize
  -       m_sResponse = "";
  +       //m_sResponse = "";
          int iStatus= m_pSZ->getStream();
  -      send_response_bytes((char *)m_sResponse.c_str());
  +      
          //soap->so.http.op_soap = new char(sResponse.length() + 1); 
          //strcpy(soap->so.http.op_soap, sResponse.c_str());
     #ifndef _DEBUG //this caused program to crash in debug mode
  
  
  

Reply via email to