Help for this page

Select Code to Download


  1. or download this
    my $ua = LWP::UserAgent->new();
    
    ...
    print $req->as_string;
    
    $response = $ua->send_request($req);
    
  2. or download this
    POST http://192.168.2.46:7191/soap
    Connection: keep-alive
    ...
    Content-Type: text/xml, charset=utf-8
    Accept Text/Xml: multipart/related
    SOAPAction: "loginRequest"
    
  3. or download this
    POST /soap HTTP/1.1
    TE: deflate,gzip;q=0.3
    ...
    Accept Text/Xml: multipart/related
    SOAPAction: "loginRequest"
    Content-Length: 369