Re: Wsdl2Java does not generate service locatosr for all services

2004-11-15 Thread Vy Ho
I have to take this back. The service locator is used for all port types. So, using this, I could get all 3 references to the ports.

Wsdl2Java does not generate service locatosr for all services

2004-11-15 Thread Vy Ho
I have a wsdl file with 3 porttypes, 3 bindings (1 for each) and under service, there are also 3 ports (1 for each). However, when generate Java files for this wsdl, it does not generates the service locators for 2 of the 3 ports listed under One way I could fix this is to split this wsdl int