SOAP Web Services / Writing a Web Services client application |
Configuration steps to customize IPv6 for a WS client.
A Web Services client program can access to 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"