我得XML文件如下:
<?xml version="1.0" ?>
- <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IIChenjieYJservice" targetNamespace="http://tempuri.org/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://www.borland.com/namespaces/Types">
- <types>
- <xs:schema targetNamespace="http://www.borland.com/namespaces/Types" xmlns="http://www.borland.com/namespaces/Types">
- <xs:complexType name="TDoubleDynArray">
- <xs:complexContent>
- <xs:restriction base="soapenc:Array">
<xs:sequence />
<xs:attribute ref="soapenc:arrayType" n1:arrayType="xs:double[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
</xs:restriction>
</xs:complexContent>
</xs:complexType>
</xs:schema>
</types>
- <message name="SendSamplesignalRequest">
<part name="MySampleIndex" type="xs:short" />
</message>
- <message name="SendSamplesignalResponse">
<part name="return" type="ns1:TDoubleDynArray" />
</message>
- <message name="SendFeaturesignalRequest">
<part name="MyFeatureIndex" type="xs:short" />
</message>
- <message name="SendFeaturesignalResponse">
<part name="return" type="ns1:TDoubleDynArray" />
</message>
<message name="SendSamplePointRequest" />
- <message name="SendSamplePointResponse">
<part name="return" type="xs:int" />
</message>
<message name="SendFrequenceRequest" />
- <message name="SendFrequenceResponse">
<part name="return" type="xs:int" />
</message>
- <portType name="IIChenjieYJ">
- <operation name="SendSamplesignal">
<input message="tns:SendSamplesignalRequest" />
<output message="tns:SendSamplesignalResponse" />
</operation>
- <operation name="SendFeaturesignal">
<input message="tns:SendFeaturesignalRequest" />
<output message="tns:SendFeaturesignalResponse" />
</operation>
- <operation name="SendSamplePoint">
<input message="tns:SendSamplePointRequest" />
<output message="tns:SendSamplePointResponse" />
</operation>
- <operation name="SendFrequence">
<input message="tns:SendFrequenceRequest" />
<output message="tns:SendFrequenceResponse" />
</operation>
</portType>
- <binding name="IIChenjieYJbinding" type="tns:IIChenjieYJ">
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
- <operation name="SendSamplesignal">
<soap
peration soapAction="urn:IChenjieYJIntf-IIChenjieYJ#SendSamplesignal" style="rpc" />
- <input>
<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IChenjieYJIntf-IIChenjieYJ" />
</input>
- <output>
<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IChenjieYJIntf-IIChenjieYJ" />
</output>
</operation>
- <operation name="SendFeaturesignal">
<soap
peration soapAction="urn:IChenjieYJIntf-IIChenjieYJ#SendFeaturesignal" style="rpc" />
- <input>
<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IChenjieYJIntf-IIChenjieYJ" />
</input>
- <output>
<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IChenjieYJIntf-IIChenjieYJ" />
</output>
</operation>
- <operation name="SendSamplePoint">
<soap
peration soapAction="urn:IChenjieYJIntf-IIChenjieYJ#SendSamplePoint" style="rpc" />
- <input>
<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IChenjieYJIntf-IIChenjieYJ" />
</input>
- <output>
<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IChenjieYJIntf-IIChenjieYJ" />
</output>
</operation>
- <operation name="SendFrequence">
<soap
peration soapAction="urn:IChenjieYJIntf-IIChenjieYJ#SendFrequence" style="rpc" />
- <input>
<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IChenjieYJIntf-IIChenjieYJ" />
</input>
- <output>
<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IChenjieYJIntf-IIChenjieYJ" />
</output>
</operation>
</binding>
- <service name="IIChenjieYJservice">
- <port name="IIChenjieYJPort" binding="tns:IIChenjieYJbinding">
<soap:address location="http://192.168.13.47/corbaweb/PCorbaWebService.dll/soap/IIChenjieYJ" />
</port>
</service>
</definitions>