Prev | Current Page 187 | Next

Binildas A Christudas

"Service-Oriented Java Business Integration"

springframework.beans.factory.
config.PropertyPlaceholderConfigurer">
value="classpath:servicemix.properties" />





rootDir="./wdir"
installationDirPath="./install"
deploymentDirPath="./deploy"
flowName="seda">




We can bring up ServiceMix by running the following commands:
cd ch06\SoapBinding
%SERVICEMIX_HOME%/bin/servicemix servicemix.xml
When we start ServiceMix, the JBI container is configured using the above
servicemix.xml file.
To run the demo, there is a Client.html file provided again in the top folder. The
Client will send the following request:
"http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
JBI Packaging and Deployment
[ 134 ]

175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199