http-consumer xbean.xml: <beans xmlns:http="http://servicemix.apache.org/http/1.0" xmlns:impl="http://bupt.edu.cn" xmlns:bp="http://getHelloWorld" xmlns:cp="http://ode.fivesight.com/schemas/2006/06/27/dd" xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://servicemix.apache.org/http/1.0 http://servicemix.apache.org/schema/servicemix-http-3.2.2.xsd http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
<http:endpoint service="impl:HelloService"
endpoint="Hello"
targetService="impl:HelloService"
defaultOperation="impl:getHelloWorld"
role="consumer"
locationURI="http://0.0.0.0:8192/HelloService/"
defaultMep="http://www.w3.org/2004/08/wsdl/in-out"
soap="true" />
</beans>
http-provide xbean.xml:
<beans xmlns:http="http://servicemix.apache.org/http/1.0"
xmlns="http://www.springframework.org/schema/beans"
xmlns:impl="http://bupt.edu.cn"
xmlns:yebo="http://bupt.yebo"
xmlns:xsi="http://http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://servicemix.apache.org/http/1.0
http://servicemix.apache.org/schema/servicemix-http-3.2.2.xsd
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
<http:endpoint service="yebo:yebo_HelloService"
endpoint="yebo_helloHttpPort"
role="provider"
locationURI="http://localhost:8181/Hello/services/Hello"
defaultMep="http://www.w3.org/2004/08/wsdl/in-out"
soap="true" />
</beans>
--
View this message in context:
http://www.nabble.com/ODE--while--error-tp19566046p19566230.html
Sent from the Apache Ode User mailing list archive at Nabble.com.
