Software AG Products 10.5 | Administering Integration Server | Wireless Communication with the Integration Server | Using URLs for Wireless Access to the Integration Server | Requesting a WML or HDML Page with a URL
 
Requesting a WML or HDML Page with a URL
You can use an Internet-enabled wireless device to request a WML or HDML page stored on the Integration Server. By entering a URL in the web browser of a wireless device or by selecting a hyperlink to a URL, you can access any WML or HDML page stored in the following directory:
Integration Server_directory \instances\instance_name\packages\packageName\pub
Where packageName is the name of the package in which the WML or HDML file is saved.
The URL you enter in the web browser needs to adhere to the following format:
URL format
Item
Description
1
Identifies the name and port number for the Integration Server on which the file you want to request resides.
Important:
For wireless access, the server name (localhost) must be a registered domain name; that is, the server needs to be accessible outside via the Internet.
Important:
Many wireless gateways use port 80 as the default registered port number. If you want to use a different port number, make sure to register the server name and port number with the wireless gateway. (For security reasons, Software AG discourages using port numbers below 1024. For more information, see Setting Up Aliases for Remote Integration Servers.)
2
Identifies the package in which the WML or HDML file you want to request resides.
3
Specifies the pub directory. WML and HDML files that can be served to wireless devices need to reside in this directory.
Note:
You do not need to specify the pub directory. Integration Server automatically looks in pub for the requested file if no directory is specified.
4
Identifies the file you want to request.
For example, the following URLs access the hello.wml file from the pub directory for the Wireless package:
http://localhost:5555/Wireless/pub/hello.wml
-OR-
http://localhost:5555/Wireless/hello.wml