Configure a WS client to use IPv6
Configuration steps to customize IPv6 for a WS client.
A Web Services client program can access a WS server using IPv6.
URLs that map to IPv6 addresses will be automatically handled by the Web Services
library. It is also possible to specify an IPv6 address directly as URL in your BDL
code by enclosing the address in []
square brackets, for
example:
LET myURL = "http://[fe80::20c:29ff:fe05:9ca3]:80/index.html"
By default, the WS library will automatically use IPv4 (default behavior since FGLGWS version 3.20.15). To override the default behavior, you can explicitly specify the IP protocol version.
The platform where WS client programs execute must support IPv6.