Return-Path: Delivered-To: apmail-incubator-general-archive@www.apache.org Received: (qmail 45498 invoked from network); 12 Sep 2006 18:06:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Sep 2006 18:06:16 -0000 Received: (qmail 43515 invoked by uid 500); 12 Sep 2006 18:06:14 -0000 Delivered-To: apmail-incubator-general-archive@incubator.apache.org Received: (qmail 43361 invoked by uid 500); 12 Sep 2006 18:06:13 -0000 Mailing-List: contact general-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@incubator.apache.org Delivered-To: mailing list general@incubator.apache.org Received: (qmail 43350 invoked by uid 99); 12 Sep 2006 18:06:13 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Sep 2006 11:06:13 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=guillaume.nodet@worldonline.fr; spf=permerror X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received-SPF: error (idunn.apache.osuosl.org: domain worldonline.fr from 64.14.253.135 cause and error) Received: from ([64.14.253.135:34475] helo=goku.simulalabs.com) by idunn.apache.osuosl.org (ecelerity 2.1 r(10620)) with ESMTP id 79/10-04030-E17F6054 for ; Tue, 12 Sep 2006 11:06:23 -0700 Received: from localhost (goku [127.0.0.1]) by goku.simulalabs.com (Postfix) with ESMTP id 3DE34EC05D7 for ; Tue, 12 Sep 2006 11:06:06 -0700 (PDT) X-Virus-Scanned: amavisd-new at goku.simulalabs.com Received: from goku.simulalabs.com ([127.0.0.1]) by localhost (goku.simulalabs.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id He-OJQBxzwgy for ; Tue, 12 Sep 2006 11:06:04 -0700 (PDT) Received: from [192.168.1.132] (124.156.98-84.rev.gaoland.net [84.98.156.124]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by goku.simulalabs.com (Postfix) with ESMTP id 4882FEC05BD for ; Tue, 12 Sep 2006 11:05:51 -0700 (PDT) Message-ID: <4506F6F0.5000004@worldonline.fr> Date: Tue, 12 Sep 2006 20:05:36 +0200 From: Guillaume Nodet User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: general@incubator.apache.org Subject: Two problems Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I'm trying to use the just released M5. I noticed the following problems: #1. The following code result in an NPE Document doc = ...; WSDLReader reader = WSDLFactory.newInstance().newWSDLReader(); WSDLSource src = reader.createWSDLSource(); src.setSource(doc); reader.readWSDL(src); I had to put a dummy base uri to avoid the NPE: src.setBaseURI(new URI("file:doc")); #2. The HTTP binding allows '{' and '}' to be part of the whttp:location attribute as shown in http://www.w3.org/TR/2006/CR-wsdl20-adjuncts-20060106/#_http_operation_location_notcited_iri for example. But i have the following output when parsing such extensions: Woden[Error],0:0,WSDL506,Could not create a URI from the string "{id}".,java.net.URISyntaxException:Illegal character in path at index 0: {id} I think that the location attribute should not be a URI in the component model, but a plain string. Cheers, Guillaume Nodet --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org For additional commands, e-mail: general-help@incubator.apache.org