Help for this page

Select Code to Download


  1. or download this
    ...
    <soap:Body><tns1:mySub><foo xsi:type="xsd:string">HELLO</foo></tns1:my
    +Sub></soap:Body></soap:Envelope>
    SOAP::Transport::HTTP::Client::send_receive: HTTP/1.1 200 OK 
    ...
    
  2. or download this
    #my $soap = SOAP::WSDL->new(
    #    wsdl => 'http://localhost/wsdl/wsdl.xml',
    # );
    
    #my $result = $soap->call('MySub', "foobar");