Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 66941 invoked from network); 23 Nov 2004 09:32:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 23 Nov 2004 09:32:37 -0000 Received: (qmail 88890 invoked by uid 500); 23 Nov 2004 09:32:32 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 88858 invoked by uid 500); 23 Nov 2004 09:32:32 -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: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 88843 invoked by uid 99); 23 Nov 2004 09:32:31 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 23 Nov 2004 01:32:28 -0800 Received: (qmail 27573 invoked from network); 23 Nov 2004 09:25:19 -0000 Received: from localhost (HELO nagoya) (127.0.0.1) by nagoya.betaversion.org with SMTP; 23 Nov 2004 09:25:19 -0000 Message-ID: <1808806495.1101201919590.JavaMail.apache@nagoya> Date: Tue, 23 Nov 2004 01:25:19 -0800 (PST) From: "Guillaume Sauthier (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS-1680) Add an offline/unchecked-url mode to WSDL2Java Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Add an offline/unchecked-url mode to WSDL2Java ---------------------------------------------- Key: AXIS-1680 URL: http://nagoya.apache.org/jira/browse/AXIS-1680 Project: Axis Type: Improvement Components: WSDL processing Versions: 1.2RC2 Environment: JOnAS 4.2.0 Reporter: Guillaume Sauthier I'm facing the following problem : my Generation with EWS fails when the endpoint URL specified in WSDL is not an URL. But I need this to work, because when a client want to use a webservice that is deployed in the same time, URL of the service is unknown. This is the port-component-link usage in J2EE1.4 : the service the client want to access, is not deployed when I make the generation, so I was wondering if it is possible to have an "offline" mode for the Generation that do not check the URL validity ? Is this a reasonnable request for Axis 1.2 Final ? Here is the Exception I get java.io.IOException: Emitter failure. Invalid endpoint address in port SEIPort in service ServiceLocator: NOT_AN_URL at org.apache.axis.wsdl.toJava.JavaServiceImplWriter.writeFileBody(JavaServiceImplWriter.java:232) at org.apache.axis.wsdl.toJava.JavaWriter.generate(JavaWriter.java:130) at org.apache.axis.wsdl.toJava.JavaServiceWriter.generate(JavaServiceWriter.java:80) at org.apache.geronimo.ews.jaxrpcmapping.J2eeGeneratorFactory$Writers.generate(J2eeGeneratorFactory.java:267) at org.apache.geronimo.ews.jaxrpcmapping.J2eeEmitter.generate(J2eeEmitter.java:414) at org.apache.geronimo.ews.jaxrpcmapping.J2eeEmitter.access$2(J2eeEmitter.java:366) at org.apache.geronimo.ews.jaxrpcmapping.J2eeEmitter$WSDLRunnable.run(J2eeEmitter.java:335) at java.lang.Thread.run(Thread.java:534) regards Guillaume -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://nagoya.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira