On 3/19/07, jim ma <[EMAIL PROTECTED]> wrote:
Hi , If the the same PortType referenced by mutl service , does WSDLXXToAllAxisServicesBuilder cache the portType infromation and only process the same PortType for one time ? Regards Jim
No. When processing a service we always creates a new AxisService. and Sets the operations at the populatePortType method. Then later sets the Element Qname refereces according to the Binding choosen. -- Amila Suriarachchi, WSO2 Inc.
