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

Staff online

Members online

Forum statistics

Threads
473,731
Messages
2,569,432
Members
44,832
Latest member
GlennSmall

Latest Threads

Top