Re: Axis2 wsdl2java not overwriting files

2007-06-08 Thread Irv Salisbury
but wanted to send right details. Thanks, Irv On 6/8/07, Irv Salisbury [EMAIL PROTECTED] wrote: We are using the following java invocation in our build file for running wsdl2java: java classname=org.apache.axis2.wsdl.WSDL2Java fork=true failonerror=true sysproperty key

Axis2 wsdl2java not overwriting files

2007-06-08 Thread Irv Salisbury
We are using the following java invocation in our build file for running wsdl2java: java classname=org.apache.axis2.wsdl.WSDL2Java fork=true failonerror=true sysproperty key=log4j.configuration value=file:/${ common.lib.build.dir}/log4j.xml/ classpath refid=axis.jars/ classpath

Re: Axis2 wsdl2java not overwriting files

2007-06-08 Thread Irv Salisbury
to its own temp area and copy over. Irv On 6/8/07, Irv Salisbury [EMAIL PROTECTED] wrote: I copied the client error messages we are getting. The server side is the same type of error, just different files: [java] INFO org.apache.axis2.wsdl.codegen.writer.ClassWriter - The C:\view

Re: Axis2 wsdl2java not overwriting files

2007-06-08 Thread Irv Salisbury
only the changed ones over. In the meantime please log a Jira if you can so that we have a record of it Ajith On 6/8/07, Irv Salisbury [EMAIL PROTECTED] wrote: Looks like the code that is causing this to fail is: public void createOutFile(String packageName, String fileName) throws Exception

[Axis2] wsdl2java with multipe wsdl files

2006-10-04 Thread Irv Salisbury
Is there an easy way to have wsdl2java take in multiple wsdl files to run? I can use either command line or ant based.Thanks,Irv

Advice for dealing with multiple services

2006-10-03 Thread Irv Salisbury
I read the FAQ and see how to add multiple services to a service.xml file and put them in an aar file. However, I am asking for some advice on having a project with multiple web services using ant. We will have probably 5-6 web services in our project, all using xmlbeans generation, and they will