Unable to Import Binding from Namespace

by Nicolas Caron on 11/21/2007 5:47:00 AM I can't import this wsdl file in wsdl.exe. Does anybody know why?

  <?xml version="1.0" encoding="utf-8" ?>
- <definitions xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Iboubouservice"
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:mime="http://schemas.xmlsoap.org/wsdl/mime/">
- <message name="HelloWorld0Request">
  <part name="is_Param" type="xs:string" />
  </message>
- <message name="HelloWorld0Response">
  <part name="return" type="xs:string" />
  </message>
- <message name="MyAttachment1Request">
  <part name="is_Param" type="xs:base64Binary" />
  </message>
- <message name="MyAttachment1Response">
  <part name="return" type="xs:string" />
  </message>
- <portType name="Iboubou">
- <operation name="HelloWorld">
  <input message="tns:HelloWorld0Request" />
  <output message="tns:HelloWorld0Response" />
  </operation>
- <operation name="MyAttachment">
  <input message="tns:MyAttachment1Request" />
  <output message="tns:MyAttachment1Response" />
  </operation>
  </portType>
- <binding name="Ibouboubinding" type="tns:Iboubou">
  <soap:binding style="rpc"
transport="http://schemas.xmlsoap.org/soap/http" />
- <operation name="HelloWorld">
  <soap:operation soapAction="urn:boubouIntf-Iboubou#HelloWorld"
style="rpc" />
- <input>
  <soap:body use="encoded"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="urn:boubouIntf-Iboubou" />
  </input>
- <output>
  <soap:body use="encoded"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="urn:boubouIntf-Iboubou" />
  </output>
  </operation>
- <operation name="MyAttachment">
  <soap:operation soapAction="urn:boubouIntf-Iboubou#MyAttachment"
style="rpc" />
- <input name="MyAttachment1Request">
- <mime:multipartRelated>
- <mime:part>
  <soap:body use="encoded"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="urn:boubouIntf-Iboubou" />
  </mime:part>
- <mime:part>
  <mime:content part="is_Param" type="application/binary" />
  </mime:part>
  </mime:multipartRelated>
  </input>
- <output>
  <soap:body use="encoded"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="urn:boubouIntf-Iboubou" />
  </output>
  </operation>
  </binding>
- <service name="Iboubouservice">
- <port name="IboubouPort" binding="tns:Ibouboubinding">
  <soap:address location="http://localhost:1024/soap/Iboubou" />
  </port>
  </service>
  </definitions>