On Mon, 2006-01-09 at 08:03 -0500, Davanum Srinivas wrote: > Sanjiva, > > this is when the wsdl is missing....and the code was generated using > w2j/xmlbeans.
Those two statements are contradictory; the WSDL was there but we're losing it when WSDL2Java generates a skeleton. That's the problem we must fix: don't lose the WSDL! The solution is quite simple: copy the original WSDL into the generated stuff then all the data will be there. Sanjiva.
