<?xml version="1.0"?><definitions name="acc2hit" targetNamespace="urn:acc2hit" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="urn:acc2hit" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns="http://schemas.xmlsoap.org/wsdl/">
<types xmlns="http://schemas.xmlsoap.org/wsdl/">
</types>
<message name="acc2hitRequest">
<part name="acc" type="xsd:string" />
</message>
<message name="acc2hitResponse">
<part name="outputString" type="xsd:string" />
</message>
<portType name="acc2hitPort">
<operation name="acc2hit">
<input message="tns:acc2hitRequest" />
<output message="tns:acc2hitResponse" />
</operation>
</portType>
<binding name="acc2hitBinding" type="tns:acc2hitPort">
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
<operation name="acc2hit">
<soap:operation soapAction="#acc2hit" />
<input>
<soap:body use="encoded" namespace="" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
</binding>
<service name="acc2hitService">
<documentation />
<port name="acc2hitPort" binding="tns:acc2hitBinding">
<soap:address location="http://h-invitational.jp/hinv/hws/soap_acc2hit.php" />
</port>
</service>
</definitions>
