Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 32178 invoked from network); 25 Aug 2006 18:50:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Aug 2006 18:50:38 -0000 Received: (qmail 73993 invoked by uid 500); 25 Aug 2006 18:50:35 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 73942 invoked by uid 500); 25 Aug 2006 18:50:34 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 73931 invoked by uid 99); 25 Aug 2006 18:50:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Aug 2006 11:50:34 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Aug 2006 11:50:33 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0CEAA41000B for ; Fri, 25 Aug 2006 18:47:23 +0000 (GMT) Message-ID: <8866445.1156531643025.JavaMail.jira@brutus> Date: Fri, 25 Aug 2006 11:47:23 -0700 (PDT) From: "Jeff Barrett (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS2-1080) UnsupportedOperationException from getPort when using WSDL and generated artifacts In-Reply-To: <20226830.1156531222277.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXIS2-1080?page=comments#action_12430579 ] Jeff Barrett commented on AXIS2-1080: ------------------------------------- Need to add logic that will reconcile methods on an SEI with operations defined in the WSDL. I have a patch which I will submit shortly. > UnsupportedOperationException from getPort when using WSDL and generated artifacts > ---------------------------------------------------------------------------------- > > Key: AXIS2-1080 > URL: http://issues.apache.org/jira/browse/AXIS2-1080 > Project: Apache Axis 2.0 (Axis2) > Issue Type: Bug > Components: jaxws > Reporter: Jeff Barrett > > A client using a generated service (i.e. generated from WSDL) passing in a WSDL URL will get an UnsupportedOperationException when getting a port. For example: > MySEI thePort = new MyGeneratedService(wsdlURL, qname).getMySEIPort(); > Will throws an exception along the lines of > Exception in thread "main" java.lang.UnsupportedOperationException: Not implemented yet > at org.apache.axis2.jaxws.description.ServiceDescription.updateEndpointInterfaceDescription(ServiceDescription.java:207) > at org.apache.axis2.jaxws.description.DescriptionFactory.updateEndpointInterface(DescriptionFactory.java:55) > at org.apache.axis2.jaxws.spi.ServiceDelegate.getPort(ServiceDelegate.java:246) > at javax.xml.ws.Service.getPort(Service.java:94) > at MyGeneratedService.getMySEIPort -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org