<?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://app.biosemantics.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://app.biosemantics.org/" name="AnnotationWebserviceService">
<types>
<xsd:schema>
<xsd:import namespace="http://app.biosemantics.org/" schemaLocation="http://www.biosemantics.org:80/ACCCA/AnnotationWebservicePort?xsd=1"></xsd:import>
</xsd:schema>
</types>
<message name="getAnnotation">
<part name="parameters" element="tns:getAnnotation"></part>
</message>
<message name="getAnnotationResponse">
<part name="parameters" element="tns:getAnnotationResponse"></part>
</message>
<message name="Exception">
<part name="fault" element="tns:Exception"></part>
</message>
<portType name="AnnotationWebserviceDelegate">
<operation name="getAnnotation">
<input message="tns:getAnnotation"></input>
<output message="tns:getAnnotationResponse"></output>
<fault message="tns:Exception" name="Exception"></fault>
</operation>
</portType>
<binding name="AnnotationWebservicePortBinding" type="tns:AnnotationWebserviceDelegate">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"></soap:binding>
<operation name="getAnnotation">
<soap:operation soapAction=""></soap:operation>
<input>
<soap:body use="literal"></soap:body>
</input>
<output>
<soap:body use="literal"></soap:body>
</output>
<fault name="Exception">
<soap:fault name="Exception" use="literal"></soap:fault>
</fault>
</operation>
</binding>
<service name="AnnotationWebserviceService">
<port name="AnnotationWebservicePort" binding="tns:AnnotationWebservicePortBinding">
<soap:address location="http://www.biosemantics.org:80/ACCCA/AnnotationWebservicePort"></soap:address>
</port>
</service>
</definitions>