Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 20680 invoked from network); 7 Jul 2007 19:32:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Jul 2007 19:32:22 -0000 Received: (qmail 55427 invoked by uid 500); 7 Jul 2007 19:32:18 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 55375 invoked by uid 500); 7 Jul 2007 19:32:18 -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 55363 invoked by uid 99); 7 Jul 2007 19:32:18 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Jul 2007 12:32:18 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of Tony.Dean@sas.com designates 149.173.6.148 as permitted sender) Received: from [149.173.6.148] (HELO mercav05.na.sas.com) (149.173.6.148) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Jul 2007 12:32:14 -0700 Received: from MERCMBX07.na.sas.com ([10.16.9.157]) by mercav05.na.sas.com with InterScan Message Security Suite; Sat, 07 Jul 2007 15:31:51 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C7C0CD.77F25507" Subject: RE: [Axis2] service mapping Date: Sat, 7 Jul 2007 15:31:51 -0400 Message-ID: In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [Axis2] service mapping Thread-Index: Ace51yu+eU5YHlk3QEKbUdFwQUwkmQCahMPgAAUA2zcAH/RcwAD99xbA From: "Tony Dean" To: X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C7C0CD.77F25507 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable any response from the axis2 team on this? ________________________________ From: Tony Dean [mailto:Tony.Dean@sas.com]=20 Sent: Monday, July 02, 2007 2:20 PM To: axis-dev@ws.apache.org Subject: RE: [Axis2] service mapping =09 =09 This refers to the directory under WEB-INF that contains webservice = artifacts. That naming hierarchy is fine. I'm just wondering why the = webservice client has to specify the full name = 'context/services/myService' instead of 'context/myService'. The axis2 = engine needs to know this, but the client doesn't. =20 Thanks. ________________________________ From: Mark Badorrek [mailto:mbadorrek@avoga.com.au]=20 Sent: Sunday, July 01, 2007 11:01 PM To: axis-dev@ws.apache.org Subject: RE: [Axis2] service mapping =09 =09 Hi Tony, =20 You are correct - out of the box, this is the default behaviour. =20 If you want to change it, look for the following line the = conf/axis2.xml, uncomment it, and change to whatever you want: =20 Cheers, =20 Mark B =20 ________________________________ From: Tony Dean [mailto:Tony.Dean@sas.com] Sent: Mon 7/2/2007 10:41 AM To: axis-dev@ws.apache.org Subject: RE: [Axis2] service mapping =09 =09 'services' in the url mapping seems to be required. that is = 'context/services/myService' works, but 'context/myService' does not. = is that expected? why? =09 > -----Original Message----- > From: Tony Dean [mailto:Tony.Dean@sas.com] > Sent: Thursday, June 28, 2007 6:54 PM > To: axis-dev@ws.apache.org > Subject: [Axis2] service mapping > > Hi, > > I changed my web.xml servlet mapping to map all requests to > the AxisServlet: > > > AxisServlet > /* > > > I'm now able to query for my wsdl as > http://host:port/context/myService?wsdl. > But, I get service not found when I try to execute it. I > have to specify > http://host:port/context/services/myService?wsdl in order for > axis2 to find my service. > > Is this correct? Is there a way to avoid the extra > 'services' path in the url mapping? > > Thanks. > > Tony Dean > SAS Institute Inc. > 919.531.6704 > tony.dean@sas.com > > SAS... The Power to Know > http://www.sas.com > > > = --------------------------------------------------------------------- > To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org > For additional commands, e-mail: axis-dev-help@ws.apache.org > > =09 --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org =09 =09 ------_=_NextPart_001_01C7C0CD.77F25507 Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable RE: [Axis2] service mapping
any response from the axis2 team on=20 this?


From: Tony Dean = [mailto:Tony.Dean@sas.com]=20
Sent: Monday, July 02, 2007 2:20 PM
To:=20 axis-dev@ws.apache.org
Subject: RE: [Axis2] service=20 mapping

This refers to the directory under WEB-INF = that contains=20 webservice artifacts.  That naming hierarchy is fine.  I'm = just=20 wondering why the webservice client has to specify the full name=20 'context/services/myService' instead of 'context/myService'.  The = axis2=20 engine needs to know this, but the client doesn't.
 
Thanks.


From: Mark Badorrek=20 [mailto:mbadorrek@avoga.com.au]
Sent: Sunday, July 01, = 2007 11:01=20 PM
To: axis-dev@ws.apache.org
Subject: RE: = [Axis2]=20 service mapping

Hi = Tony,
 
You are = correct - out of=20 the box, this is the default behaviour.
 
If you want to change it, = look for the=20 following line the conf/axis2.xml, uncomment it, and change to = whatever=20 you want:
 

<!--<parameter=20 name=3D"ServicesDirectory">service</parameter>-->

Cheers,
 
Mark B

 

From: Tony Dean=20 [mailto:Tony.Dean@sas.com]
Sent: Mon 7/2/2007 10:41=20 AM
To: axis-dev@ws.apache.org
Subject: RE: = [Axis2]=20 service mapping

'services' in the url mapping seems to be = required. =20 that is 'context/services/myService' works, but 'context/myService' = does=20 not.  is that expected? why?

> -----Original=20 Message-----
> From: Tony Dean [mailto:Tony.Dean@sas.com]
> = Sent:=20 Thursday, June 28, 2007 6:54 PM
> To: = axis-dev@ws.apache.org
>=20 Subject: [Axis2] service mapping
>
> Hi,
>
> = I=20 changed my web.xml servlet mapping to map all requests to
> = the=20 AxisServlet:
>
>=20 <servlet-mapping>
>   =20 = <servlet-name>AxisServlet</servlet-name>
>  &= nbsp;=20 <url-pattern>/*</url-pattern>
>=20 </servlet-mapping>
>
> I'm now able to query for = my wsdl=20 as
> http://host:port/context= /myService?wsdl.
>=20 But, I get service not found when I try to execute it.  = I
> have=20 to specify
> http://host:por= t/context/services/myService?wsdl=20 in order for
> axis2 to find my service.
>
> Is = this=20 correct?  Is there a way to avoid the extra
> 'services' = path in=20 the url mapping?
>
> Thanks.
>
> Tony = Dean
>=20 SAS Institute Inc.
> 919.531.6704
>=20 tony.dean@sas.com
>
> SAS... The Power to Know
> = http://www.sas.com
>
>
>= ;=20 = ---------------------------------------------------------------------
= >=20 To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> = For=20 additional commands, e-mail:=20 = axis-dev-help@ws.apache.org
>
>

----------------------= -----------------------------------------------
To=20 unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For = additional=20 commands, e-mail:=20 = axis-dev-help@ws.apache.org

------_=_NextPart_001_01C7C0CD.77F25507--