This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Web Services and the fly likes How to automate the build process of writing web service clients 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 "How to automate the build process of writing web service clients " Watch "How to automate the build process of writing web service clients " New topic
Author

How to automate the build process of writing web service clients

Rr Kumaran
Ranch Hand

Joined: Sep 17, 2001
Posts: 548
Hi All,

I have one interesting doubt! Say there are lot of WSDL's exposed by some third party web service providers. I am using Apache AXIS 1.2 RC2 on client side. Are there any tools out there that can write java client programs automatically that used stubs generated by AXIS 1.2 RC2. Since the wsdl's may describe a method that takes or returns some java bean to complex types which themselves again contain complex types, I want to automate the process of constructing such java beans/complex types that are required to call a operation on the web service.


I am automating the build process of above and constructing web service client program that can readily be used by others and only problem is I am not able to automate the process of writing client programs that can be used for testing the web serivce endpoint.

Hope I am clear on my illustration. Please suggest ....


Thanks & Regards,
Kumar.


RR Kumaran
SCJP 1.4
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to automate the build process of writing web service clients
 
Similar Threads
SOAP and WSAD V5.0
AXIS 1.2 RC2 and AXIS 1.1 RC2 and WebSphere 4.0
AXIS 1.2 RC2 and AXIS 1.1 RC2 and WebSphere 4.0
problem with WSDL2Java and nested complex types
Newbie doubts on XML Signature