axis.jar does not contain org.apache.axis.client.ServiceClient?

J

Joey Vendetta

Hi,

I am using some example code to learn about web services with SOAP and
WSDL. I have come accross some code as follows:

import org.apache.axis.client.ServiceClient;

public class HelloClient
{
public static void main(String[] args) throws Exception
{
String endpoint =
"http://localhost:8080/axis/HelloServer.jws";
ServiceClient client = new ServiceClient(endpoint);
String ret = (String)client.invoke("","sayHelloTo",new
Object[]{args[0]});
System.out.println(ret);
}
}


Which would be all well and good if axis.jar contained
ServiceClient.class, refered to in the import statement, but it
doesnt. I have the latest version of axis (1.1) and am not quite
suure what to do now. Are there different version of axis.jar, some
more extensive than others?

As usual any suggestions would be gratefully recieved.

Best regards



Ben
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top