Author: jliu
Date: Tue Nov  7 00:53:02 2006
New Revision: 472036

URL: http://svn.apache.org/viewvc?view=rev&rev=472036
Log:
* Quick fix to SOAPHandlerInterceptorTest

Modified:
    
incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/handler/soap/SOAPHandlerInterceptorTest.java

Modified: 
incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/handler/soap/SOAPHandlerInterceptorTest.java
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/handler/soap/SOAPHandlerInterceptorTest.java?view=diff&rev=472036&r1=472035&r2=472036
==============================================================================
--- 
incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/handler/soap/SOAPHandlerInterceptorTest.java
 (original)
+++ 
incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/handler/soap/SOAPHandlerInterceptorTest.java
 Tue Nov  7 00:53:02 2006
@@ -155,9 +155,9 @@
                 Boolean outboundProperty = 
(Boolean)smc.get(MessageContext.MESSAGE_OUTBOUND_PROPERTY);
                 if (outboundProperty.booleanValue()) {
                     try {
-                        SOAPMessage message = null;
-                        message.getSOAPBody();                                 
              
-                        message = 
preparemSOAPMessage("resources/greetMeRpcLitRespChanged.xml");
+                        //SOAPMessage message = smc.getMessage();
+                        //message.getSOAPBody();                               
                
+                        
smc.setMessage(preparemSOAPMessage("resources/greetMeRpcLitRespChanged.xml"));
                     } catch (Exception e) {
                         throw new Fault(e);
                     }


Reply via email to