Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 84371 invoked from network); 21 Mar 2007 17:53:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Mar 2007 17:53:31 -0000 Received: (qmail 8285 invoked by uid 500); 21 Mar 2007 17:53:38 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 8186 invoked by uid 500); 21 Mar 2007 17:53:38 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 8175 invoked by uid 500); 21 Mar 2007 17:53:38 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 8171 invoked by uid 99); 21 Mar 2007 17:53:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Mar 2007 10:53:38 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Mar 2007 10:53:29 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id E13C51A9838; Wed, 21 Mar 2007 10:53:08 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r520963 - in /webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/sample/mtom1: META-INF/samplemtomjpeg.wsdl SendImageService.java Date: Wed, 21 Mar 2007 17:53:08 -0000 To: axis2-cvs@ws.apache.org From: ngallardo@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070321175308.E13C51A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ngallardo Date: Wed Mar 21 10:53:02 2007 New Revision: 520963 URL: http://svn.apache.org/viewvc?view=rev&rev=520963 Log: Fixing the JAXWS tests issue. This endpoint should have included a WSDL document. Added: webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/sample/mtom1/META-INF/samplemtomjpeg.wsdl Modified: webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/sample/mtom1/SendImageService.java Added: webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/sample/mtom1/META-INF/samplemtomjpeg.wsdl URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/sample/mtom1/META-INF/samplemtomjpeg.wsdl?view=auto&rev=520963 ============================================================================== --- webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/sample/mtom1/META-INF/samplemtomjpeg.wsdl (added) +++ webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/sample/mtom1/META-INF/samplemtomjpeg.wsdl Wed Mar 21 10:53:02 2007 @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Modified: webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/sample/mtom1/SendImageService.java URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/sample/mtom1/SendImageService.java?view=diff&rev=520963&r1=520962&r2=520963 ============================================================================== --- webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/sample/mtom1/SendImageService.java (original) +++ webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/sample/mtom1/SendImageService.java Wed Mar 21 10:53:02 2007 @@ -17,7 +17,7 @@ targetNamespace = "urn://mtom1.sample.jaxws.axis2.apache.org", serviceName = "SendImageService", portName = "sendImageSoap", - wsdlLocation = "WEB-INF/wsdl/samplemtomjpeg.wsdl", + wsdlLocation = "META-INF/samplemtomjpeg.wsdl", endpointInterface = "org.apache.axis2.jaxws.sample.mtom1.SendImageInterface") @BindingType (SOAPBinding.SOAP11HTTP_MTOM_BINDING) public class SendImageService implements SendImageInterface { --------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org