Re: Integer validation in WSDL2C.sh generated code

2010-01-27 Thread Nandika Jayawardana
We always welcome contributions. Please raise a jira and attach your changes as a patch. Regards Nandika On Wed, Jan 27, 2010 at 6:24 AM, slowpoison slowpoi...@comcast.net wrote: On Fri, Jan 22, 2010 at 10:57 PM, Sanjiva Weerawarana sanj...@opensource.lk wrote: Why not get the script to run

wsdl2java -R option

2010-01-27 Thread rahul yadav
Has anybody used -R option in wsdl2java codegeneration with xmlbeans binding, I am using Axis1.5.1 ? here is my command line... wsdl2java -uri d:\test.wsdl -d xmlbeans -o d:\src -p com.axis.test -R d:\resourceTest It throws following exception...

RE: wsdl2java -R option

2010-01-27 Thread Doughty, Michael
I use the -R option in Axis 1.5.1 and it works ok for me. However, I supply a relative path. If I try to supply an absolute path as you have here, I get a CodeGenerationException. From: rahul yadav [mailto:rahulyada...@gmail.com] Sent: Wednesday, January 27, 2010 5:07 AM To:

Re: Axis213 Soap request and response logging issue

2010-01-27 Thread Andreas Veithen
Please stop spamming this list by sending the same post repeatedly. There are plenty of articles on the Web discussing SOAP message logging in Axis2. Did you actually do your own research? On Wed, Jan 27, 2010 at 12:01, arockia.s...@aciworldwide.com wrote: Thanks Regards, Arockia This

Axis2 DII client exception : Unexpected subelement arg0

2010-01-27 Thread Tarus
Hello All, I am facing a problem when is using DII client to invoke a webservice. Any help on this is appreciated. Thanks in advance. env: - Axis 2.1.3, Tomcat 5.0, JDK 5.0 Trace is below: log4j:WARN No appenders could be found for logger (org.apache.axis2.description.AxisService).

Re: AXIS2-2883

2010-01-27 Thread Nirav Shah
Deepal.. Is the issue in the URL that something you are aware of? Regrds, Nirav On Tue, Jan 26, 2010 at 12:15 PM, Nirav Shah snirav.s...@gmail.com wrote: Thanks Deepal, very much appreciate a response..I have added the serviceClient cleanupTransport( ) after each service call based on your

Re: AXIS2-2883

2010-01-27 Thread Deepal Jayasinghe
try calling this; client.cleanup(); client.cleanupTransport(); Nirav Shah wrote: Deepal.. Is the issue in the URL that something you are aware of? Regrds, Nirav On Tue, Jan 26, 2010 at 12:15 PM, Nirav Shah snirav.s...@gmail.com mailto:snirav.s...@gmail.com wrote: Thanks Deepal,

Re: archive lib directory and 3rd party libraries (axis2/tomcat 6)

2010-01-27 Thread Charles Galpin
Thanks for your help with this Andreas I put a bunch of debug statements in various places and found the WebappClassLoader was being used consistently throughout. I still don't understand what was happening in this SQLException case, but I did end up finding my problem(s) stem from the use of

Axis2 JAX-WS: The service class cannot be found for this AxisService

2010-01-27 Thread Daniel Walsh
I have written a simple hello application in Axis2 JAX-WS and when I run my client I am getting an error that the service class cannot be found. In this email I'm including the exact message, my services.xml file, a jar output of my aar file, my wsdl file, my schema file, a snippet from the

Re: Axis2 JAX-WS: The service class cannot be found for this AxisService

2010-01-27 Thread Andreas Veithen
Daniel, Please have a look at AXIS2-4611 [1]. If deploying as a servicejar is not an option for you, feel free to vote for the issue and leave a comment. Andreas [1] https://issues.apache.org/jira/browse/AXIS2-4611 On Wed, Jan 27, 2010 at 21:32, Daniel Walsh walsh94...@gmail.com wrote: I