<?xml version="1.0" encoding="UTF-8"?><definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="urn:mrbws/wsdl" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:ns2="urn:mrbws/types" name="mrbws" targetNamespace="urn:mrbws/wsdl">  <types>    <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:tns="urn:mrbws/types" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" targetNamespace="urn:mrbws/types">      <complexType name="getCategories">        <sequence/></complexType>      <complexType name="getCategoriesResponse">        <sequence>          <element name="result" type="string" nillable="true" minOccurs="0" maxOccurs="unbounded"/></sequence></complexType>      <complexType name="getNonOboOntologies">        <sequence/></complexType>      <complexType name="getNonOboOntologiesResponse">        <sequence>          <element name="result" type="string" nillable="true" minOccurs="0" maxOccurs="unbounded"/></sequence></complexType>      <complexType name="getQualityCriteria">        <sequence/></complexType>      <complexType name="getQualityCriteriaResponse">        <sequence>          <element name="result" type="string" nillable="true" minOccurs="0" maxOccurs="unbounded"/></sequence></complexType>      <complexType name="getResourcesByCategory">        <sequence>          <element name="int_1" type="int"/></sequence></complexType>      <complexType name="getResourcesByCategoryResponse">        <sequence>          <element name="result" type="string" nillable="true" minOccurs="0" maxOccurs="unbounded"/></sequence></complexType>      <complexType name="getWSDLs">        <sequence/></complexType>      <complexType name="getWSDLsResponse">        <sequence>          <element name="result" type="string" nillable="true" minOccurs="0" maxOccurs="unbounded"/></sequence></complexType>      <element name="getCategories" type="tns:getCategories"/>      <element name="getCategoriesResponse" type="tns:getCategoriesResponse"/>      <element name="getNonOboOntologies" type="tns:getNonOboOntologies"/>      <element name="getNonOboOntologiesResponse" type="tns:getNonOboOntologiesResponse"/>      <element name="getQualityCriteria" type="tns:getQualityCriteria"/>      <element name="getQualityCriteriaResponse" type="tns:getQualityCriteriaResponse"/>      <element name="getResourcesByCategory" type="tns:getResourcesByCategory"/>      <element name="getResourcesByCategoryResponse" type="tns:getResourcesByCategoryResponse"/>      <element name="getWSDLs" type="tns:getWSDLs"/>      <element name="getWSDLsResponse" type="tns:getWSDLsResponse"/></schema></types>  <message name="mrbwsSEI_getCategories">    <part name="parameters" element="ns2:getCategories"/></message>  <message name="mrbwsSEI_getCategoriesResponse">    <part name="result" element="ns2:getCategoriesResponse"/></message>  <message name="mrbwsSEI_getNonOboOntologies">    <part name="parameters" element="ns2:getNonOboOntologies"/></message>  <message name="mrbwsSEI_getNonOboOntologiesResponse">    <part name="result" element="ns2:getNonOboOntologiesResponse"/></message>  <message name="mrbwsSEI_getQualityCriteria">    <part name="parameters" element="ns2:getQualityCriteria"/></message>  <message name="mrbwsSEI_getQualityCriteriaResponse">    <part name="result" element="ns2:getQualityCriteriaResponse"/></message>  <message name="mrbwsSEI_getResourcesByCategory">    <part name="parameters" element="ns2:getResourcesByCategory"/></message>  <message name="mrbwsSEI_getResourcesByCategoryResponse">    <part name="result" element="ns2:getResourcesByCategoryResponse"/></message>  <message name="mrbwsSEI_getWSDLs">    <part name="parameters" element="ns2:getWSDLs"/></message>  <message name="mrbwsSEI_getWSDLsResponse">    <part name="result" element="ns2:getWSDLsResponse"/></message>  <portType name="mrbwsSEI">    <operation name="getCategories">      <input message="tns:mrbwsSEI_getCategories"/>      <output message="tns:mrbwsSEI_getCategoriesResponse"/></operation>    <operation name="getNonOboOntologies">      <input message="tns:mrbwsSEI_getNonOboOntologies"/>      <output message="tns:mrbwsSEI_getNonOboOntologiesResponse"/></operation>    <operation name="getQualityCriteria">      <input message="tns:mrbwsSEI_getQualityCriteria"/>      <output message="tns:mrbwsSEI_getQualityCriteriaResponse"/></operation>    <operation name="getResourcesByCategory">      <input message="tns:mrbwsSEI_getResourcesByCategory"/>      <output message="tns:mrbwsSEI_getResourcesByCategoryResponse"/></operation>    <operation name="getWSDLs">      <input message="tns:mrbwsSEI_getWSDLs"/>      <output message="tns:mrbwsSEI_getWSDLsResponse"/></operation></portType>  <binding name="mrbwsSEIBinding" type="tns:mrbwsSEI">    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>    <operation name="getCategories">      <soap:operation soapAction=""/>      <input>        <soap:body use="literal"/></input>      <output>        <soap:body use="literal"/></output></operation>    <operation name="getNonOboOntologies">      <soap:operation soapAction=""/>      <input>        <soap:body use="literal"/></input>      <output>        <soap:body use="literal"/></output></operation>    <operation name="getQualityCriteria">      <soap:operation soapAction=""/>      <input>        <soap:body use="literal"/></input>      <output>        <soap:body use="literal"/></output></operation>    <operation name="getResourcesByCategory">      <soap:operation soapAction=""/>      <input>        <soap:body use="literal"/></input>      <output>        <soap:body use="literal"/></output></operation>    <operation name="getWSDLs">      <soap:operation soapAction=""/>      <input>        <soap:body use="literal"/></input>      <output>        <soap:body use="literal"/></output></operation></binding>  <service name="Mrbws">    <port name="mrbwsSEIPort" binding="tns:mrbwsSEIBinding">      <soap:address location="http://bioit.fleming.gr/mrb/mrbws" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"/></port></service></definitions>