You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrf-commits@ws.apache.org by jr...@apache.org on 2005/07/09 02:27:09 UTC

svn commit: r209909 - /webservices/wsrf/trunk/src/examples/filesystem/soapclient.xml

Author: jruzzi
Date: Fri Jul  8 17:27:08 2005
New Revision: 209909

URL: http://svn.apache.org/viewcvs?rev=209909&view=rev
Log:
removed use of apollo

Modified:
    webservices/wsrf/trunk/src/examples/filesystem/soapclient.xml

Modified: webservices/wsrf/trunk/src/examples/filesystem/soapclient.xml
URL: http://svn.apache.org/viewcvs/webservices/wsrf/trunk/src/examples/filesystem/soapclient.xml?rev=209909&r1=209908&r2=209909&view=diff
==============================================================================
--- webservices/wsrf/trunk/src/examples/filesystem/soapclient.xml (original)
+++ webservices/wsrf/trunk/src/examples/filesystem/soapclient.xml Fri Jul  8 17:27:08 2005
@@ -19,13 +19,13 @@
      <fail unless="wsrf.webapp.dir" message="webapp dir ../../webapps/wsrf does not exist." />    
      <echo>Using webapp dir: ${wsrf.webapp.dir}</echo>         
      
-     <path id="apollo.classpath.id">
+     <path id="wsrf.classpath.id">
        <pathelement location="${wsrf.webapp.dir}/WEB-INF/classes" />
        <fileset dir="${wsrf.webapp.dir}/WEB-INF/lib" includes="*.jar" />
        <pathelement location="${activation.jar}" />
        <pathelement location="${mail.jar}" />
      </path>
-     <property name="apollo.classpath" refid="apollo.classpath.id" />
+     <property name="wsrf.classpath" refid="wsrf.classpath.id" />
    
    </target>
 
@@ -47,7 +47,7 @@
      <concat><path><pathelement location="${xml}" /></path></concat>
      <echo />
      <echo>========================== RESPONSE ============================</echo>
-     <taskdef name="soapClient" classname="org.apache.ws.util.soap.SoapClientTask" classpath="${apollo.classpath}" />              
+     <taskdef name="soapClient" classname="org.apache.ws.util.soap.SoapClientTask" classpath="${wsrf.classpath}" />              
      <soapClient serviceURL="${url}" requestFile="${xml}" soapAction="${action}" /> 
                
    </target>