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 du...@apache.org on 2006/03/20 19:59:00 UTC

svn commit: r387276 - /webservices/axis/trunk/proposals/dug/java/src/org/apache/axis/wsa/WSAHandler.java

Author: dug
Date: Mon Mar 20 10:58:58 2006
New Revision: 387276

URL: http://svn.apache.org/viewcvs?rev=387276&view=rev
Log:
Make sure we use the right soap version when we send async responses

Modified:
    webservices/axis/trunk/proposals/dug/java/src/org/apache/axis/wsa/WSAHandler.java

Modified: webservices/axis/trunk/proposals/dug/java/src/org/apache/axis/wsa/WSAHandler.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/proposals/dug/java/src/org/apache/axis/wsa/WSAHandler.java?rev=387276&r1=387275&r2=387276&view=diff
==============================================================================
--- webservices/axis/trunk/proposals/dug/java/src/org/apache/axis/wsa/WSAHandler.java (original)
+++ webservices/axis/trunk/proposals/dug/java/src/org/apache/axis/wsa/WSAHandler.java Mon Mar 20 10:58:58 2006
@@ -185,6 +185,7 @@
            call.setProperty( copyProps[j], obj );
          }
 
+         call.setSOAPVersion( msgContext.getSOAPConstants() );
          call.setTargetEndpointAddress(resMIH.getTo().getAddress() );
          call.setRequestMessage(msg);
          call.setSOAPActionURI( msgContext.getSOAPActionURI() );



Re: test.functional.TestWSA

Posted by Doug Davis <du...@us.ibm.com>.
Done - sorry about that - I thought I had already done that. 
-Doug




"Jarek Gawor" <ga...@mcs.anl.gov> 
03/22/2006 12:20 AM
Please respond to
axis-dev


To
<du...@apache.org>
cc
<ax...@ws.apache.org>
Subject
test.functional.TestWSA






This test currently fails in trunk because the dependent samples/wsa/* 
files
are missing in trunk. Can you merge these files into trunk or disable this
test? 
I also fixed up the test a bit to run ok on unix/linux machines.

Jarek



test.functional.TestWSA

Posted by Jarek Gawor <ga...@mcs.anl.gov>.
This test currently fails in trunk because the dependent samples/wsa/* files
are missing in trunk. Can you merge these files into trunk or disable this
test? 
I also fixed up the test a bit to run ok on unix/linux machines.

Jarek