June 5, 2013
4:29 p.m.
Am 03.06.2013 um 19:31 schrieb Sven Van Caekenberghe <sven@stfx.eu>:
On the other hand, I think that XML Support _is_ namespace aware. So it would not be too hard to actually generate/parse SOAP messages for real. You could get already pretty far with that, IMHO.
I would say XMLSupport has namespaces. With full namespace aware I meant dealing with things like elementFormDefault/attributeFormDefault. Without having that properly implemented and parsed you will have trouble generating something generic. I see this essential because I saw a few WSDLs that did wildly mix the modes. I think this is due the fact that WSDLs are generated with a GUI and people don't know much about the underlying things. Norbert