Community
Participate
Working Groups
Created attachment 169860 [details] WSDL to reproduce the problem Hi, Test case: WSDL first codegeneration. WSDL portType has name TSTFlight. Problem: XXXClientInvoker declares service interface and following getter & setter: private TSTFlight tSTFlight; public TSTFlight getTSTFlight() { return tSTFlight; } public void setTSTFlight(TSTFlight tSTFlight) { this.tSTFlight = tSTFlight; } Correct getter & setter for tSTFlight are: gettSTFlight and settSTFlight. Result: spring cannot find tSTFlight property in XXXClientInvoker class. WSDL to reproduce the problem is attached. Regards, Andrei.