You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-commits@ws.apache.org by da...@apache.org on 2006/10/02 21:12:16 UTC

svn commit: r452176 - /webservices/muse/trunk/modules/muse-platform-axis2/src/org/apache/muse/core/platform/axis2/AxisIsolationLayer.java

Author: danj
Date: Mon Oct  2 12:12:15 2006
New Revision: 452176

URL: http://svn.apache.org/viewvc?view=rev&rev=452176
Log:
fix for MUSE-92

Modified:
    webservices/muse/trunk/modules/muse-platform-axis2/src/org/apache/muse/core/platform/axis2/AxisIsolationLayer.java

Modified: webservices/muse/trunk/modules/muse-platform-axis2/src/org/apache/muse/core/platform/axis2/AxisIsolationLayer.java
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/muse-platform-axis2/src/org/apache/muse/core/platform/axis2/AxisIsolationLayer.java?view=diff&rev=452176&r1=452175&r2=452176
==============================================================================
--- webservices/muse/trunk/modules/muse-platform-axis2/src/org/apache/muse/core/platform/axis2/AxisIsolationLayer.java (original)
+++ webservices/muse/trunk/modules/muse-platform-axis2/src/org/apache/muse/core/platform/axis2/AxisIsolationLayer.java Mon Oct  2 12:12:15 2006
@@ -106,6 +106,12 @@
         //
         env.removeAddressingContext();
         
+        //
+        // be sure to handle empty SOAP body in the response
+        //
+        if (soapResponse == null)
+            return null;
+        
         return env.convertToAxiom(soapResponse);
     }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: muse-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-commits-help@ws.apache.org