RE: Compiling and runtime errors WSDL2C

2007-09-27 Thread Callner, David A.
done in there:(. Anyway it is fixed in the latest svn. And here I have attached a simple test. Thanks, Dimuthu On 9/26/07, Callner, David A. <[EMAIL PROTECTED]> wrote: Is anyone going to look at this? I would

RE: Compiling and runtime errors WSDL2C

2007-09-26 Thread Callner, David A.
Is anyone going to look at this? I would really appreciate it. I'd hate to have to scratch using Axis2/C. From: Callner, David A. [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 25, 2007 8:34 AM To: Apache AXIS C User

RE: Compiling and runtime errors WSDL2C

2007-09-25 Thread Callner, David A.
can exactly figure out the problem. Thanks, Dimuthu On 9/19/07, Callner, David A. <[EMAIL PROTECTED]> wrote: NOTE: I am creating a client wsdl2c -uri SoaSimRegistry.wsdl -d adb -u

Compiling and runtime errors WSDL2C

2007-09-19 Thread Callner, David A.
NOTE: I am creating a client wsdl2c -uri SoaSimRegistry.wsdl -d adb -u -l c Axis2-1.3/Java and axis2c-bin-1.0.0-linux/C I'm getting the following compile time errors. After running the WSDL2C I get compile time errors of first_node = parent. first_node is not defined in the function. This is

RE: Compiling and Linking WSDL2C

2007-09-17 Thread Callner, David A.
help!! -Original Message- From: Dinesh Premalal [mailto:[EMAIL PROTECTED] On Behalf Of Dinesh Premalal Sent: Monday, September 17, 2007 1:24 PM To: axis-c-user@ws.apache.org Subject: Re: Compiling and Linking WSDL2C "Callner, David A." <[EMAIL PROTECTED]> writes: > Y

RE: Compiling and Linking WSDL2C

2007-09-17 Thread Callner, David A.
I removed the -lmod_axis2 from the list of libraries I depend on and it works now. Would be nice if the user-guide had something about the libraries that you need to link in when building clients vs. servers. -Original Message- From: Dinesh Premalal [mailto:[EMAIL PROTECTED] On Behalf O

RE: Compiling and Linking WSDL2C

2007-09-17 Thread Callner, David A.
inesh Premalal Sent: Monday, September 17, 2007 1:24 PM To: axis-c-user@ws.apache.org Subject: Re: Compiling and Linking WSDL2C "Callner, David A." <[EMAIL PROTECTED]> writes: > Yeah I thought that was obvious. I've never seen APR libraries before? > Where are they? Do they

RE: Compiling and Linking WSDL2C

2007-09-17 Thread Callner, David A.
Yeah I thought that was obvious. I've never seen APR libraries before? Where are they? Do they come with Apache Axis2? I don't see them in the $AXISC_HOME/lib directory so where the ... should I find them? -Original Message- From: Dinesh Premalal [mailto:[EMAIL PROTECTED] On Behalf Of

RE: Compiling and Linking WSDL2C

2007-09-17 Thread Callner, David A.
PM To: Apache AXIS C User List Subject: Re: Compiling and Linking WSDL2C Callner, David A. wrote: > I'm using Axis2-1.2/Java and Axis2c-1.0.0. I've tried the following > combinations but all have failed. Axis2-1.3/Java and Axis2c-1.0.0, > Axis2-1.2 and Axis2c-0.96, Axis2-1.1.1

Compiling and Linking WSDL2C

2007-09-14 Thread Callner, David A.
I'm using Axis2-1.2/Java and Axis2c-1.0.0. I've tried the following combinations but all have failed. Axis2-1.3/Java and Axis2c-1.0.0, Axis2-1.2 and Axis2c-0.96, Axis2-1.1.1 and Axis2c0.96. I am able to generate the code using any of the Axis2/Java's above, but none of the generated code comp