Return-Path: Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: (qmail 32826 invoked from network); 10 Feb 2011 07:14:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Feb 2011 07:14:34 -0000 Received: (qmail 96142 invoked by uid 500); 10 Feb 2011 07:14:31 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 94850 invoked by uid 500); 10 Feb 2011 07:14:29 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 93553 invoked by uid 99); 10 Feb 2011 07:14:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Feb 2011 07:14:27 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,NORMAL_HTTP_TO_IP,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Feb 2011 07:14:25 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id EDD7C19C6F7 for ; Thu, 10 Feb 2011 07:14:04 +0000 (UTC) Date: Thu, 10 Feb 2011 07:14:04 +0000 (UTC) From: "Ruwan Linton (JIRA)" To: java-dev@axis.apache.org Message-ID: <1554069217.7197.1297322044969.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Updated: (AXIS2-4426) axis2 responds on all endpoint urls, but delivers using the selected binding MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-4426?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton updated AXIS2-4426: -------------------------------- Fix Version/s: (was: 1.6) 1.7 Postponing to the next version > axis2 responds on all endpoint urls, but delivers using the selected bind= ing > -------------------------------------------------------------------------= --- > > Key: AXIS2-4426 > URL: https://issues.apache.org/jira/browse/AXIS2-4426 > Project: Axis2 > Issue Type: Bug > Components: jaxws > Environment: fedora 11, openjdk 1.6 tomcat 6 > Reporter: Christoph H=C3=B6ger > Fix For: 1.7 > > > When I use the following POJO: > @WebService(name=3D"counterService", targetNamespace=3D"http://www.umpa-n= et.de/services/counterService") > @BindingType(value=3DHTTPBinding.HTTP_BINDING) > public class Service { > =09 > =09 @WebMethod(operationName =3D "echoMethod") > =09 public String echoString(@WebParam(name=3D"stringIn")String s){ > =09 return s; > =09 } > =09 =20 > =09 @WebMethod(operationName =3D "greeting") > =09 public String sendGreeting() { > =09 =09return "Hello from a webservice, Mareike!"; > =09 } > } > I get SOAP11, SOAP12 and an HTTP endpoint in the wsdl. > If I issue that endpoint by GETing e.g.: http://192.168.2.106:8080/axis2/= services/ServiceService.ServiceServiceHttpSoap12Endpoint/greeting > I would expect an 404 or a "wrong protocoll" message, but it is handled v= ia http and I get the response. > Is that expectation wrong? --=20 This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org