Making Requests

The iWay XML Archive handles requests through an HTTP listener on port 2222 in the default configuration. The requests are made using a properly encoded URL of the following format:

http://host:port/?querystring 

where:

host
Is the name of the machine on which the iWay XML Archive is installed and configured. The default value is localhost.
port
Is the number of the port that the iWay XML Archive is listening on. The default value is 2222.
querystring
Is the query.

The sample queries are encoded and can be executed from any web browser by cutting and pasting them into the address bar. The results are then displayed in the browser. If you are using Internet Explorer® or Mozilla Firefox, you will be asked to either save or open the resulting document. You can then use a text editor to view the results.


iWay Software