Author: gnodet
Date: Tue Aug 29 11:04:39 2006
New Revision: 438136

URL: http://svn.apache.org/viewvc?rev=438136&view=rev
Log:
Fix wsn-http-binding example and add an http proxy for the CreatePullPoint 
endpoint

Modified:
    
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/wsn-http-binding/build.xml
    
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/wsn-http-binding/src/wsn-http-binding-su/xbean.xml

Modified: 
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/wsn-http-binding/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/wsn-http-binding/build.xml?rev=438136&r1=438135&r2=438136&view=diff
==============================================================================
--- 
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/wsn-http-binding/build.xml
 (original)
+++ 
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/wsn-http-binding/build.xml
 Tue Aug 29 11:04:39 2006
@@ -53,6 +53,7 @@
     <copy todir="install">
       <fileset dir="../../components" includes="*wsn*"/>
       <fileset dir="../../components" includes="*http*"/>
+      <fileset dir="../../components" includes="*shared*"/>
     </copy>
     <copy file="${build.dir}/soap-demo-sa.zip" todir="deploy"/>
   </target>

Modified: 
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/wsn-http-binding/src/wsn-http-binding-su/xbean.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/wsn-http-binding/src/wsn-http-binding-su/xbean.xml?rev=438136&r1=438135&r2=438136&view=diff
==============================================================================
--- 
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/wsn-http-binding/src/wsn-http-binding-su/xbean.xml
 (original)
+++ 
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/wsn-http-binding/src/wsn-http-binding-su/xbean.xml
 Tue Aug 29 11:04:39 2006
@@ -28,4 +28,14 @@
                  locationURI="http://localhost:8192/Broker/";
                  defaultMep="http://www.w3.org/2004/08/wsdl/in-out"; 
                  soap="true"/>                
+
+  <http:endpoint service="wsn:CreatePullPoint"
+                 endpoint="http-binding2"
+                 targetService="wsn:CreatePullPoint"
+                 targetEndpoint="Broker"
+                 role="consumer"
+                 locationURI="http://localhost:8192/CreatePullPoint/";
+                 defaultMep="http://www.w3.org/2004/08/wsdl/in-out";
+                 soap="true"/>
+
 </beans>


Reply via email to