Hi !
can someone offer me advice on sending an Array of Beans using Axis 2 ? Here's
how i went about it:
i made an interface :
public interface TheService (){
MyBean[] getBeans();
}
and then generated the WSDL using Axis2 Code Generator. From the WSDL i
generated the stubs and skeletons. and
i implemented the Service by inheriting from the Skeleton Class.
the problem is the when the type GetBeansResponse has a setter of OMElements[].
how do i cast my Array of MyBean
so that i can set it into GetBeansResponse.
thank you very much in advance. I would be glad to provide more information on
the situation if you want it.
______________________________________________________________________________
"Ein Herz für Kinder" - Ihre Spende hilft! Aktion: www.deutschlandsegelt.de
Unser Dankeschön: Ihr Name auf dem Segel der 1. deutschen America's Cup-Yacht!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]