Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 71431 invoked from network); 2 Apr 2007 11:36:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Apr 2007 11:36:42 -0000 Received: (qmail 93369 invoked by uid 500); 2 Apr 2007 11:36:41 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 93247 invoked by uid 500); 2 Apr 2007 11:36:41 -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 93230 invoked by uid 99); 2 Apr 2007 11:36:41 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Apr 2007 04:36:41 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [209.191.106.39] (HELO web39608.mail.mud.yahoo.com) (209.191.106.39) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 02 Apr 2007 04:36:31 -0700 Received: (qmail 84980 invoked by uid 60001); 2 Apr 2007 11:36:10 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=OLgPnPYi3iC6pmYDsr45f1tgcVDIIHnSt7lI3hU6hB6Ubk1+ELBFtriWXDlrTbJK+uWEw5XPCogadgeDiple7Lmr1G2d0UQBX8LCcDKFfhGD9dpEkAs9Qi4/2/zYSuooOHtJ1hDMbDxGVX3lGcb8YA3z10KDlyCzhLDEuO9/ShI=; X-YMail-OSG: dMJKyDsVM1mYrtL_nI76L2568dP5_YUDTH39BnGkULBXgMY2igx84gPkGWMJanN3spoWOsSI3SM0LBe4DqrSzpMmHP_TsVrirH7i Received: from [193.189.170.154] by web39608.mail.mud.yahoo.com via HTTP; Mon, 02 Apr 2007 04:36:10 PDT X-Mailer: YahooMailRC/476 YahooMailWebService/0.7.41.8 Date: Mon, 2 Apr 2007 04:36:10 -0700 (PDT) From: Milan Tomic Subject: Re: WebServices client To: axis-user@ws.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=ascii Message-ID: <105772.84427.qm@web39608.mail.mud.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org > * my best guess is that you wanted to say that the service uses an > IN-OUT MEP, and that it takes a parameter as complex type for IN and > returns another complex type as OUT Yes, that exactly describes what I wanted to say, using all those "fancy" words like "MEP" and "complex type". :-) As my service takes an complex type element as input, I need to pass SOAPElement and to receive SOAPElement. I don't know how to fill SOAPElement. I will try to use XFire for the client. Thank you very much for your help, Milan ----- Original Message ---- From: Philipp Leitner To: axis-user@ws.apache.org Sent: Friday, March 30, 2007 2:48:46 PM Subject: Re: WebServices client Although I have to confess that I lack any idea of what you mean by "takes an XSD element and returns an XSD element"* I think that the easiest way of testing a Web Service is to create client stubs using wsdl2java (comes along with your Axis2 distribution) and use this stubs to test the service. The whole process should not take < 30 minutes in general. Alternatively I have often used XFire (http://xfire.codehaus.org/) to quickly test services ... /philipp * my best guess is that you wanted to say that the service uses an IN-OUT MEP, and that it takes a parameter as complex type for IN and returns another complex type as OUT Milan Tomic schrieb: > I would like to test my web service, so I need a client. My web service takes an XSD Element and returns an XSD Element. Is there some example of such a client? Since input argument is large XML, I would like to load it from a file, rather then building it in code. > > Thank you in advance, > Milan > > > > > > ____________________________________________________________________________________ > Don't pick lemons. > See all the new 2007 cars at Yahoo! Autos. > http://autos.yahoo.com/new_cars.html > > --------------------------------------------------------------------- > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org > For additional commands, e-mail: axis-user-help@ws.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org ____________________________________________________________________________________ Never miss an email again! Yahoo! Toolbar alerts you the instant new Mail arrives. http://tools.search.yahoo.com/toolbar/features/mail/ --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org