Index: WSIFOperation_ApacheAxis.java
===================================================================
RCS file: /home/cvspublic/xml-axis-wsif/java/src/org/apache/wsif/providers/soap/apacheaxis/WSIFOperation_ApacheAxis.java,v
retrieving revision 1.87
diff -u -r1.87 WSIFOperation_ApacheAxis.java
--- WSIFOperation_ApacheAxis.java	26 Aug 2003 09:30:35 -0000	1.87
+++ WSIFOperation_ApacheAxis.java	8 Sep 2003 13:25:51 -0000
@@ -1613,8 +1613,8 @@
                     }
                     setResponseMessageParameters(outParams);
                 }
-                respOK = buildResponseMessages(response, outMsg, faultMsg);
             }
+			respOK = buildResponseMessages(response, outMsg, faultMsg);
             setResponseUnreferencedAttachments(call, outMsg);
         }
 
