It's not a secret anymore!
The moose likes Web Services and the fly likes Generate Client Stub Using Axis Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Generate Client Stub Using Axis" Watch "Generate Client Stub Using Axis" New topic
Author

Generate Client Stub Using Axis

arfeen khan
Greenhorn

Joined: May 13, 2011
Posts: 23
I have just following wsdl URL -
http://localhost:8080/axis/Calculator.asmx?WSD

NOw i want to apache axis to generate the client stub.
How can i do that.
Actually i know there must schema file for the wsdl.
Is this so?
If yes then how to retrieve it?

Thanks.
hemamalini nithyanandam
Greenhorn

Joined: Oct 24, 2011
Posts: 28

use wsdl2java (check bin folder in axis2)


have a nice day - hema
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Generate Client Stub Using Axis
 
Similar Threads
Parameter names in wsdl - axis2
axis and axis 2
Error in Sending SOAP xml Message
Generate java source from WSDL with AXIS 1.4.1
Webservice client code generation using axis2 and eclipse galilio