RE: axis-wsdl2java task problem

2006-05-10 Thread James Armstrong
 Rob,
I really appreciate your help. Yes, I did something similar and now
everything is working.
Thanks again,
james

-Original Message-
From: Rob Henley [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 10, 2006 10:23 AM
To: axis-user@ws.apache.org
Subject: Re: axis-wsdl2java task problem

Hi James
I'm not an expert, but I had a similar problem. I generated a server 
skeleton using java2wsdl and then added my implementation code, but of 
course next time I run java2wsdl it is overwritten. I have a directory 
structure something like:

axis2
   samples
  mySample ... MySkeleton.java
  src
 org.apache.axis2 ... MySkeleton.java

I keep all my own code in the 'parent' directory (e.g. mySample), so first 
time around after running wsdl2java I moved the generated skeleton to this 
top level. Subsequently if i regenerate the code I just delete or rename the

newly-generated skeleton (its a good idea to check it still has the same 
'interface' as your 'original'). When you build it doesn't seem to matter 
whether the file is in a subdirectory corresponding to its package name or 
not, so this seems like a simple way to keep your generated code separate 
from the stuff you've modified.

Cheers
Rob



- Original Message - 
From: "James Armstrong" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, May 10, 2006 4:51 PM
Subject: re: axis-wsdl2java task problem


> Hi,
> I am using Axis wsdl2java to autogenerate needed "stubs" to that I can
> deploy my web service using axis-admin task. The wsdl2java keeps on
> over-writing my java source that java2wsdl used to generate the wsdl. Can 
> I
> tell it not to do that?!
>
> Here is my axis-wsdl2java target:
>
> 
>  
>  serverside="${serverside}" url="${wsdl.file}" deployscope="${deployscope}"
> helpergen="${helpergen}" debug="true" all="${all}"/>
> 
>  wscodebehind="${classname}"/>
> 
> 
>
> Here are my property definitions:
>
> 
> 
> 
> 
> 
>  description="The output directory for generated files."/>
> 
>
> Problem: Axis overwrites my java source with autogenerated code. Is there
> anyway around this?
> james
>
>
>
>
> 





Re: axis-wsdl2java task problem

2006-05-10 Thread Rob Henley

Hi James
I'm not an expert, but I had a similar problem. I generated a server 
skeleton using java2wsdl and then added my implementation code, but of 
course next time I run java2wsdl it is overwritten. I have a directory 
structure something like:


axis2
  samples
 mySample ... MySkeleton.java
 src
org.apache.axis2 ... MySkeleton.java

I keep all my own code in the 'parent' directory (e.g. mySample), so first 
time around after running wsdl2java I moved the generated skeleton to this 
top level. Subsequently if i regenerate the code I just delete or rename the 
newly-generated skeleton (its a good idea to check it still has the same 
'interface' as your 'original'). When you build it doesn't seem to matter 
whether the file is in a subdirectory corresponding to its package name or 
not, so this seems like a simple way to keep your generated code separate 
from the stuff you've modified.


Cheers
Rob



- Original Message - 
From: "James Armstrong" <[EMAIL PROTECTED]>

To: 
Sent: Wednesday, May 10, 2006 4:51 PM
Subject: re: axis-wsdl2java task problem



Hi,
I am using Axis wsdl2java to autogenerate needed "stubs" to that I can
deploy my web service using axis-admin task. The wsdl2java keeps on
over-writing my java source that java2wsdl used to generate the wsdl. Can 
I

tell it not to do that?!

Here is my axis-wsdl2java target:


 






Here are my property definitions:


generate the WSDL for. The URL can be remote or a local file."/>







Problem: Axis overwrites my java source with autogenerated code. Is there
anyway around this?
james










re: axis-wsdl2java task problem

2006-05-10 Thread James Armstrong
Hi,
I am using Axis wsdl2java to autogenerate needed "stubs" to that I can
deploy my web service using axis-admin task. The wsdl2java keeps on
over-writing my java source that java2wsdl used to generate the wsdl. Can I
tell it not to do that?!

Here is my axis-wsdl2java target:


 






Here are my property definitions:









Problem: Axis overwrites my java source with autogenerated code. Is there
anyway around this?
james