Hello
If I create server through Axis2 , using eclipse->right click on my project(Which has my java class)->WebService->run it for server->finish Server created. Is it necessary that the client should also be made through Axis2 or any client should be good which could make a call to wsdl. In other words after me creating a server through Axis web service . I can just give the url to client the <servername>/../.../....?wsdl and using that they should be able to create a client to make calls. If I could get a simple java class which should be able to use my url of wsdl and make calls to server. I saw many client.java online they refer to Qname, URI endpoint which confuses me . If I could get a a sample explanation. Thank you.
