Hi all i exported a simple java class inside my ear as a webservice over java:RPC.
At the origin i'd like to return a custom java class but, having problem, i finshed to return a string array.
Now ll is fine but i'd like to use SOAP instead of RPC and returning the original java class instead of a string array.
My web service isn't a session bean. Is a simple java class. How can i do this?
Thanks all for answers!