You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by "Dr. Florian Steinborn" <fl...@drb.insel.de> on 2007/05/07 16:40:38 UTC

[AXIS2C] [WSDL2C] types axutil_env_t vs. axis2_env_t

Hi there,
when I run  the WSDL2C utility provided by Axis2/Java Version 1.2 the  
generated C-sources contain a type called "axis2_env_t".
It was no problem to compile and link the generated sources with the  
include files from the AXIS2C Version 0.96.
Now I installed the new version 1.0 and found that it seems the type  
"axis2_env_t" is no longer used. Instead of this I found another one at  
the appropriate places of function headers, called "axutil_env_t".
Can you please give me a hint how to generate C-code with the correct type  
or how to compile the generated sources with the new Axis2C V.1.0 ?

Thanks a lot and greetings from Germany,

Flori


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-user-help@ws.apache.org


Re: [AXIS2C] [WSDL2C] types axutil_env_t vs. axis2_env_t

Posted by Milinda Pathirage <mi...@gmail.com>.
Hi all,

We changed the WSDL2C tool to reflect the changes in Axis2/C naming of
variables. These changes are not available in Axis2 Java 1.2 release because
that release was developed under sperate svn branch. All the changes are
made to Axis2 Java trunk. Please download the nightly build from the
following link[1] and try.

Thanks,
Milinda..

[1]http://people.apache.org/dist/axis2/nightly/axis2-SNAPSHOT.zip<http://people.apache.org/dist/axis2/nightly/>

On 5/7/07, lars.schumacher@ubs.com <la...@ubs.com> wrote:
>
> Hello Flori,
>
> Hello Flori,    I have changed it in the code. When you replace
> axis2_ent_t to axutil_env_t the compile runs. The Axis2Team has changed
> the naming of variables, but i don't have found a update of WSDL2c. Also
> you must change manual some other variables (i count 39 when you use
> all).   You can find they in the include directory. All header File they
> begin with axutil.
>
> Regards Lars
>
>
>
> -----Original Message-----
> From: Dr. Florian Steinborn [mailto:florian.steinborn@drb.insel.de]
> Sent: Montag, 7. Mai 2007 16:41
> To: axis-c-user@ws.apache.org
> Subject: [AXIS2C] [WSDL2C] types axutil_env_t vs. axis2_env_t
>
> Hi there,
> when I run  the WSDL2C utility provided by Axis2/Java Version 1.2 the
> generated C-sources contain a type called "axis2_env_t".
> It was no problem to compile and link the generated sources with the
> include files from the AXIS2C Version 0.96.
> Now I installed the new version 1.0 and found that it seems the type
> "axis2_env_t" is no longer used. Instead of this I found another one at
>
> the appropriate places of function headers, called "axutil_env_t".
> Can you please give me a hint how to generate C-code with the correct
> type
> or how to compile the generated sources with the new Axis2C V.1.0 ?
>
> Thanks a lot and greetings from Germany,
>
> Flori
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-user-help@ws.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-user-help@ws.apache.org
>
>


-- 
milinda@wso2.com
WSO2, Inc: http://www.wso2.com "Oxygenating the Web Service Platform"
http://www.milindalakmal.wordpress.com

RE: [AXIS2C] [WSDL2C] types axutil_env_t vs. axis2_env_t

Posted by la...@ubs.com.
Hello Flori,    

Hello Flori,    I have changed it in the code. When you replace
axis2_ent_t to axutil_env_t the compile runs. The Axis2Team has changed
the naming of variables, but i don't have found a update of WSDL2c. Also
you must change manual some other variables (i count 39 when you use
all).   You can find they in the include directory. All header File they
begin with axutil. 

Regards Lars 

 

-----Original Message-----
From: Dr. Florian Steinborn [mailto:florian.steinborn@drb.insel.de] 
Sent: Montag, 7. Mai 2007 16:41
To: axis-c-user@ws.apache.org
Subject: [AXIS2C] [WSDL2C] types axutil_env_t vs. axis2_env_t

Hi there,
when I run  the WSDL2C utility provided by Axis2/Java Version 1.2 the  
generated C-sources contain a type called "axis2_env_t".
It was no problem to compile and link the generated sources with the  
include files from the AXIS2C Version 0.96.
Now I installed the new version 1.0 and found that it seems the type  
"axis2_env_t" is no longer used. Instead of this I found another one at

the appropriate places of function headers, called "axutil_env_t".
Can you please give me a hint how to generate C-code with the correct
type  
or how to compile the generated sources with the new Axis2C V.1.0 ?

Thanks a lot and greetings from Germany,

Flori


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-user-help@ws.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-user-help@ws.apache.org