A: 

This HTML page will be hosted on a different server.

Impossible. Javascript can't access content from a different domain. You may get it to work on localhost, but upon deployment it will fail.

Josh Stodola
A: 

In order to consume an XML webservice, both will need to be on the same domain and port or you will need to create a proxy. Try looking into JSON which will allow you to use javascript to access the webservice.

Russ Bradberry
A: 

Thanks a lot Josh and Russ.

Mukul