Re: XML help (offtopic)?

2000-10-18 Thread Adi
Have you looked at SOAP::Lite and the rest of the SOAP:: hierarchy on CPAN? They may not be of direct help if you've already got a home-grown XML transport protocol, but it might give you some good ideas. And, it may save you lots of time in the long run if you can convert your home-grown XML

Re: XML help (offtopic)?

2000-10-18 Thread Matt Sergeant
On Wed, 18 Oct 2000, Adi wrote: Have you looked at SOAP::Lite and the rest of the SOAP:: hierarchy on CPAN? They may not be of direct help if you've already got a home-grown XML transport protocol, but it might give you some good ideas. And, it may save you lots of time in the long run if

XML help (offtopic)?

2000-10-17 Thread Geoffrey Gallaway
I know this isnt the right place to ask this question but if someone could at least fill me in and point me in the right direction I'd be gratefull. I'm trying to find a way to do XML over HTTP. I have a project at work that I'm doing where we have a XML based system. The system would connect to

Re: XML help (offtopic)?

2000-10-17 Thread Geoffrey Gallaway
I think I might have been a slight bit confusing in the email. I need to have apache be able to *recieve* the POST and GET requests. I know how to send the XML to another server, I just need to know how to get *my* server to handle the requests/data from other clients.. Geoff This one time, at

Re: XML help (offtopic)?

2000-10-17 Thread Perrin Harkins
Geoffrey Gallaway wrote: I think I might have been a slight bit confusing in the email. I need to have apache be able to *recieve* the POST and GET requests. I know how to send the XML to another server, I just need to know how to get *my* server to handle the requests/data from other