Hi Ulf it returns 500 error code (Internal Server Error). Looking at the net it seems that it is better to pass files as attachments rather than in the message body.
Since I am passing a array of
string, I will have to use a DataHandler.
Is it a case of in the calling client program, I transfer the Array of String into a DataSource, wrap it in a DataHandler, pass the DataHandler as a parameter and in the server extract the datahandler and the datasource.
I think in Weblogic if they see a parameter as a DataHandler it is treated automaticaly as a attachment and I do not have to add anything to the servicegen.
Thanks for any help
Tony