File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services Certification (SCDJWS/OCPJWSD) and the fly likes How to run Webservice client from wsad Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » Web Services Certification (SCDJWS/OCPJWSD)
Reply Bookmark "How to run Webservice client from wsad" Watch "How to run Webservice client from wsad" New topic
Author

How to run Webservice client from wsad

POLIMETLA KRISHNA
Greenhorn

Joined: Sep 15, 2005
Posts: 4
Hi I am using wsad 5.1.2, i have created webservice client from wsdl file. i would like to know how to call this client from my program
i got lot of classes and xml files (generated by the system) pls help me

thanks & regards
Polimetla
Rr Kumaran
Ranch Hand

Joined: Sep 17, 2001
Posts: 548
use the generated stubs and the service locator related classes to call the service. the ***web service wizard*** ibm redbooks have the specifics.


RR Kumaran
SCJP 1.4
Anitha naya
Greenhorn

Joined: Sep 09, 2005
Posts: 4
Hi Krishna,

I am new to seb services can you tell please tell me how to create client from wsdl.

Thanks
Anitha
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35222
    
    7
@ Anitha naya:

If you're using Axis, you can run the WSDL2Java tool that comes with it, either from the command line or as an Ant task. The documentation is here.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How to run Webservice client from wsad
 
Similar Threads
Webservices Help in WSAD 5 for Beginner
WLS ASP interop thru' webservices
Axis and WSAD 5
RMI and j2me
passing primitive data types via webservices using WSAD and VisualStudion .NET