AXIS 2 WSDL Validation probelm

2012-07-15 Thread Joe Smithian
Hi all, I have some SOAP web services applications based on AXIS2-1.1.1 running on Tomcat 6, they have been running for many years without problem, but in the past few days some of them failed at validating WSDL at startup because of problem accessing the schema files on www.oasis-open.org

Re: Help

2012-07-15 Thread Andreas Veithen
Either compile the code with Java source level set to 1.4 or replace org.apache.axis.enum with org.apache.axis.constants (if the Axis version is recent enough). Andreas On Sat, Jul 7, 2012 at 3:04 PM, Maria Din maria...@hotmail.fr wrote: Hello, Please, I have this error , import

Re: axistools-maven-plugin - getServiceClient()

2012-07-15 Thread Andreas Veithen
The axistools Maven plugin generates stubs for Axis 1.x, but ServiceClient is an Axis2 API. Andreas On Sat, Jul 14, 2012 at 1:17 AM, tamahmed tameem.ah...@gmail.com wrote: I am using axistools version 1.4 maven plugin to generate stubs for my wsdl. I am not able set http headers to my soap