Re: [axis2] dynamic client invocation w/o intermediate classgeneration

2006-06-16 Thread Paul Fremantle
load? Hopefully, not. In the old Axis 1.x codebase, you could pass in input data (along with type) and set the operation style that you wanted to use. How do you do this in Axis2? What is the new paradigm here for client invocation such that I can code a client with a given set of data and w

RE: [axis2] dynamic client invocation w/o intermediate classgeneration

2006-06-15 Thread Sanjiva Weerawarana
Hi Tony, > Can you speak to what Dims eluded to... how to use complexTypes w/o > generating helper classes to perform serialization/deserialization. I > want to do what WSIF and JROM started out to do. Yep I understand ... FYI Paul, Alek and I created WSIF. I created JROM originally (and Rania

Re: [axis2] dynamic client invocation w/o intermediate classgeneration

2006-06-15 Thread Davanum Srinivas
an code a client with a given set of data and work with services that are designed as rpc/literal, rpc/encoded, doc/literal, or doc/literal/wrapped? > > And my initial question was... if I have custom complexTypes, can I get Axis2 to interact with them some way without generating the helpe

Re: [axis2] dynamic client invocation w/o intermediate classgeneration

2006-06-15 Thread Paul Fremantle
sses. I want to perform dynamic generation. Please, help to clear this up a bit for me. Much appreciated!!! -Tony -Original Message- From: Sanjiva Weerawarana [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 11:44 PM To: axis-dev@ws.apache.org Cc: axis-user@ws.apache.org Subject: Re:

RE: [axis2] dynamic client invocation w/o intermediate classgeneration

2006-06-15 Thread Tony Dean
Message- From: Sanjiva Weerawarana [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 11:44 PM To: axis-dev@ws.apache.org Cc: axis-user@ws.apache.org Subject: Re: [axis2] dynamic client invocation w/o intermediate classgeneration Hi Tony, Have you looked at the ServiceClient API? That