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 an...@apache.org on 2002/09/26 11:56:33 UTC

cvs commit: xml-axis-wsif/java/src/org/apache/wsif/providers/soap/apacheaxis WSIFOperation_ApacheAxis.java

antelder    2002/09/26 02:56:32

  Modified:    java/src/org/apache/wsif/providers/soap/apacheaxis
                        WSIFOperation_ApacheAxis.java
  Log:
  Fix Bugzilla Bug 12927 -  WSIFOperation_ApacheAxis fails to set SOAPaction on its Call object
  
  Revision  Changes    Path
  1.24      +1 -0      xml-axis-wsif/java/src/org/apache/wsif/providers/soap/apacheaxis/WSIFOperation_ApacheAxis.java
  
  Index: WSIFOperation_ApacheAxis.java
  ===================================================================
  RCS file: /home/cvs/xml-axis-wsif/java/src/org/apache/wsif/providers/soap/apacheaxis/WSIFOperation_ApacheAxis.java,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- WSIFOperation_ApacheAxis.java	18 Sep 2002 15:38:20 -0000	1.23
  +++ WSIFOperation_ApacheAxis.java	26 Sep 2002 09:56:32 -0000	1.24
  @@ -635,6 +635,7 @@
           }
   
           setCallContext(call);
  +        call.setSOAPActionURI( getSoapActionURI() );
   
           Object response;
           boolean respOK = true;