[AWS] ada2wsdl, wsdl2ada, and packages

Pascal Obry pascal at obry.net
Wed Jul 11 15:31:24 CEST 2007


Marc Criley a écrit :
> -- ea_common.ads
> 
> -- Yes, they actually did redefine Integer and Natural.  Gah!
> 
> package EA_Common is
> 
> 
> 
>   type INTEGER is
> 
>     range -2 ** 31 .. 2 ** 31 - 1;
> 
>     
> 
>   subtype NATURAL is
> 
>     INTEGER range 0 .. INTEGER'LAST;
> 
> 
> 
> end EA_Common;

Hum... the problem may be because those types are named INTEGER and
NATURAL. ada2wsdl is probably confused with Standard.Integer and
Standard.Natural, would be nice to know if this is working when using
other names.

Pascal.

-- 

--|------------------------------------------------------
--| Pascal Obry                           Team-Ada Member
--| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE
--|------------------------------------------------------
--|              http://www.obry.net
--| "The best way to travel is by means of imagination"
--|
--| gpg --keyserver wwwkeys.pgp.net --recv-key C1082595



More information about the AWS mailing list