Author: bsnyder
Date: Thu Aug 16 15:57:24 2007
New Revision: 566880

URL: http://svn.apache.org/viewvc?view=rev&rev=566880
Log:
SM-1033: WSDL-First example fails due to missing defaultMep attribute in 
wsdl-first-http-su's xbean.xml.

Modified:
    
incubator/servicemix/trunk/samples/wsdl-first/wsdl-first-http-su/src/main/resources/xbean.xml

Modified: 
incubator/servicemix/trunk/samples/wsdl-first/wsdl-first-http-su/src/main/resources/xbean.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/trunk/samples/wsdl-first/wsdl-first-http-su/src/main/resources/xbean.xml?view=diff&rev=566880&r1=566879&r2=566880
==============================================================================
--- 
incubator/servicemix/trunk/samples/wsdl-first/wsdl-first-http-su/src/main/resources/xbean.xml
 (original)
+++ 
incubator/servicemix/trunk/samples/wsdl-first/wsdl-first-http-su/src/main/resources/xbean.xml
 Thu Aug 16 15:57:24 2007
@@ -25,6 +25,7 @@
                  targetService="person:PersonService"
                  role="consumer" 
                  locationURI="http://0.0.0.0:8192/PersonService/";
+                 defaultMep="http://www.w3.org/2004/08/wsdl/in-out";
                  soap="true" />
 
 </beans>


Reply via email to