It's invalid WSDL. Operation names must be unique within a portType. I doubt that this WSDL was generated by .NET.
On 6/2/05, Jens Ahlin <[EMAIL PROTECTED]> wrote: > Hi, > > I have a problem generating java stubs from a wsdl. I get error message > Duplicate operation with name=method, found in portType PortName > > The following part of the wsdl seams to cause the error: > > > <wsdl:portType name="PortName"> > <wsdl:operation name="method"> > <wsdl:input name="methodB" message="tns:methodBSoapIn" /> > <wsdl:output name="methodB" message="tns:methhodBSoapOut" /> > </wsdl:operation> > <wsdl:operation name="method"> > <wsdl:input message="tns:methodASoapIn" /> > <wsdl:output message="tns:methodASoapOut" /> > </wsdl:operation> > ...... > > I think the wsdl is generated using MS .NET > > Does anyone know what the problem is ? > > Regards, > > Jens >
