my problem when i load a document with injoxmld is a error :
E:\TAMINO~1.1\bin>inoxmld Database=xml user=Administrator Password=tomas Collection/doc-type=Esquema_Estudiantes/ficha Input=C:\datos\201.xml
<?xml version="1.0" encoding="utf-8" ?>
<ino:response xmlns:ino=“http://namespaces.softwareag.com/tamino/response2” xmln
s:xql=“XQL FAQ (XML Query Language - Frequently Asked Questions)”>
ino:message
ino:messagelineTamino Data Loader v4.1.4.1 - Copyright (c) Software AG</in
o:messageline>
ino:messagelineLoading from C:\datos\201.xml to Tamino database xml</ino:m
essageline>
ino:messagelineStart: 2005-06-22T18:32:29</ino:messageline>
</ino:message>
ino:message
ino:messagelineInvalid input file format - ino:request missing</in
o:messageline>
</ino:message>
ino:message
ino:messagelineData load aborted</ino:messageline>
ino:messagelineElapsed time: 3 (s), finished: 2005-06-22T18:32:32</ino:mes
sageline>
</ino:message>
</ino:response>
the document 201.xml is:
<?xml version="1.0" encoding="UTF-8"?>
Juan
Jose
Perez
Soto
M
15-11-1979
Los Alarces s/n
Valdivia
10
Chile
234456
94545457
jperez@hotmail.com
UACH
ICI
1998
2004
Scneider 5045
Valdivia
10
Chile
234456
234456
94545457
jperez@hotmail.com
and the schema Estudiantes is:
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:tsd=“http://namespaces.softwareag.com/tamino/TaminoSchemaDefinition” xmlns:xs=“XML Schema”>
xs:annotation
xs:appinfo
<tsd:schemaInfo name=“Estudiantes”>
<tsd:collection name=“Esquema_Estudiantes”/>
<tsd:doctype name=“ficha”>
tsd:logical
tsd:contentclosed</tsd:content>
</tsd:logical>
</tsd:doctype>
</tsd:schemaInfo>
</xs:appinfo>
</xs:annotation>
<xs:element name=“ficha”>
<xs:complexType mixed=“true”>
xs:sequence
<xs:element ref=“antecedentesPersonales” minOccurs=“0”/>
<xs:element ref=“antecedentesAcademicos” minOccurs=“0”/>
</xs:sequence>
<xs:attribute name=“identificador” use=“required”>
xs:simpleType
<xs:restriction base=“xs:integer”>
<xs:maxInclusive value=“10000”/>
<xs:minInclusive value=“1”/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name=“antecedentesPersonales”>
<xs:complexType mixed=“true”>
xs:all
<xs:element ref=“nombrePrincipal” minOccurs=“0”/>
<xs:element ref=“nombreSecundario” minOccurs=“0”/>
<xs:element ref=“apellidoPaterno” minOccurs=“0”/>
<xs:element ref=“apellidoMaterno” minOccurs=“0”/>
<xs:element ref=“genero” minOccurs=“0”/>
<xs:element ref=“fechaNacimiento” minOccurs=“0”/>
<xs:element ref=“direccionPersonal” minOccurs=“0”/>
<xs:element ref=“ciudad” minOccurs=“0”/>
<xs:element ref=“region” minOccurs=“0”/>
<xs:element ref=“pais” minOccurs=“0”/>
<xs:element ref=“telefono” minOccurs=“0”/>
<xs:element ref=“fax” minOccurs=“0”/>
<xs:element ref=“celular” minOccurs=“0”/>
<xs:element ref=“correo” minOccurs=“0”/>
</xs:all>
<xs:attribute name=“rut” use=“required”>
xs:simpleType
<xs:restriction base=“xs:long”>
<xs:maxInclusive value=“20000000”/>
<xs:minInclusive value=“10000000”/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name=“antecedentesAcademicos”>
<xs:complexType mixed=“true”>
xs:all
<xs:element ref=“establecimiento” minOccurs=“0”/>
<xs:element ref=“nombreCarrera” minOccurs=“0”/>
<xs:element ref=“annoIngreso” minOccurs=“0”/>
<xs:element ref=“annoEgreso” minOccurs=“0”/>
<xs:element ref=“annoTitulacion” minOccurs=“0”/>
<xs:element ref=“direccionAcademica” minOccurs=“0”/>
<xs:element ref=“ciudad” minOccurs=“0”/>
<xs:element ref=“region” minOccurs=“0”/>
<xs:element ref=“pais” minOccurs=“0”/>
<xs:element ref=“telefono” minOccurs=“0”/>
<xs:element ref=“fax” minOccurs=“0”/>
<xs:element ref=“celular” minOccurs=“0”/>
<xs:element ref=“correo” minOccurs=“0”/>
</xs:all>
</xs:complexType>
</xs:element>
<xs:element name=“nombrePrincipal”>
<xs:complexType mixed=“true”>
</xs:complexType>
</xs:element>
<xs:element name="nombreSecundario">
<xs:complexType mixed="true">
</xs:complexType>
</xs:element>
<xs:element name="apellidoPaterno">
<xs:complexType mixed="true">
</xs:complexType>
</xs:element>
<xs:element name="apellidoMaterno">
<xs:complexType mixed="true">
</xs:complexType>
</xs:element>
<xs:element name="genero">
<xs:complexType mixed="true">
</xs:complexType>
</xs:element>
<xs:element name="fechaNacimiento">
<xs:complexType mixed="true">
</xs:complexType>
</xs:element>
<xs:element name="direccionPersonal">
<xs:complexType mixed="true">
</xs:complexType>
</xs:element>
<xs:element name="ciudad">
<xs:complexType mixed="true">
</xs:complexType>
</xs:element>
<xs:element name="region">
<xs:complexType mixed="true">
</xs:complexType>
</xs:element>
<xs:element name="pais">
<xs:complexType mixed="true">
</xs:complexType>
</xs:element>
<xs:element name="telefono">
<xs:complexType mixed="true">
</xs:complexType>
</xs:element>
<xs:element name="fax">
<xs:complexType mixed="true">
</xs:complexType>
</xs:element>
<xs:element name="celular">
<xs:complexType mixed="true">
</xs:complexType>
</xs:element>
<xs:element name="correo">
<xs:complexType mixed="true">
</xs:complexType>
</xs:element>
<xs:element name="establecimiento">
<xs:complexType mixed="true">
</xs:complexType>
</xs:element>
<xs:element name="nombreCarrera">
<xs:complexType mixed="true">
</xs:complexType>
</xs:element>
<xs:element name="annoIngreso">
<xs:complexType mixed="true">
</xs:complexType>
</xs:element>
<xs:element name="annoEgreso">
<xs:complexType mixed="true">
</xs:complexType>
</xs:element>
<xs:element name="annoTitulacion">
<xs:complexType mixed="true">
</xs:complexType>
</xs:element>
<xs:element name="direccionAcademica">
<xs:complexType mixed="true">
</xs:complexType>
</xs:element>
</xs:schema>
What i doing wrong?, and i tried load a directory (C:\datos) but only can load one document at time? How load the directory with 1000 documents?
#API-Management#webMethods#Tamino