[flexcoders] Why does Flex insert ns0: and ns1: namespace prefixes?

2006-07-26 Thread ben.clinkinbeard
I keep seeing these prefixes that are completely unnecessary, and I don't know why or how they're getting inserted. My calls are formatted like this: dmws = new WebService(); dmws.useProxy = dmws.makeObjectsBindable = false; dmws.loadWSDL(myWsdlUrl); var op:Operation =

RE: [flexcoders] Why does Flex insert ns0: and ns1: namespace prefixes?

2006-07-26 Thread Matt Chotin
it should. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Wednesday, July 26, 2006 6:51 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Why does Flex insert ns0: and ns1: namespace prefixes? I keep seeing

RE: [flexcoders] Why does Flex insert ns0: and ns1: namespace prefixes?

2006-07-26 Thread Matt Chotin
: [flexcoders] Why does Flex insert ns0: and ns1: namespace prefixes? The WS code plays it kind of dumb and doesnt have knowledge of whether a prefix was declared before. In the world of XML as long as the namespace is declared the fact that prefix would be different or redeclared or whatever shouldnt make