Re: [Soap-Python] soaplib-2.0.0-beta2 namespace problems in responses

2011-03-22 Thread Ben Lopatin
Hi Dave, As long as the values for the namespace schemaLocation match, I don't think different namespace prefixes should post any problems. -Ben On Tue, Mar 22, 2011 at 2:25 AM, Dave Dodd wrote: > Gentlefolk, > > I have been tasked with replacing an existing set of SOAP services and I > have >

Re: [Soap-Python] soaplib-2.0.0-beta2 namespace problems in responses

2011-03-22 Thread Chris Austin
Hi David, First the quick and unfulfilling answer :): Yes, the namespace prefixes look correct to me based on how you declared the models and your application. Now for an explanation; What has happened here is that you've found one of the subtleties of xml namespaces, namespace prefixes and

Re: [Soap-Python] soaplib-2.0.0-beta2 namespace problems in responses

2011-03-22 Thread Dave Dodd
Thanks for the confirmation and very helpful explanation. I have implemented Chris' suggestion and all now appears as it should. Thanks & Best regards, --Dave ___ Soap mailing list [email protected] http://mail.python.org/mailman/listinfo/soap