Prev | Current Page 290 | Next

Binildas A Christudas

"Service-Oriented Java Business Integration"


Since our target service is a web service, it makes sense to use a servicemix-http
component in the provider role to point to the external web service. The xbean.xml
configuration is as follows:
xmlns:test="http://AxisEndToEnd.axis.apache.binildas.com">

.
Chapter 11
[ 213 ]

endpoint="HelloWebService"
role="provider"
locationURI="http://localhost:8080/AxisEndToEnd/
ervices/HelloWebService"
soap="true"
soapAction=""
wsdlResource="http://localhost:8080/AxisEndToEnd/
services/HelloWebService?WSDL" />

Deploying the Sample and Starting ServiceMix
To deploy the ServiceMix sample, we have the following servicemix.xml:

xmlns:test="http://AxisEndToEnd.axis.apache.binildas.com" >



278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302