Re: SOAP XML webserver in Python/Django

2016-10-02 Thread ivan77
Thank you for the info dieter. I'll take a look at your suggestions. -- https://mail.python.org/mailman/listinfo/python-list

Re: SOAP XML webserver in Python/Django

2016-09-30 Thread dieter
ivan77 writes: > I currently have a need to setup a webserver on one of our internal servers > that is going to send and receive XML SOAP responses to an external company > through a VPN. > > It seems like something that I could use python (maybe even Django)

SOAP XML webserver in Python/Django

2016-09-29 Thread ivan77
Hi All, I currently have a need to setup a webserver on one of our internal servers that is going to send and receive XML SOAP responses to an external company through a VPN. It seems like something that I could use python (maybe even Django) for. However, even though I have been using