What do you mean by "back to my URL"? Is this going to be a fairly simple HTTP transaction, where your script will request a resource from this other server via HTTP, and that HTTP response will be an XML document? Or are you talking about initiating the construction of this XML document, and awaiting the other end to establish a TCP connection to
you to deliver it? Will this latter response be via HTTP also (to your web server), or just a simple TCP data stream sent to some high numbered port? Will this "response connection" be over SSL?
I suspect and hope that you don't mean "back to my URL" the way it sounds, and that this XML reply will be delivered just as any other HTTP request/response would be. In this case, use LWP (or perhaps LWP::Simple) to do it. You will likely need to install an SSL library such as OpenSSL to make use of HTTPS URL's, which makes it a bit harder to do.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.