Re: AW: Sending XML-formatted messages over a https-Connection from a Perl programm

2001-06-06 Thread Timothy Kimball
Ela Jarecka wrote: : : All I know right now is that the client is a server, a physical maschine, on : which a process is running awaiting my : ( appropriately formatted ) messages. The process is a web server, yes? : Once it gets such a message it : generates requested data and sends it back

AW: Sending XML-formatted messages over a https-Connection from a Perl programm

2001-06-06 Thread Ela Jarecka
> It all depends on what the client looks like, if they have an xml parser, > like zerces or JAXP for Enterprise java, then you both could > agree on the location of the xml, and you'd post it and the xml parser > would grab it. > Otherwise, you could simply stream the file over a regular > soc