Re: AXIS C++ thread-safety

2006-05-11 Thread Nadir Amra
Theoretically I think it is thread-safe.  But the routines being used are 
not and obviously should be replaced with the thread-safe ones.  Open a 
JIRA issue.


Nadir K. Amra


"Yury Novitsky" <[EMAIL PROTECTED]> wrote on 05/04/2006 08:41:17 AM:

> Hi All,
> 
> My question relates to AXIS C++ client: is it thread-safe?
> I noticed that it uses gmtime() and localtime() methods which are 
> not thread-safe (there are thread-safe versions of the methods: 
> gmtime_r() and localtime_r() respectively).
> Do I miss something? Please advice.
> 
> Thank you in advance,
> Yury.
> 
> 
> 
> This message and the information contained herein is proprietary and
> confidential and subject to the Amdocs policy statement,
> you may review at http://www.amdocs.com/email_disclaimer.asp


Link to WSDL files

2006-05-11 Thread Magnus Karlsson


Hi!
I've exactly the same problem as someone else on this mailing list (06 Jan 2006). That is:
I can see the services with http://localhost/axis but the link to the WSDL files is not setup properly so I cannot click the link to see the WSDL files.What do I have to do in my setup to fix this problem?
 
Regards 
Magnus

encoding

2006-05-11 Thread Magnus Karlsson


Is it possible to use ISO-8859-1 as encoding instead of UTF-8? If so, where can I set this up?
I've changed encoding in the wsdl-file from which the server side stubs are generated. Is this enough? After the server side code is built there are other files (as deploy.wsdd for example) still containing UTF-8 encoding. Do I have to change in these files as well?
 
Regards
Magnus