aspose file tools
The moose likes Web Services and the fly likes java client for wsdl deployed axis soap service Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "java client for wsdl deployed axis soap service" Watch "java client for wsdl deployed axis soap service" New topic
Author

java client for wsdl deployed axis soap service

Nitin Raodeo
Greenhorn

Joined: Jul 27, 2002
Posts: 21
I generated stubs from the wsdl and deployed on the tomcat.I am trying to
werite a simple java client program that resides on another jvm.Can anybody send me how to do this(sample client program).


1) SCJP 1.4<br />2) SCBCD (EJB 2.0)<br />3) IBM WebSphere Portal<br />4) WSAD (exam 287)
JeanLouis Marechaux
Ranch Hand

Joined: Nov 12, 2001
Posts: 906
Hi Nitin,
Which SOAP implementation are you using ?
If it is Axis, then check the \samples folder. You'll have all you need I guess.


/ JeanLouis<br /><i>"software development has been, is, and will remain fundamentally hard" (Grady Booch)</i><br /> <br />Take a look at <a href="http://www.epfwiki.net/wikis/openup/" target="_blank" rel="nofollow">Agile OpenUP</a> in the Eclipse community
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: java client for wsdl deployed axis soap service
 
Similar Threads
How to write Simple Java client program for Consume SOAP Web services with WSDL URL
calling asp webservice from tomcat 5 based app
getting internal server error(500)
javax.naming.NoInitialContextException ?
As a service provider and service consumer