Help for this page

Select Code to Download


  1. or download this
    package OrangeSoap::Test;
    
    ...
     return '***' . $thisstring . '***';<br>
    
    }
    
  2. or download this
    
    <%@ WebService class="StringServer3" Language="perl" %>
    ...
     return($str1 . $str2 . 'method 2');
    
    }