Listing 1
<?xml version="1.0" encoding="UTF-8"?>
<definitions name="ClaimServer-interface"
targetNamespace="http://www.doxinc.com/ClaimServer-interface"
xmlns:xsd="http://www.w3.org/1999/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap"
xmlns="http://schemas.xmlsoap.org/wsdl/">

<types>
<xsd:schema targetNamespace="http://www.doxinc.com/claim.xsd">
        <element name="Š">
        </element>
</xsd:schema>
</types>
</definitions>

Listing 2
<binding name="GetClaimServiceBinding" type="GetClaimService">
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>    <operation name="GetClaim">
<soap:operation soapAction="http://www.getclaim.com/getclaim"/>
<input>
        <soap:body use="encoded"
                namespace="urn:claim-requests"
                encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
</input>
<output>
        <soap:body use="encoded"
                namespace="urn:claim-requests"
                encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
</output>
</operation>
</binding>