Open GoogleCodeExporter opened 9 years ago
Ok it seems that just having the s: namespace changed to xsd: is not enough as
it doesn't change everywhere and that causes trouble with some stricter SOAP
clients. Using s: as a namespace causes trouble in some clients, I think those
clients may be ignoring the namespace declaration and simply looks for xsd:
instead of s:. As a result I had to replace all instances of s: to xsd: in the
code which is obviously not ideal.
I think the code should use the $Config['xsd'] setting everywhere. Currently
most of the code is hard coded to use s: and a developer might need to be able
to change that if required.
Original comment by ta.maxi...@gmail.com
on 3 Sep 2012 at 10:52
Original issue reported on code.google.com by
ta.maxi...@gmail.com
on 28 Aug 2012 at 2:52