Hi Kelvin The targetnamespace of the schema that was used to generate an SDO class is probably stored in the metadata. Is there a way to query this namespace?
Regards, Daniel. --- kelvin goodson <[EMAIL PROTECTED]> schrieb: > Daniel, > no the two xml representations are different. In > the first, the root > _element_ is signalled as being in the namespace > "http://abc.com/Sample", > and therefore the type of the element is implied by > the known type > associated with the element, as defined in the > global element for Input in > the schema. In the second, the root element is not > described anywhere, we > don't have an implicit type, and therefore we must > explicitly state the > _type_ as coming from the namespace > "http://abc.com/Sample" using the > xsi:type device. > > I believe what you want is the first form, and I > suspect what have been are > getting is the second, but when you alter your code > to give a non null > namespace you then start getting the first (and the > bonus is you will never > hit the concurrency issue, because all metadata is > defined before you use > it). > > Kelvin. Heute schon einen Blick in die Zukunft von E-Mails wagen? Versuchen Sie“s mit dem neuen Yahoo! Mail. www.yahoo.de/mail --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
