Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 53440 invoked from network); 26 May 2008 12:06:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 May 2008 12:06:17 -0000 Received: (qmail 12421 invoked by uid 500); 26 May 2008 12:06:18 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 12407 invoked by uid 500); 26 May 2008 12:06:18 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 12396 invoked by uid 99); 26 May 2008 12:06:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 May 2008 05:06:18 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 May 2008 12:05:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EE121234C125 for ; Mon, 26 May 2008 05:05:55 -0700 (PDT) Message-ID: <1604400718.1211803555974.JavaMail.jira@brutus> Date: Mon, 26 May 2008 05:05:55 -0700 (PDT) From: "Benson Margulies (JIRA)" To: issues@cxf.apache.org Subject: [jira] Created: (CXF-1610) Cannot build service model from WSDL for 'type' part of xsd:base64binary MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Cannot build service model from WSDL for 'type' part of xsd:base64binary ------------------------------------------------------------------------ Key: CXF-1610 URL: https://issues.apache.org/jira/browse/CXF-1610 Project: CXF Issue Type: Bug Affects Versions: 2.1.1 Reporter: Benson Margulies Assignee: Daniel Kulp I'm about to commit a org.apache.cxf.systest.jaxws.JaxWsDynamicClientTest test. It is @Ignored, since it fails. It fails, apparently, because wsdl4j can't handle it's WSDL. The wsdl has a part with a type='xsd:base64Binary', but wsdl4j coughs up a null string for the type. Do we build a complex workaround involving parsing the wsdl for ourselves? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.