RE: Accessing Web Services from the web

2002-06-11 Thread Eric Roberts
t; best regards > Matthias Wimmer > > > > -Original Message- > From: Eric Roberts [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 11, 2002 4:43 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED]; Jeson Martajaya > Subject: Accessing Web Services from the w

RE: Accessing Web Services from the web

2002-06-11 Thread Wimmer, Matthias
Servlets and JSPs but this is the way I would approach. best regards Matthias Wimmer -Original Message- From: Eric Roberts [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 4:43 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; Jeson Martajaya Subject: Accessing Web Services from the web

Re: Accessing Web Services from the web

2002-06-11 Thread Lyndon Durham
If you modified your LoadClient to a web service client by replacing the main method, you could simply import it into a jsppage and invoke your web service. You could simply use a form that takes the machine name parameter and pass it to your web service client class. Web Services Definition

Re: Accessing Web Services from the web

2002-06-11 Thread James Black
Eric Roberts wrote: > Does this call for servlets/jsp? I keep reading about WSDL everywhere but > noone seems to explain how to utilize it. Every tutorial seems to stop > short of telling how to access a web service from the WEB. What am I > missing? Am I going in the right direction? I wi

Accessing Web Services from the web

2002-06-11 Thread Eric Roberts
Ok, I have a web service class that i want to use to access loads on certain machines. It takes one parameter, the machine name. The Java source looks like this: (begin source here) package samples.userguide.load; import org.apache.axis.client.Call; import org.apache.axis.client.Service; imp