You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Sebastian J. Schultheiss" <se...@umich.edu> on 2006/05/11 23:13:41 UTC

Service-test-client.jar

Hi there,

sorry for the many emails, there seem to be a lot of questions today...

Whenever you create a service with WSDL2Java and first build it, there 
is always a .jar file in addition to the .aar file in the build/lib/ 
directory, called <servicename>-test-client.jar

Is this really intended to be a test client for the service you just 
created? How do you call it? It doesn't seem to have a main function, at 
least when you run it with the command
java -jar service-test-client.jar
you get the message
Failed to load Main-Class manifest attribute from
TextLocService-test-client.jar

Can anyone tell us more about this file?

Thanks,

-- Sebastian