Thanks man
I was not online so could not answer your question.
What you have pointed out is correct. But the problem is that a lot of business logic has been implemented using java.util.Date as the type instead of Calander in a lot of business methods.The Date type forms a part of method parameters in a lot of method definitions also. so changing the businesss logic does not look fesible at this time.
I need to find a work around for this issue. The format for the parameter in the generated WSDL is of type DateTime even if we are using java.util.Date. is this correct .Can you suggest a work around for this issue or a code that needs to be changed to do this in my
Test Client.
Thanks & Reagrds
Vikram