Re: Cannot find jar for org.apache.axis2.webapp.axisadminservlet in release 1.5.1

2010-07-08 Thread Andreas Veithen
It's in the axis2-webapp module that produces the WAR file and that also contains the JSP pages used by AxisAdminServlet. Andreas On Thu, Jul 8, 2010 at 17:06, Cyril Furtado wrote: > After upgrading from 1.4 to 1.5..1 Running under Tomcat servlet, I cannot > find the AxisAdminServlet Class , on

Namespace missing on elements

2010-07-08 Thread Magnus Altin
I'm developing a web service with Axis2 1.5.1 and I have a problem with a Dotnet client trying to consume it. I'm using the contract first model and this is how I define one of my complex types: And

Cannot find jar for org.apache.axis2.webapp.axisadminservlet in release 1.5.1

2010-07-08 Thread Cyril Furtado
After upgrading from 1.4 to 1.5..1 Running under Tomcat servlet, I cannot find the AxisAdminServlet Class , on searching the code found that the Class file exists in a new package directory org.apache.axis2.webapp now I cannot find the jar that contains this package. Can anyone please provide

RE: [Axis2] Axis 2 Admin Console generates HTTP 414 Request Too Large

2010-07-08 Thread Schlarb Sven
Dear all,   I had the same problem (HTTP 414 Request Too Large) when using the ServiceParaEdit.jsp for changing a service parameter using Axis 1.5.1 and changed the method from GET to POST, but as a consequence, when changing a parameter, the aar was corrupted. Unfortunately, I did not furthe