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 ro...@apache.org on 2004/02/03 05:48:05 UTC

cvs commit: ws-axis/c/src/engine ServerAxisEngine.cpp

roshan      2004/02/02 20:48:05

  Modified:    c/src/engine ServerAxisEngine.cpp
  Log:
  changes for header support
  
  Revision  Changes    Path
  1.16      +1 -1      ws-axis/c/src/engine/ServerAxisEngine.cpp
  
  Index: ServerAxisEngine.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/engine/ServerAxisEngine.cpp,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- ServerAxisEngine.cpp	21 Jan 2004 07:43:14 -0000	1.15
  +++ ServerAxisEngine.cpp	3 Feb 2004 04:48:05 -0000	1.16
  @@ -194,7 +194,7 @@
   			 * A header may be added to the Deserializer ONLY IF there is a CAN BE
   			 * a handler in this soap processor to handle it.
   			 */
  -			if (AXIS_SUCCESS != m_pDZ->GetHeader())
  + 			if (AXIS_SUCCESS != m_pDZ->GetHeader())
   			{
   				m_pSZ->setSoapFault(SoapFault::getSoapFault(SF_SOAPCONTENTERROR));
   				break; //do .. while(0)