Atul, JSP is "just Java" so you can use any Java language based WS client API that you want to use. If the external web service has a WSDL then there are tools to write all (or most) of the Web Service client code in Java for you based on the WSDL.
Some reading on the general topics can be found in many places... http://java.sun.com/webservices/docs/2.0/tutorial/doc/ http://www.ftponline.com/javapro/2005_01/magazine/features/kjones_client/ Then your going to need to either present a form (for the user to fill out) or take values off the URL. But both of those tasks are fairly easy too. ( as long as your not dealing with to many values, or binary files for the URL to deal with. :) Good luck. HTH. -- Carey Matthew Black Remedy Skilled Professional (RSP) ARS = Action Request System(Remedy) Love, then teach Solution = People + Process + Tools Fast, Accurate, Cheap.... Pick two. On 10/16/07, Atul Vohra <[EMAIL PROTECTED]> wrote: > Hi All, > > Can anybody provide with a sample jsp client for a web service (ideally would > work on tomcat). I am trying to get around remedy issues with consuming this > external web service. > > Any help would be appreciated. > > Regards _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

