WSDL::Generator
Publicado por davidlo (3 intervenciones) el 08/11/2006 17:08:10
Hola, estoy usando WSDL::Generator para generar una descripción wsdl. Va todo bien, y obtengo correctamente mi archivo wsdl, pero hay un atributo que no termino de entender qué es. Aquí está el comienzo de mi archivo wsdl, donde aparece:
<?xml version="1.0"?> <definitions name="helloadios" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
targetNamespace="http://localhost:8070/HelloByeServices-Interface" xmlns:tns="http://localhost:8070/HelloByeServicios-Interface"
xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xsdl="http://localhost:8070/Cafetera.xsd">
< types>...</types> ........
....
</definitions>
¿Alguien podría decirme qué es el atributo xsdl? ¿qué debería especificarse en ese fichero, Cafetera.xsd, y para qué se usa?
Agradezco cualquier aportación. Gracias de antemano.
<?xml version="1.0"?> <definitions name="helloadios" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
targetNamespace="http://localhost:8070/HelloByeServices-Interface" xmlns:tns="http://localhost:8070/HelloByeServicios-Interface"
xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xsdl="http://localhost:8070/Cafetera.xsd">
< types>...</types> ........
....
</definitions>
¿Alguien podría decirme qué es el atributo xsdl? ¿qué debería especificarse en ese fichero, Cafetera.xsd, y para qué se usa?
Agradezco cualquier aportación. Gracias de antemano.
Valora esta pregunta


0