Hi Martin:
Thanks very much -- this was very helpful!
Best regards,
Ingolf
On Jun 3, 2013, at 3:53 AM, Martin Gainty wrote:
> Ingolf
>
> Axis code is scoped at the session which means the
> 1)axis2 web application does not know about session parameter port
> 2)container does not know about c
Hi Shameera:
So I checked again, and what my code does is as follows (written in Java here
for ease of discussion):
…
AxisServer server = new AxisServer();
server.getConfigurationContext.getAxisConfiguration().getTransportsIn().get("http").getParameter("port").setValue(7171);
// some server.dep