Description: Disable the SOAP sampler since it relies on the old Apache SOAP API
 which isn't packaged yet. This library is archived here:
 http://archive.apache.org/dist/ws/soap/version-2.3.1/
Author: Onkar Shinde <onshinde@ubuntu.com>
Forwarded: not-needed
--- a/build.xml
+++ b/build.xml
@@ -606,9 +606,10 @@
   <target name="compile-http" depends="compile-jorphan,compile-core,compile-components" description="Compile components specific to HTTP sampling.">
     <mkdir dir="${build.http}"/>
     <!-- Directory needs to exist, or jar will fail -->
-    <javac srcdir="${src.http}" destdir="${build.http}" source="${src.java.version}" optimize="${optimize}" debug="on" target="${target.java.version}"
+    <javac sourcepath="" srcdir="${src.http}" destdir="${build.http}" source="${src.java.version}" optimize="${optimize}" debug="on" target="${target.java.version}"
            includeAntRuntime="${includeAntRuntime}" deprecation="${deprecation}" encoding="${encoding}">
       <include name="**/*.java"/>
+      <exclude name="**/WebServiceSampler*.java"/>
       <classpath>
         <pathelement location="${build.jorphan}"/>
         <pathelement location="${build.core}"/>
