|
Hello, I'm using WSDL::Generator to generate a wsdl description. It works fine, and I get my WSDL file perfectly, however there is an attribute I don't know what it is for. Here it is the beginning of my wsdl file, where it appears:
-------------------------------
<?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>
-------------------------------
Does anyone know what is the attribute xsdl ? What should I specify in that file, Cafetera.xsd, and what is it used for?
Please help me, I'm newbie with all this stuff. Thank you |