in reply to Re^3: IPv6 support for XML-RPC modules
in thread IPv6 support for XML-RPC modules
Have you been able to send XML-RPC requests to an ipv6 addresss?my $host = "localhost"; my $port = 8011; my $cli = RPC::XML::Client->new("http://$host:$port/RPC2"); my $cli_client = RPC::XML::request->new('AnaXmlRpcHandler.execute', ,R +PC::XML::array->new(map {RPC::XML::string->new($_)} @arr));
|
|---|