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