Your servlet filter (javax.servlet.Filter) has access to the
HttpServletRequest, which contains the necessary information about the
source of the request.
The code of your filter's doFilter method would look at the URL (and
invoke the rest of the filter chain unless it had the parameter ?wsdl).
T
Il 17/04/2014 18:05, Jeff Greif ha scritto:
This is a speculation, not a definitive answer. The ?wsdl URL is
handled by the Axis servlet, so if no other way was found, you could
introduce a servlet filter that used an XSLT, or some other technique
to transform whatever normally comes out of th
This is a speculation, not a definitive answer. The ?wsdl URL is handled
by the Axis servlet, so if no other way was found, you could introduce a
servlet filter that used an XSLT, or some other technique to transform
whatever normally comes out of the ?wsdl URL.
On Thu, Apr 17, 2014 at 7:18 AM,
Il 17/04/2014 15:28, Martin Gainty ha scritto:
MG>Port Address translation or PAT is explained at
MG>http://www.dslreports.com/faq/13449
I know what PAT is, but seems to me that it ha nothing to do with the
matter of this thread
MG>Cisco has ASA-5500 ADSM Product which will configure NAT/PA
> Date: Thu, 17 Apr 2014 08:35:39 +0200
> From: a.cappe...@gmail.com
> To: java-user@axis.apache.org
> Subject: Dynamic wsdl
>
> Hi list,
> I'm newbie of Axis
>
> I started managing an old app using Axis2 1.5.3 that runs on jetty 9.1.3
> which listen http on a specific port furthermore; the