I don't know if you received the email. Here is de XML file Thanks Alejandro
<?xml version="1.0" standalone="yes"?> <RutaProduccionRutasDevolverDatosResponse xmlns="http://tempuri.org/RutaProduccionRutasDevolverDatosResponse.xsd"> <xs:schema id="RutaProduccionRutasDevolverDatosResponse" targetNamespace="http://tempuri.org/RutaProduccionRutasDevolverDatosResponse.xsd" xmlns:mstns="http://tempuri.org/RutaProduccionRutasDevolverDatosResponse.xsd" xmlns="http://tempuri.org/RutaProduccionRutasDevolverDatosResponse.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified"> <xs:element name="RutaProduccionRutasDevolverDatosResponse" msdata:IsDataSet="true"> <xs:complexType> <xs:choice maxOccurs="unbounded"> <xs:element name="Result"> <xs:complexType> <xs:sequence> <xs:element name="Existe" type="xs:boolean" minOccurs="0" /> <xs:element name="Ruta_int" type="xs:int" minOccurs="0" /> <xs:element name="DescripcionRuta" type="xs:string" minOccurs="0" /> <xs:element name="EsUsoComun" type="xs:boolean" minOccurs="0" /> <xs:element name="Planta_id" type="xs:string" minOccurs="0" /> <xs:element name="DescripcionPlanta" type="xs:string" minOccurs="0" /> <xs:element name="FechaDesde" type="xs:dateTime" minOccurs="0" /> <xs:element name="FechaHasta" type="xs:dateTime" minOccurs="0" /> <xs:element name="ControlCostoMaq" type="xs:string" minOccurs="0" /> <xs:element name="ControlCostoOper" type="xs:string" minOccurs="0" /> <xs:element name="ControlCostoRec" type="xs:string" minOccurs="0" /> <xs:element name="CostoSetup" type="xs:string" minOccurs="0" /> <xs:element name="Observaciones" type="xs:string" minOccurs="0" /> <xs:element name="Estado_id" type="xs:string" minOccurs="0" /> <xs:element name="DescripcionEstado" type="xs:string" minOccurs="0" /> <xs:element name="Usuario_id" type="xs:string" minOccurs="0" /> <xs:element name="DescripcionUsuario" type="xs:string" minOccurs="0" /> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Articulos"> <xs:complexType> <xs:sequence> <xs:element name="Articulo_id" type="xs:string" minOccurs="0" /> <xs:element name="DescripcionArticulo" type="xs:string" minOccurs="0" /> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Operaciones"> <xs:complexType> <xs:sequence> <xs:element name="Operacion_id" type="xs:string" minOccurs="0" /> <xs:element name="DescripcionOperacion" type="xs:string" minOccurs="0" /> <xs:element name="OperacionPadre_id" type="xs:string" minOccurs="0" /> <xs:element name="EstaVacia" type="xs:boolean" minOccurs="0" /> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Divisiones"> <xs:complexType> <xs:sequence> <xs:element name="Division_id" type="xs:string" minOccurs="0" /> <xs:element name="DescripcionDivision" type="xs:string" minOccurs="0" /> <xs:element name="valor" type="xs:string" minOccurs="0" /> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Atributos"> <xs:complexType> <xs:sequence> <xs:element name="Atributo_id" type="xs:string" minOccurs="0" /> <xs:element name="DescripcionAtributo" type="xs:string" minOccurs="0" /> <xs:element name="Valor" type="xs:string" minOccurs="0" /> <xs:element name="TipoDato" type="xs:string" minOccurs="0" /> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Archivos"> <xs:complexType> <xs:sequence> <xs:element name="PathArchivo" type="xs:string" minOccurs="0" /> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Table1"> <xs:complexType> <xs:sequence> <xs:element name="Nro" type="xs:short" minOccurs="0" /> <xs:element name="Nombre" type="xs:string" minOccurs="0" /> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element> </xs:schema> <Result> <Existe>true</Existe> <Ruta_int>5</Ruta_int> <DescripcionRuta>Ruta 2</DescripcionRuta> <EsUsoComun>false</EsUsoComun> <Planta_id>0001 </Planta_id> <DescripcionPlanta>Planta 1</DescripcionPlanta> <FechaDesde>2006-05-07T00:00:00.0000000-03:00</FechaDesde> <FechaHasta>2006-06-22T00:00:00.0000000-03:00</FechaHasta> <ControlCostoMaq>NO</ControlCostoMaq> <ControlCostoOper>NO</ControlCostoOper> <ControlCostoRec>NO</ControlCostoRec> <CostoSetup>N</CostoSetup> <Observaciones>Obser</Observaciones> <Estado_id>A</Estado_id> <DescripcionEstado>Activa</DescripcionEstado> <Usuario_id>ADMINSUMMA </Usuario_id> <DescripcionUsuario>Supervisor de Summa </DescripcionUsuario> </Result> <Articulos> <Articulo_id>110001 </Articulo_id> <DescripcionArticulo>Prod 110001 </DescripcionArticulo> </Articulos> <Articulos> <Articulo_id>110002 </Articulo_id> <DescripcionArticulo>Prod 110002 </DescripcionArticulo> </Articulos> <Operaciones> <Operacion_id>OP1 </Operacion_id> <DescripcionOperacion>Operacion 1 </DescripcionOperacion> <OperacionPadre_id /> <EstaVacia>false</EstaVacia> </Operaciones> <Operaciones> <Operacion_id>OP2 </Operacion_id> <DescripcionOperacion>Operacion 2 </DescripcionOperacion> <OperacionPadre_id>OP1 </OperacionPadre_id> <EstaVacia>false</EstaVacia> </Operaciones> <Operaciones> <Operacion_id>OP3 </Operacion_id> <DescripcionOperacion>Operacion 3 </DescripcionOperacion> <OperacionPadre_id>OP1 </OperacionPadre_id> <EstaVacia>false</EstaVacia> </Operaciones> <Operaciones> <Operacion_id>OP7 </Operacion_id> <DescripcionOperacion>Operacion 7 </DescripcionOperacion> <OperacionPadre_id>OP1 </OperacionPadre_id> <EstaVacia>false</EstaVacia> </Operaciones> <Operaciones> <Operacion_id>OP4 </Operacion_id> <DescripcionOperacion>Operacion 4 </DescripcionOperacion> <OperacionPadre_id>OP2 </OperacionPadre_id> <EstaVacia>false</EstaVacia> </Operaciones> <Operaciones> <Operacion_id>OP5 </Operacion_id> <DescripcionOperacion>Operacion 5 </DescripcionOperacion> <OperacionPadre_id>OP2 </OperacionPadre_id> <EstaVacia>false</EstaVacia> </Operaciones> <Table1> <Nro>0</Nro> <Nombre>Result</Nombre> </Table1> <Table1> <Nro>1</Nro> <Nombre>Articulos</Nombre> </Table1> <Table1> <Nro>2</Nro> <Nombre>Operaciones</Nombre> </Table1> <Table1> <Nro>3</Nro> <Nombre>Divisiones</Nombre> </Table1> <Table1> <Nro>4</Nro> <Nombre>Atributos</Nombre> </Table1> <Table1> <Nro>5</Nro> <Nombre>Archivos</Nombre> </Table1> </RutaProduccionRutasDevolverDatosResponse> Michael Schwarz schrieb: > You can save the DataSets as XML, maybe you can send me this XML > including the schema information?!? > > Regards, > Michael > > > On 6/26/06, Alejandro R <[EMAIL PROTECTED]> wrote: > > > > Yes Michael, I'm sure that I'm using the last version (6.6.26.1) > > > > > > Michael Schwarz schrieb: > > > > > Are you using the latest version, maybe you can update the DLL because > > > of some problems with type DataSets (version 6.6.24.1 or higher has a > > > bugfix for this). > > > > > > Regards, > > > Michael > > > > > > > > > > > > On 6/26/06, Alejandro R <[EMAIL PROTECTED]> wrote: > > > > > > > > The DataSet tah I send to the client is that: > > > > > > > > -ds.Tables {System.Data.DataTableCollection} > > > > System.Data.DataTableCollection > > > > -List {Count=7} System.Collections.ArrayList > > > > + [0] > > > > > > > > {Rutas.Common.RutaProduccionRutasDevolverDatosResponse.ResultDataTable} > > > > Rutas.Common.RutaProduccionRutasDevolverDatosResponse.ResultDataTable > > > > + [1] > > > > {Rutas.Common.RutaProduccionRutasDevolverDatosResponse.ArticulosDataTable} > > > > > > > > Rutas.Common.RutaProduccionRutasDevolverDatosResponse.ArticulosDataTable > > > > + [2] > > > > {Rutas.Common.RutaProduccionRutasDevolverDatosResponse.OperacionesDataTable} > > > > > > > > Rutas.Common.RutaProduccionRutasDevolverDatosResponse.OperacionesDataTable > > > > + [3] > > > > {Rutas.Common.RutaProduccionRutasDevolverDatosResponse.DivisionesDataTable} > > > > > > > > Rutas.Common.RutaProduccionRutasDevolverDatosResponse.DivisionesDataTable > > > > + [4] > > > > {Rutas.Common.RutaProduccionRutasDevolverDatosResponse.AtributosDataTable} > > > > > > > > Rutas.Common.RutaProduccionRutasDevolverDatosResponse.AtributosDataTable > > > > + [5] > > > > {Rutas.Common.RutaProduccionRutasDevolverDatosResponse.ArchivosDataTable} > > > > > > > > Rutas.Common.RutaProduccionRutasDevolverDatosResponse.ArchivosDataTable > > > > + [6] {System.Data.DataTable} System.Data.DataTable > > > > > > > > > > > > The Table[6] is the only DataTable that receive as DataTable in my JS > > > > with the Rows array > > > > I receive the others DataTables (0 to 5) like Objects. > > > > As you can see the others DataTables are herited from > > > > System.Data.DataTable. > > > > > > > > Maybe there is a problem in the Converter, I don't know. > > > > Remember that with the older version, thats works perfectly > > > > > > > > Thank you > > > > > > > > Alejandro > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > Best regards | Schöne Grüße > > > Michael > > > > > > Microsoft MVP - Most Valuable Professional > > > Microsoft MCAD - Certified Application Developer > > > > > > http://weblogs.asp.net/mschwarz/ > > > http://www.schwarz-interactive.de/ > > > mailto:[EMAIL PROTECTED] > > > > > > > > > > > > -- > Best regards | Schöne Grüße > Michael > > Microsoft MVP - Most Valuable Professional > Microsoft MCAD - Certified Application Developer > > http://weblogs.asp.net/mschwarz/ > http://www.schwarz-interactive.de/ > mailto:[EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ajax.NET Professional" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/ajaxpro The latest downloads of Ajax.NET Professional can be found at http://www.ajaxpro.info -~----------~----~----~----~------~----~------~--~---
