Hi All, Is there any best practices to create test clients fron WSDL (Web services).
Here I have made some highlevel steps which I know. 1)Create stubs based on WSDL (Can we use tools like available WSDL2Java, WSDL2C++?). 2)Write the clients to utilize/test the services. 3)The client should able to test the validity of request and response message. Please let me know, if you have good stuff/references for creating test clients(especially with Java) based on WSDL interface. Thanks, George Irwing
