Hi,
On Tue, Sep 29, 2009 at 6:39 PM, [email protected]
<[email protected]> wrote:
> Hi all,
>
> there is a manner to invoke a simple java class as a web service?
> for example..if i have to invoke complex web services with a lot of
> parameters (objects, complex types) it's hard to do it with bpel (it is an
> hard work, need a lot of variables and variables initialization is hard):
> need only a simple class that invoke a web service with the correct
> parameters; so the bpel process need only to invoke this class passing only
> parameters as string or simple elements types or just nothing (i mean during
> bpel invoking call (<invoke>))..
>
> thanks
>
> Roby
Bpel is for web services, so you cant invoke anything without
wsdl. In my practice, it is easer to do complex initialization of
variables using xst instead of multiple copy statements.
Karolis Petrauskas