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 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? babloosony wrote: Bill- I am talking about the actual client java programs that used thestubscreated by AXIS Java2WSDL ?On Mon, 14 Feb 2005 09:31:00 +0900, BillKeese<[EMAIL PROTECTED]> wrote:Java2Wsdl should generate stubs for the client side. What was missingfromthe Java2Wsdl output?babloosony wrote:Hi All,I have one interesting doubt! Say there are lot of WSDL's exposedbysome third party web service providers. I am using Apache AXIS 1.2 RC2 onclient side. Are there any tools out there that can write javaclientprograms automatically that used stubs generated by AXIS 1.2RC2. Since thewsdl's may describe a method that takes or returnssome java bean to complextypes which themselves again contain complextypes, I want to automate theprocess of constructing such javabeans/complex types that are required tocall a operation on the webservice. I am automating the build process ofabove and constructing webservice client program that can readily be usedby others and onlyproblem is I am not able to automate the process ofwriting clientprograms that can be used for testing the web serivceendpoint.Hope I am clear on my illustration. Please suggest .... Thanks& Regards,Kumar. |