Re: SOAP Server in Python

2008-03-19 Thread Eric
On Mar 19, 10:59 am, [EMAIL PROTECTED] wrote: > On Mar 19, 9:19 am, Eric <[EMAIL PROTECTED]> wrote: > > > I am basically looking to do the same thing in Python as easily. > > > Any help or pointers would be appreciated. > > Googling for "python soap" turned up a few hits that may help you. Yes, bu

Re: SOAP Server in Python

2008-03-19 Thread Eric
On Mar 19, 10:59 am, [EMAIL PROTECTED] wrote: > On Mar 19, 9:19 am, Eric <[EMAIL PROTECTED]> wrote: > > > I am basically looking to do the same thing in Python as easily. > > > Any help or pointers would be appreciated. > > Googling for "python soap" turned up a few hits that may help you. Yes, bu

Re: SOAP Server in Python

2008-03-19 Thread dave_mikesell
On Mar 19, 9:19 am, Eric <[EMAIL PROTECTED]> wrote: > I am basically looking to do the same thing in Python as easily. > > Any help or pointers would be appreciated. Googling for "python soap" turned up a few hits that may help you. -- http://mail.python.org/mailman/listinfo/python-list

[Q] SOAP Server in Python

2008-03-19 Thread Eric
What is the best, well supported, way to write a SOAP Server in Python? Where can a good example be found? I do have a WSDL file. In PHP5, it is rather trivial to write a SOAP server once one has a WSDL file. For example, a simple SOAP Server written using PHP5 might look like: setClass