perlnewb123 has asked for the wisdom of the Perl Monks concerning the following question:
Request: GET /ws/ws.asmx/DecryptText?text=string&key=string HTTP/1.1 Host: test.test.com Response: HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <string xmlns="test.test.com/ws/test/">string</string>
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: http get with perl, help needed
by ikegami (Patriarch) on Oct 16, 2008 at 20:28 UTC | |
by perlnewb123 (Sexton) on Oct 16, 2008 at 21:06 UTC | |
by ikegami (Patriarch) on Oct 16, 2008 at 21:06 UTC | |
by perlnewb123 (Sexton) on Oct 16, 2008 at 21:13 UTC | |
by perlnewb123 (Sexton) on Oct 16, 2008 at 22:03 UTC | |
| |
Re: http get with perl, help needed
by JavaFan (Canon) on Oct 16, 2008 at 22:17 UTC | |
by Anonymous Monk on Oct 17, 2008 at 13:51 UTC | |
by JavaFan (Canon) on Oct 17, 2008 at 14:11 UTC | |
by perlnewb123 (Sexton) on Oct 17, 2008 at 15:17 UTC | |
Re: http get with perl, help needed
by perlnewb123 (Sexton) on Oct 20, 2008 at 18:59 UTC | |
Re: http get with perl, help needed
by perlnewb123 (Sexton) on Oct 17, 2008 at 16:03 UTC | |
by Anonymous Monk on Oct 17, 2008 at 23:55 UTC |