Help for this page

Select Code to Download


  1. or download this
    Server did not recognize the value of HTTP Header SOAPAction: https://
    +my.ephit.com/WebServices/Website/GetConditionsText/
    
  2. or download this
    use SOAP::Lite +trace; 
    my $s = SOAP::Lite
    ...
    $result = $s->GetConditionsText($Req, $Gender, $Age)->result;
    
    return($result);