Help for this page

Select Code to Download


  1. or download this
    use SOAP::Lite +trace;
    use strict;
    
    ...
                );
    
    my $response = $client->fetchAndLock($temp_elements);
    
  2. or download this
    SOAPAction: "http://somewebsite.net/RequestService/3?wsdl#fetchAndLock
    +"
    
    ...
    </SOAP-ENV:Envelope>
    SOAP::Transport::HTTP::Client::send_receive: HTTP::Response=HASH(0x3a3
    +9974)
    SOAP::Transport::HTTP::Client::send_receive: HTTP/1.1 500 Internal Ser
    +ver Error
    
  3. or download this
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envel
    +ope/" xmlns:ns="http://myid.jpmchase.net/request/service/3">
       <soapenv:Header/>
    ...
           </ns:fetchAndLock>
       </soapenv:Body>
    </soapenv:Envelope>