- or download this
my $ua = LWP::UserAgent->new();
...
print $req->as_string;
$response = $ua->send_request($req);
- 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"
- or download this
POST /soap HTTP/1.1
TE: deflate,gzip;q=0.3
...
Accept Text/Xml: multipart/related
SOAPAction: "loginRequest"
Content-Length: 369