According to the specificaiton:
1) A port MUST NOT specify more than one address.
2) A port MUST NOT specify any binding information other than address
information.
the rules are not violated. The port definition in discussion does not refer
more than one addresses. Instead, two ports are referring to the same
address. See the following port part definition in the WSDL for details:
<wsdl:service name="SearchAPI1">
<wsdl:port name="Common" binding="tns:Common">
<soap:address location="xyz/searchapi1.asmx"/>
</wsdl:port>
<wsdl:port name="SearchAPI1" binding="tns:SearchAPI1">
<soap:address location="xyz/searchapi1.asmx"/>
</wsdl:port>
</wsdl:service>
--
View this message in context:
http://www.nabble.com/Axis2-wsdl2java-generates-fewer-methods-than-expected-tp15030927p15033257.html
Sent from the Axis - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]