petey20
06-23-2004, 12:57 PM
Forgive me if this question is silly, but we are wanting to B2B transaction with a company that's sending us XML documents.
right now they are FTP'ing the XML documents to our server and we are processing them once they get there.
They want to use HTTPS instead of FTP now so I got my SSL certificate and it's installed on my server. Now they are trying to POST to my server.
Not much help on their end, but it's my understanding that I need to write a CGI or PHP script that accepts their post to our server?
Basically all I want to do is accept the post and place the XML doc in a directory on my FreeBSD server. Is there any examples of code that does this out there or has anyone done this?
OR am I totally off base. Basically they are ready to go and are waiting on me and I'm sitting here scratching my head
I'm Running Apache if it matters
Thanks in advance
right now they are FTP'ing the XML documents to our server and we are processing them once they get there.
They want to use HTTPS instead of FTP now so I got my SSL certificate and it's installed on my server. Now they are trying to POST to my server.
Not much help on their end, but it's my understanding that I need to write a CGI or PHP script that accepts their post to our server?
Basically all I want to do is accept the post and place the XML doc in a directory on my FreeBSD server. Is there any examples of code that does this out there or has anyone done this?
OR am I totally off base. Basically they are ready to go and are waiting on me and I'm sitting here scratching my head
I'm Running Apache if it matters
Thanks in advance