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
