0

i created the simple webservice using eclipse and AXIS2 which works fine, now i added one more method to the service it is not reflected in client. is there any way to add that method other than creating the client again?

Tarlog
  • 10,024
  • 2
  • 43
  • 67
Gopal
  • 655
  • 3
  • 9
  • 18

1 Answers1

1

You need to regenerate client.

Tarlog
  • 10,024
  • 2
  • 43
  • 67
  • in that case i will lose the prior used method in that client or i need to rewrite the old client code, sure there is no other way, i dont have any knowledge about contarct last in webservices can i use it here – Gopal May 04 '11 at 11:06
  • Hmmm, usually when you generate client code, you don't change it, but use the generated classes from your code. So you can regenerate code whenever you want. – Tarlog May 04 '11 at 11:20