Help for this page

Select Code to Download


  1. or download this
    perl soapclient 98.6
    
  2. or download this
    <?xml version="1.0" encoding="utf-8"?>
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    ...
    
    </soap:Body>
    </soap:Envelope>
    
  3. or download this
    <?xml version="1.0" encoding="utf-8"?>
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    ...
    
    </soap:Body>
    </soap:Envelope>
    
  4. or download this
    my $site = {
        action_url  =>
    ...
            'http://in2test.lsi.uniovi.es/sqlmutationws/SQLMutationWS.asmx
    +',
        target_namespace => 'http://in2test.lsi.uniovi.es/sqlmutationws',
    };
    
  5. or download this
    my $request_args = [
        {
    ...
            ]
        },
    ];
    
  6. or download this
    package Gantry::Samples::SOAP;
    
    ...
    } # END do_f2c
    
    1;