Help for this page

Select Code to Download


  1. or download this
    use SOAP::Transport::HTTP
    
    ...
        $resp->headers->header('Access-Control-Allow-Origin' => '*'); # is
    + this wise?!
        return $resp;
    };