i got a problem.
suppose on the other side, the WSDL will be always changed,
for example, the web service on the otherside which descriped in the WSDL file has only method, but the name of the method might always change, today call methodABC(), tomorrow will be change to methodDEFO()..
suppose in JAVA, is there anyway, i can dynamically generate the web service client, without manually do it by hand??? i mean dynamically generate the client when my application is still running..
or what kind of article should i go and have a look, coz i do a lots of search from the internet, cannot find a way to do it..i think i might need to create my own framework to handle it..but don`t know where to start.