You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by bs...@apache.org on 2007/08/17 00:57:25 UTC

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

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>



Re: svn commit: r566880 - /incubator/servicemix/trunk/samples/wsdl-first/wsdl-first-http-su/src/main/resources/xbean.xml

Posted by Nodet Guillaume <gn...@gmail.com>.
I think there is another problem here.
The defaultMep should not be needed, as the BC should recognized  
which operation is targeted and should infer the mep automatically.   
If the attribute is needed, it means:
   1) the request sent is not correct
   2) the operation recognition mechanism is broken

Cheers,
Guillaume Nodet

On Aug 17, 2007, at 12:57 AM, bsnyder@apache.org wrote:

> 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>
>
>