Re: How to automate the build process of writing web service clients

2005-02-13 Thread Bill Keese
Java2Wsdl should generate stubs for the client side. What was missing from the Java2Wsdl output? babloosony wrote: 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

Re: How to automate the build process of writing web service clients

2005-02-13 Thread babloosony
Bill- I am talking about the actual client java programs that used the stubs created by AXIS Java2WSDL ? On Mon, 14 Feb 2005 09:31:00 +0900, Bill Keese [EMAIL PROTECTED] wrote: Java2Wsdl should generate stubs for the client side. What was missing from the Java2Wsdl output? babloosony

Re: How to automate the build process of writing web service clients

2005-02-13 Thread Bill Keese
I don't think there's any tool to automatically generate a client program that uses the stubs generated by Java2Wsdl. But I'm not sure what you would want such a program to do; are you looking for a program that automatically generates JSP pages, or automatically generates a swing application?

Re: How to automate the build process of writing web service clients

2005-02-13 Thread babloosony
Bill- You are right ! I am looking programs similiar to jsp/swing On Mon, 14 Feb 2005 13:16:16 +0900, Bill Keese [EMAIL PROTECTED] wrote: I don't think there's any tool to automatically generate a client program that uses the stubs generated by Java2Wsdl.But I'm not sure what you

Re: How to automate the build process of writing web service clients

2005-02-13 Thread Bill Keese
Hmm, I see. Sorry, I don't know any programs that do that. babloosony wrote: Bill- You are right ! I am looking programs similiar to jsp/swing On Mon, 14 Feb 2005 13:16:16 +0900, Bill Keese [EMAIL PROTECTED] wrote: I don't think there's any tool to automatically generate a

RE: How to automate the build process of writing web service clients

2005-02-13 Thread Rob Crusoe
Oh boy! You know what, i do have exactly such product !! It does everything - just touch your mouse with your right palm, and it generates all -JSPs, colorful swing apps, EJBs and submits your project completion reports too!! Just send tworoubles to this address to get ur copy: Rob, Crusoe

How to automate the build process of writing web service clients

2005-02-11 Thread babloosony
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