Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 66627 invoked from network); 21 May 2007 15:53:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 May 2007 15:53:55 -0000 Received: (qmail 34147 invoked by uid 500); 21 May 2007 15:53:52 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 34130 invoked by uid 500); 21 May 2007 15:53:52 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 34119 invoked by uid 99); 21 May 2007 15:53:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 May 2007 08:53:52 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=HTML_00_10,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of ashish.kulkarni13@gmail.com designates 64.233.162.234 as permitted sender) Received: from [64.233.162.234] (HELO nz-out-0506.google.com) (64.233.162.234) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 May 2007 08:53:44 -0700 Received: by nz-out-0506.google.com with SMTP id m7so2105117nzf for ; Mon, 21 May 2007 08:53:23 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=O0Tm0UrU62IK/gQWAU2zidPFED8466IwPsa32Pn+WU/6ANyixEVSeoW+am8of4ImEW/uybX2Ezweg+95rvHdH1KmyVfYVaOW/EoL+p1h2Hx4ZXyPzNTICODwZmpmEJuuPCOVrP1AVppdM/Ke1nrlX5lbXI7g+Vs/OBVNdzD9jBQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=NQISxLImO5uk51S+zalae96VLyARdHhuQ/4iK6dPNxkuo5efWuWQs6fKzpPg1laB10LcYHG1gDMi+fRrqob+ST/vv2+blDV2YYqzshIMWZcxkpKYjeddEDWWrXCs5ksmkYDeO8Im4sysfjIFmKsuSlgnl3gF75OjxhrqW69ffIw= Received: by 10.65.116.10 with SMTP id t10mr11015227qbm.1179762803448; Mon, 21 May 2007 08:53:23 -0700 (PDT) Received: by 10.64.10.16 with HTTP; Mon, 21 May 2007 08:53:23 -0700 (PDT) Message-ID: <878c6f8e0705210853g7d4ae36en705b704d9938ccf@mail.gmail.com> Date: Mon, 21 May 2007 11:53:23 -0400 From: "Ashish Kulkarni" To: axis-user@ws.apache.org Subject: [AXIS2.0] Good examples, tutorials, and books MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_43796_17227592.1179762803068" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_43796_17227592.1179762803068 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Are there any good examples, tutorials or books for developing Axis2.0clients and services. I have a requirement where i have to build a Client to consume webservice, the XSD i have is pretty complicated, i used WSDL2Java to create the required java files, and XSD as i am using XMLBeans as client But now i am stuck, dont know how to create a test class for the client I would like to see an example where client is creates from WSDL I have done MyTestStub stub = new MyTestStub(); MyReqDoc req = new MyReqDoc(null); // the constructor has SchemaType as input which i have no clue what is now this req requires to have some input etc, but it is not working. MyResponse res = stub.synchMyData(req); Ashish ------=_Part_43796_17227592.1179762803068 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi
Are there any good examples, tutorials or books for developing Axis2.0 clients and services.
I have a requirement where i have to build a Client to consume webservice, the XSD i have is pretty complicated, i used WSDL2Java to create the required java files, and XSD as i am using XMLBeans as client
But now i am stuck, dont know how to create a test class for the client
I would like to see an example where client is creates from WSDL
I have done
MyTestStub stub = new MyTestStub();

MyReqDoc req = new MyReqDoc(null); // the constructor has SchemaType as input which i have no clue what is

now this req requires to have some input etc, but it is not working.

MyResponse res = stub.synchMyData(req);


Ashish
------=_Part_43796_17227592.1179762803068--