Re: Fw: Gnu Make files

2005-02-09 Thread Damitha Kumarage




+1 
On Wed, 9 Feb 2005 09:55:01 +, John Hawkins wrote
 Hello,

 
 does anyone out there use the 
-m 
function
(creation of makefiles) on WSDL2Ws ? If not then we are thnking of 
removing
it to increase 
stability.

 
 cheers,

 John.

 
 - Forwarded 
by 
John
Hawkins/UK/IBM on 09/02/2005 09:49 
-

 





Samisa Abeysinghe 
[EMAIL PROTECTED]


 09/02/2005 
06:19







 Please respond to
 

Apache AXIS C Developers 
List



 









 To
Apache AXIS C 
Developers
List 
axis-c-dev@ws.apache.org




 cc






 Subject
Re: Gnu Make 
files



 












 




 
 Given that we have problems with make file 
system
even with build on
 

L/Unix like platforms, I feel that it is not worth having it here.
 

 

Could document how to compile and link clients/servers using basic g++
 

commands to help users.
 
 

Thanks,
 

Samisa... 
 
 

On Tue, 8 Feb 2005 16:18:30 +, Andrew Perry2 
[EMAIL PROTECTED]
wrote:
 

 There is a test which checks -m option. but it only checks if 
the
makefile
 

 is generated or not and not the validity of the makefile.
 

 These WSDL2WS options tests will be added soon.
 

 
 

 Regards,
 

 
 

 Andrew Perry
 

 IBM Web Services Client for C/C++
 

 [EMAIL PROTECTED]
 

 Mail Point 127
 

 IBM UK Laboratories. Hursley Park, Winchester, Hants. SO21 2JN
 

 Tel. Internal 249828  External + 44 (0)1962 819828
 

 Fax. + 44(0)1962 818080
 

 
 

              John
 

              Hawkins/UK/[EMAIL PROTECTED]
 

              MGB    

                     

                     

       To
 

                    

                   
Apache
AXIS C Developers List
 

              08/02/2005 14:57  

       axis-c-dev@ws.apache.org
 

                    

                     

                     

        cc
 

 
 

              Please respond 
to
                     

              Subject
 

               Apache 
AXIS
C           Re: Gnu Make files
 

              Developers 
List
 

 
 

 
 

 It is an option currently on WSDL2Ws -
 

 -mnone|gnu           
generate
make files (none|gnu) - default is
 

 none\n);
 

 
 

  Nadir Amra
 

  [EMAIL PROTECTED]
 

                    

                     

                     

        To
 

                    

                Apache 
AXIS
C Developers List
 

  08/02/2005 14:44              

    axis-c-dev@ws.apache.org
 

                    

                     

                     

        cc
 

 
 

      Please respond to        

                     

              Subject
 

       Apache AXIS C        

       Re: Gnu Make files
 

      Developers List
 

 
 

 
 

 I prefer not to generate makefilesbut if people want this 
then
it
 

 should be on option on the command that you would need to set 
(i.e.
it
 

 should not be automatically generated).
 

 
 

 John Hawkins [EMAIL PROTECTED] wrote on 02/08/2005 
08:43:00
AM:
 

 
 

 
 

  Hi Folk,
 

 
 

  I remember a long time ago a small debate about having WSD2Ws
 

  generate Gnu make files? I think this is wierd and I 
remember
some
 

  people objecting previously. However, Do  we test this 
today?
If not
 

  then I suggest remove this function on the basis that we're 
just
 

  making more rope to hang ourselves with?
 

 
 

  I've certainly not seen anyone on the mailng list using this?
 

 
 

  thoughts?
 

 
 

  cheers
 

  John.
 

 
 


 





-- 


Damitha Kumarage 


hSenid Software International (PVT) Ltd(Web: www.hsenid.com) 


[EMAIL PROTECTED]([EMAIL PROTECTED]) 


 

Lanka Software Foundation (http://www.opensource.lk) 










Client configuration without axiscpp.conf?

2005-02-09 Thread Tim Bartley

Hi,

Another newbie question 

Is it possible to specify the configuration
parameters to the Axis C++ client without using axiscpp.conf.

I am concerned that multiple clients
on the same machine are forced to share the same /etc/axiscpp.conf file.
Also I am concerned that multiple clients within the same application are
forced to share the same configuration file. My application is likely to
have 3rd party Web service clients pluged in to it - I do not want them
to interfere with my configuration and vice versa.

While I appreciate the flexibility provided
by the configuration file I'd prefer to specify the client configuration
parameters programatically. Is this possible?

Thanks,

Tim
--
IBM Tivoli Access Manager Development
Gold Coast Development Lab, Australia
+61-7-5552-4001 phone
+61-7-5571-0420 fax

Re: Client configuration without axiscpp.conf?

2005-02-09 Thread Samisa Abeysinghe
 Is it possible to specify the configuration parameters to the Axis C++
 client without using axiscpp.conf. 

No. The only way is to have c conf file :-(

 
 I am concerned that multiple clients on the same machine are forced to share
 the same /etc/axiscpp.conf file. Also I am concerned that multiple clients
 within the same application are forced to share the same configuration file.
 My application is likely to have 3rd party Web service clients pluged in to
 it - I do not want them to interfere with my configuration and vice versa. 

There is a workaround though - assuming you are using Linux: you can
have multiple shells open and define fifferent AXISCPP_DEPLOY setting
in each shell and have different axiscpp.conf files in different
locations pointed to by different AXISCPP_DEPLOY variables. (May be
the same would work on Windows with multiple command prompts)


 
 While I appreciate the flexibility provided by the configuration file I'd
 prefer to specify the client configuration parameters programatically. Is
 this possible? 

There is no way that you can specify the settings at stub level programatically.
It would be a good idea to support this in view of multiple clients in
the same envioronment.

Thanks,
Samisa...

 
 Thanks, 
 
 Tim
 --
 IBM Tivoli Access Manager Development
 Gold Coast Development Lab, Australia
 +61-7-5552-4001 phone
 +61-7-5571-0420 fax