RE: returning an array of strings

2002-07-22 Thread Manolis Floros
Hi all, how should i declare the return type for an array of Strings, in the call object initialization? The service is: public String[] getKeysWS(String servicename)   thanks Manolis

returning names from DataHandler

2002-07-04 Thread Manolis Floros
Does anybody know how you can return the name of a file at the server from a DataHandler object? I used the attachment example from AXIS and when i return the name using getName(), it returns a weird name, something like Axis23452axis. What i would like to do is to send a file named TEST, and to

RE: attachments problems

2002-07-03 Thread Manolis Floros
Hi, i am posting my question again because i did not have any reply before. Basically i am trying to use the attachments example in AXIS BETA 2. Has anyone managed to run that example If so would he be kind enough to send me a copy of his java files, and what configuration he used(CLASSPATH