Re: Need Guidance in writing services.xml for axis 2 aar for WSDL with multiple ports

2009-04-24 Thread Hitender
Thanks for clarification. Is there any some workaround to achieve this. Thanks Hitender Keithgchapman wrote: Hi, Although WSDL (1.1) allows multiple ports to implement several bindings this is not supported by Axis2. When Axis2 builds a service using a WSDL it only looks at a single

Need Guidance in writing services.xml for axis 2 aar for WSDL with multiple ports

2009-04-23 Thread Hitender
I have WSDL which have multiple ports wsdl:service name = PearsonPersonManagementServiceSync wsdl:port name = PersonManagementServiceSyncSoap binding = imsp:PersonManagementServiceSyncSoap soap:address location = http://imsglobal.org/services/PersonManagementService//

Re: Need Guidance in writing services.xml for axis 2 aar for WSDL with multiple ports

2009-04-23 Thread keith chapman
Hi, Although WSDL (1.1) allows multiple ports to implement several bindings this is not supported by Axis2. When Axis2 builds a service using a WSDL it only looks at a single port and picks the operations corresponding to that binding. I think having multiple ports implement several bindings is