----- Original Message -----
From: "Doug Davis" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 01, 2002 5:12 AM
Subject: RE: Dynamic publishing


>
>
>
>
>
> By default, if you use the URLMapper, yes axis will want the base URL to
> be:
>   http://host:port/axis/service/account
> but you can add on any parameters you want (as long as Axis isn't using it
> - like
> ?wsdl).  So adding on "?account=12345" will be ok because it will be
> ignored by
> Axis.  Then, in your service you can just get the full URL (or get the
> Servlet Request
> object) and get the parameters (account) you want/need.
> -Dug

But note that axis now supports GET requests on endpoints with params

http://nagoya.apache.org:5049/axis/EchoHeaders.jws?method=list
http://nagoya.apache.org:5049/axis/EchoHeaders.jws?method=echo&param=a-strin
g

so *do not use method or param as the name of your argument to select an
endpoint instance*

Reply via email to