Return-Path: Delivered-To: apmail-incubator-cxf-user-archive@locus.apache.org Received: (qmail 89452 invoked from network); 31 Oct 2007 22:10:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Oct 2007 22:10:49 -0000 Received: (qmail 57590 invoked by uid 500); 31 Oct 2007 22:10:36 -0000 Delivered-To: apmail-incubator-cxf-user-archive@incubator.apache.org Received: (qmail 57559 invoked by uid 500); 31 Oct 2007 22:10:36 -0000 Mailing-List: contact cxf-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-user@incubator.apache.org Delivered-To: mailing list cxf-user@incubator.apache.org Received: (qmail 57550 invoked by uid 99); 31 Oct 2007 22:10:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Oct 2007 15:10:36 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=FM_FAKE_HELO_VERIZON,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of glen.mazza@verizon.net designates 206.46.252.40 as permitted sender) Received: from [206.46.252.40] (HELO vms040pub.verizon.net) (206.46.252.40) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Oct 2007 22:10:51 +0000 Received: from [192.168.1.46] ([70.17.109.164]) by vms040.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JQS00ML1QWR6M90@vms040.mailsrvcs.net> for cxf-user@incubator.apache.org; Wed, 31 Oct 2007 17:10:04 -0500 (CDT) Date: Wed, 31 Oct 2007 18:10:03 -0400 From: Glen Mazza Subject: Re: Client returns empty string! In-reply-to: <4728F50C.2080901@vmsinfo.com> To: cxf-user@incubator.apache.org Message-id: <1193868603.32392.4.camel@gmazza-desktop> MIME-version: 1.0 X-Mailer: Evolution 2.10.1 Content-type: text/plain Content-transfer-encoding: 7bit References: <4728F50C.2080901@vmsinfo.com> X-Virus-Checked: Checked by ClamAV on apache.org Am Mittwoch, den 31.10.2007, 14:35 -0700 schrieb Bashar Jawad: > I have been banging my head against the wall on this problem, so I will > really appreciate any help. I am going to simplify the problem as much > as possible. > xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> xmlns="http://iiws.vmsinfo.com/WSVDMStationInfo/"> xsi:type="xsd:string">216.169.138.213 ^^^^^^^^ I think you're using an rpc/encoded web service (if it were a phonograph record, it would be a 78), which is not JAX-WS supported. No big deal, you'll just need to use Dispatch objects and SAAJ to get your service to work. Googling a bit may help. Glen