Prev | Current Page 163 | Next

Binildas A Christudas

"Service-Oriented Java Business Integration"

typeMappingRegistry"/>













Chapter 5
[ 113 ]







Running the Sample
To build the sample, change directory to ch05\03_XFireJsr181BindWebService
and execute ant as follows:
cd ch05\03_XFireJsr181BindWebService
ant
This will generate the war file, which in turn contains all required libraries extracted
out from the XFire installation folder. Folder dist will contain XFireJsr181.war,
which should be deployed in the webapps folder of Tomcat (or any other relevant
web server). Now, restart the server.
The web service would have been exposed by now and the service definition of the
same can be accessed using the following URL:
http://localhost:8080/XFireJsr181/services/OrderService?WSDL
We can now write a Client similar to what we have seen in the previous few
examples to test the web service.


Pages:
151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175