Skip to main content

WSDL for the service directory

note30667510c25f

The initial WSDL has been modified to adapt it to the schema.

The initial WSDL has been modified to adapt it to the schema.

 Objective

Creation of the WSDL for the project, corresponding to the task OEESD-65bede474-1224-313c-a276-b172bf57fcf6System Jira

  WSDL CODE

WSDL Code.

<![CDATA[<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://emprego.xunta.es/xpta/servicesDirectory"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:tns="http://emprego.xunta.es/xpta/servicesDirectory">

<wsdl:types>
<xs:schema >
<xs:import namespace="http://emprego.xunta.es/xpta/servicesDirectory" schemaLocation="./servicesDirectory.xsd"/>
</xs:schema>
</wsdl:types>

<wsdl:message name="RetrieveEcosistemasRequest">
<wsdl:part name="Body" element="tns:ecosistema"/>
</wsdl:message>

<wsdl:portType name="peticionesPortType">
<wsdl:operation name="RetrieveEcosistemasOperation">
<wsdl:output message="tns:RetrieveEcosistemasRequest"/>
</wsdl:operation>
</wsdl:portType>

</wsdl:definitions>
]]>