HI
I am trying to generate an XML document like this through code.
I tried some samples. But they create xmlns for the children, which i dont need. Any help is really appreciated.
Thanks
Tutu
I am trying to generate an XML document like this through code.
Code:
<?xml version="1.0" encoding="windows-1252" ?> <TestRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:noNamespaceSchemaLocation="http://localhost:2292/RMSchema.xsd"> <Version>3</Version> <ApplicationHeader> <AppLanguage></AppLanguage> <UserId>rmservice</UserId> </ApplicationHeader> <CustomerData> <ExistingCustomerData> <MTN>2084127182</MTN> </ExistingCustomerData> </CustomerData> </TestRequest>
Thanks
Tutu