<?xml version="1.0" encoding="UTF-8"?><!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.3-hudson-390-. --><!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.3-hudson-390-. --><definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://service.webservice.archeus.com/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://service.webservice.archeus.com/" name="TranslatorServiceService">
<types>
<xsd:schema>
<xsd:import namespace="http://service.webservice.archeus.com/" schemaLocation="http://www.archeus.ro:80/lingvistica/services-v2/translator?xsd=1"></xsd:import>
</xsd:schema>
</types>
<message name="translateWord">
<part name="parameters" element="tns:translateWord"></part>
</message>
<message name="translateWordResponse">
<part name="parameters" element="tns:translateWordResponse"></part>
</message>
<portType name="TranslatorService">
<operation name="translateWord">
<input message="tns:translateWord"></input>
<output message="tns:translateWordResponse"></output>
</operation>
</portType>
<binding name="TranslatorServicePortBinding" type="tns:TranslatorService">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"></soap:binding>
<operation name="translateWord">
<soap:operation soapAction=""></soap:operation>
<input>
<soap:body use="literal"></soap:body>
</input>
<output>
<soap:body use="literal"></soap:body>
</output>
</operation>
</binding>
<service name="TranslatorServiceService">
<port name="TranslatorServicePort" binding="tns:TranslatorServicePortBinding">
<soap:address location="http://www.archeus.ro:80/lingvistica/services-v2/translator"></soap:address>
</port>
</service>
</definitions>