<?xml version="1.0" encoding="ISO-8859-1"?>
<definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="urn:helloworldwsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="urn:helloworldwsdl">
<types>
<xsd:schema targetNamespace="urn:helloworldwsdl"
>
 <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
 <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
</xsd:schema>
</types>
<message name="gethelloworldRequest">
  <part name="nom" type="xsd:string" /></message>
<message name="gethelloworldResponse">
  <part name="return" type="xsd:string" /></message>
<portType name="helloworldwsdlPortType">
  <operation name="gethelloworld">
    <documentation>Le traditionnel Hello World</documentation>
    <input message="tns:gethelloworldRequest"/>
    <output message="tns:gethelloworldResponse"/>
  </operation>
</portType>
<binding name="helloworldwsdlBinding" type="tns:helloworldwsdlPortType">
  <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
  <operation name="gethelloworld">
    <soap:operation soapAction="urn:helloworldwsdl#addliste" style="rpc"/>
    <input><soap:body use="literal" namespace="urn:helloworldwsdl"/></input>
    <output><soap:body use="literal" namespace="urn:helloworldwsdl"/></output>
  </operation>
</binding>
<service name="helloworldwsdl">
  <port name="helloworldwsdlPort" binding="tns:helloworldwsdlBinding">
    <soap:address location="https://nico-pyright.developpez.com:443/tutoriel/vs2008/csharp/uploadsilverlightandphp/helloworld.php"/>
  </port>
</service>
</definitions>