Re: Consuming python 2.6 /django 1.1/SOAPLIB 0.8.1 webservice with .NET ?

2009-09-02 Thread Wombatpm
erated the empty string, but 0.8.1 does not. What is the reasoning and is it correct? On Sep 1, 6:43 pm, Wombatpm wrote: > Has anyone had web services successfully consumed from a .NET client > using python 2.6 /django 1.1/SOAPLIB 0.8.1?  I'd love to know how you > did it. > >

Consuming python 2.6 /django 1.1/SOAPLIB 0.8.1 webservice with .NET ?

2009-09-01 Thread Wombatpm
Has anyone had web services successfully consumed from a .NET client using python 2.6 /django 1.1/SOAPLIB 0.8.1? I'd love to know how you did it. I've patched my SOAPLIB install to fix the WSDL issue and the unicode issue as detailed in my previous thread. My issue currently is that the SOAP EN

Re: SOAPLIB issue with django upgrade

2009-08-28 Thread Wombatpm
ich should sanitize its calls? or Django since it knows what it received over the intertubes and is in the best position to create the string correctly? WombatPM On Aug 25, 7:14 pm, Wombatpm wrote: > I had a working web service that I built with django 1.0.1 , python > 2.3,soaplibusing t

SOAPLIB issue with django upgrade

2009-08-25 Thread Wombatpm
I had a working web service that I built with django 1.0.1 , python 2.3, soaplib using the djangostack from BitNami. Everything worked fine with the development server. I never could get my service working under mod_python and the BitNami apache install. Throwing caution to the wind, I did a cl