Connecting Tech Pros Worldwide Help | Site Map

Help with Perl & HTTP

  #1  
Old October 22nd, 2006, 04:35 AM
Peter
Guest
 
Posts: n/a
I am an embedded systems person with no experience on a PC except running
VB4/6 and generally using it for email, word processing, CRM, etc. I have
been asked to provide facilities for:
"The sending server will implement a Java Servlet to map the XML output
stream onto HTTP port 80 or port 443 for HTTPS. Customer (me)will implement
(a TBD) method on their web server to map the input XML stream.



The sending server(SS) shall send either one message or a packet of several
messages during a single HTTP connection. Customer will send a response
message to indicate that a complete message was received. If the SS does not
receive a positive indication, the SS will re-send the message until there
is a successful transmission.



The HTTP/XML interface will use the standard HTTP/1.1 web protocol and XML
content to send and receive data. For XML responses, the appropriate HTTP
status code and appropriate XML entity body are required. "



I am told that Perl is the language of choice. I have started reading a book
on XML and will followup on a Perl book. Is there a publication that
integrates Perl, XML and HTTPS that someone can recommend? How hard is it to
set up what I have 'very briefly' described?



Thanks





Peter


Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cross-Domain / DOM using AJAX & Perl/CGI distraction answers 0 February 11th, 2008 11:34 PM
Help with simple form parse & email simononestop answers 5 December 13th, 2007 06:09 PM
HTML parsing/scraping & python Sanjay Arora answers 3 December 1st, 2005 08:35 PM
Python, Perl & PDF files rbt answers 25 July 19th, 2005 01:41 AM