deploy router: copy ${your-local-dir}router.war to
${your-wls-domain-dir}/applications directory
point browser to http://host:port/router/admin/.
This will bring up the admin page
click Edit link on the left pane to display the edit
page. Enter the end point url (eg: /some/url) and click submit.
This is the url in which the client sends the soap request
(for this eg: http://host:port/router/some/url)
Now enter the target url for this end point (url of the
server) in New Target and click submit.
A SOAP request from the client to the endpoint url will be
forwarded to the sever at the target url.
An sample client can be found at $your-local-dir}/example/sample1.
To try this out, edit build.xml to update the router_url. Then build
sample1 by typing ant and ant run to run the sample.