On Monday 06 December 2004 10:48, Michael Schuerig wrote:
> � <wsdl:portType name="MyStuffPortType">
>
> � � <wsdl:operation name="getVerfuegbareMyStuffse">
> � � � <wsdl:input name="getVerfuegbareMyStuffseRequest"
> � � � �message="impl:getVerfuegbareMyStuffseRequest"/>
> � � � <wsdl:output name="getVerfuegbareMyStuffseResponse"
> � � � �message="impl:getVerfuegbareMyStuffseResponse"/>
> � � </wsdl:operation>
>
> � </wsdl:portType>

No, this wasn't an attempt at Golum-speak. It should have been like this

  <wsdl:portType name="MyStuffPortType">

    <wsdl:operation name="getMyStuff">
      <wsdl:input name="getMyStuffRequest"
       message="impl:getMyStuffRequest"/>
      <wsdl:output name="getMyStuffResponse"
       message="impl:getMyStuffResponse"/>
    </wsdl:operation>

  </wsdl:portType>

Oh, the perils of copy and change.

Michael

-- 
Michael Schuerig            I was blessed with a birth and a death and
mailto:[EMAIL PROTECTED]     I guess I just want some say in between
http://www.schuerig.de/michael/         --Ani DiFranco, Talk To Me Now

Reply via email to