Re: How to create Java Client to invoke webservices written in Java using Axis2

2007-02-01 Thread keith chapman
Hi Syed, This article [1] explains how to invoke a service using the generated stub. Hope that it will help you. If you have more question you can try the userguide too. [1] http://wso2.org/library/95 Thanks, Keith. On 2/1/07, Anwaruddin Syed <[EMAIL PROTECTED]> wrote: Hi All, I am new to w

How to create Java Client to invoke webservices written in Java using Axis2

2007-02-01 Thread Anwaruddin Syed
Hi All, I am new to web service development. I need to invoke Web services written in Java on a Java Client. I have a WSDL file with me. After generating Client side stubs how should I call this from my Java Client. I need some inputs on how to organize my Java Client code to invoke the web s