Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 7286 invoked from network); 26 Jun 2008 10:06:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jun 2008 10:06:16 -0000 Received: (qmail 40511 invoked by uid 500); 26 Jun 2008 10:06:09 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 40482 invoked by uid 500); 26 Jun 2008 10:06:09 -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 40471 invoked by uid 99); 26 Jun 2008 10:06:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2008 03:06:09 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of andrew.clegg@gmail.com designates 209.85.198.249 as permitted sender) Received: from [209.85.198.249] (HELO rv-out-0708.google.com) (209.85.198.249) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2008 10:05:15 +0000 Received: by rv-out-0708.google.com with SMTP id c5so8312853rvf.28 for ; Thu, 26 Jun 2008 03:05:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=ntWHTGO+IcV79kbGbDY2U8lDsZJ/zdkwMGYswPKs+Nc=; b=r4XVVD6s64++LU7KZXuicmyTDsAqRJx+w/3LZJlijdbybMTcFijs7THbLnSRHTws24 kOTCGv+2w2ObhUW5soRq1fyyx6YpgabNlM3gDw9lwMWqKkKTIMJbzSQwvCMYXysvWOtL SO1jsnVknpBSuAQbl9yJnz+E8Zx28V5DlZqYw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=ASoNysgek2yBHz9AAkjf8zI5gxntk849m6xVlpFJbxH/05731vq5cy9NaARwMwf7gf t4tGnwulqjq1yyrMUHwZ57mDaFAcRm3lcydlc/Q81h8GIhLvZhWRbkTxEVtQIfD9iwFS cEIsOOBBFFlsVfKm2NXJO1Ss0dJfrfkfiUPqE= Received: by 10.140.170.12 with SMTP id s12mr17199853rve.83.1214474734931; Thu, 26 Jun 2008 03:05:34 -0700 (PDT) Received: by 10.141.33.7 with HTTP; Thu, 26 Jun 2008 03:05:34 -0700 (PDT) Message-ID: Date: Thu, 26 Jun 2008 11:05:34 +0100 From: "Andrew Clegg" To: axis-user@ws.apache.org Subject: Re: XSD inheritance (via extension) in WSDLs (top-down) In-Reply-To: <60708f4b0806252149h7fe45796m476c26033718b416@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <60708f4b0806252149h7fe45796m476c26033718b416@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org 2008/6/26 Amila Suriarachchi : > Here your request should be something like this > > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" > xmlns:typ="http://ws.cathdb.info/Types"> > > > > >
tess
> >
>
>
>
Yep, that's what I was hoping for... > Try to invoke this service ether using an XMLBean client or an ADB client. > Then you can get a proper request. Unfortunately we're developing publically available services so can't really mandate a particular client. Also we're part of a consortium that requires SoapUI test suites, so our schema needs to be able to generate healthy requests in SoapUI. I've gone for a solution involving xsd:choice elements rather than inheritance, which seems to work fine in SoapUI and to sit more happily with ADB than the inheritance structure did. XMLBeans just seems unnecessarily complicated... By the way, in the process, I hit upon a case under XMLBeans where the response documents failed validation against the original WSDL. Should I post a test case that demonstrates this? Or is Axis2 with XMLBeans not guaranteed to produce conformant responses? Andrew. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org