About jira 1562 , I have one user defined exception class in same directory as my impl. and service, now i have generated wsdl on the fly. but there is a problem with namespace for this exception class and it was creating problem when i was creating client in Eclipse. I am using eclipse's facility to create client for me. problem was in eclipse MyException.java is resides in abc.xyz.xsd package while other classes(stub,proxy etc...) which was generated by eclipse is accessing like abc.xyz.MyException and it was giving me error sign at same place. actually MyException was at abc.xyz.xsd, So why other classes has wrong package name? Why two packaging structure for one class? is it make sense?
-- Thanks in advance Nishant Joshi
