Help for this page

Select Code to Download


  1. or download this
    my $data = 
        SOAP::Data->name('data' =>    \SOAP::Data->value(
    ...
        
    $result = $s->PerformRequest($data)->result;
    
  2. or download this
    <PerformRequest xmlns="http://di.wellmed.com/SoapService">
    <data xmlns="" xsi:type="namesp1:SomeObject">
    ...
    <options xmlns="" xsi:type="xsd:string" />
    </data>
    </PerformRequest>