Re: Field level variables

2010-08-18 Thread Meeusen, Christopher W.
My main concern is if this is thread safe. Are pojos re entrant in axis2-1.3? On Aug 18, 2010, at 17:21, "Meeusen, Christopher W." > wrote: I’m looking through some of my colleagues code and I’m noticing some field level variables declared inside one of our pojos. Someth ing similar to t

Field level variables

2010-08-18 Thread Meeusen, Christopher W.
I'm looking through some of my colleagues code and I'm noticing some field level variables declared inside one of our pojos. Something similar to this: Public class classA { private classB aClassb; Public classC[] aMethod() {

Re: [Axis2] Axis2 client code with ServiceClient created as dynamic client gives AxisFault: The anonOutInOp operation cannot be found

2010-08-18 Thread wongwong
Hello, Does this problem sloved? I have the same problem. any help, please. Thanks, Wong. Deepal Jayasinghe-2 wrote: > > Hi Pantvaidya, > Please send me the code (best thing is to create a JIRA) then I can > looking to that , and it would be great if the WSDL file is accessible , > then I c

Question to abd codegen and abstract complexTypes

2010-08-18 Thread Alexander Mischur
Hello all, When you have an abstract element in your schema, like this: general password the generated abstract class contains also a factor

Re: axis2 to generate wsdl from java code

2010-08-18 Thread harihamsa | ಹರಿಹಂಸ
Here is a sample bat file for running and generating client code @echo on set AXIS2_HOME=C:\Installations\axis2-1.4 set AXIS_HOME=C:\Installations\axis2-1.4 set AXIS_BIN=%AXIS_HOME%\bin set PATH=C:\Installations\Java\jdk1.5.0_13\bin;%AXIS_BIN%; rem axis2 library path (path to lib directory) set L