(file) Return to SoapResponse.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / WsmServer

Diff for /pegasus/src/Pegasus/WsmServer/SoapResponse.cpp between version 1.8 and 1.9

version 1.8, 2013/04/25 13:00:29 version 1.9, 2013/06/13 13:19:57
Line 51 
Line 51 
     WsmWriter::appendSoapBodyStart(_bodyStart);     WsmWriter::appendSoapBodyStart(_bodyStart);
     WsmWriter::appendSoapBodyEnd(_bodyEnd);     WsmWriter::appendSoapBodyEnd(_bodyEnd);
  
     switch(response->getType())      switch(response->getOperationType())
     {     {
         case WS_TRANSFER_GET:         case WS_TRANSFER_GET:
             action = WSM_ACTION_GET_RESPONSE;             action = WSM_ACTION_GET_RESPONSE;
Line 130 
Line 130 
     WsmWriter::appendHTTPResponseHeader(_httpHeader, action,     WsmWriter::appendHTTPResponseHeader(_httpHeader, action,
        response->getHttpMethod(), response->getOmitXMLProcessingInstruction(),        response->getHttpMethod(), response->getOmitXMLProcessingInstruction(),
        response->getContentLanguages(),        response->getContentLanguages(),
        response->getType() == WSM_FAULT || response->getType() == SOAP_FAULT,         response->getOperationType() == WSM_FAULT ||
        0);             response->getOperationType() == SOAP_FAULT,0);
  
     // Make sure that fault response fits within MaxEnvelopeSize     // Make sure that fault response fits within MaxEnvelopeSize
     if (response->getType() == WSM_FAULT || response->getType() == SOAP_FAULT)      if (response->getOperationType() == WSM_FAULT ||
           response->getOperationType() == SOAP_FAULT)
     {     {
         if (_maxEnvelopeSize && getEnvelopeSize() > _maxEnvelopeSize)         if (_maxEnvelopeSize && getEnvelopeSize() > _maxEnvelopeSize)
         {         {


Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2