RE: Dynamic Clients and Out Parameters/Complex types.

2002-05-14 Thread Gold, Laurence (MLIM)
run the client dynamically.  We want to really give our developers a head start.   Larry   -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 11:22 AM To: [EMAIL PROTECTED] Subject: RE: Dynamic Clients and Out Parameters/Complex types

RE: Dynamic Clients and Out Parameters/Complex types.

2002-05-14 Thread thomas . cherel
Message-From: Gold, Laurence (MLIM) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 10:00 AMTo: '[EMAIL PROTECTED]'Subject: RE: Dynamic Clients and Out Parameters/Complex types. I would like to see what you got so far - the only hint I was given was by someone from

RE: Dynamic Clients and Out Parameters/Complex types.

2002-05-14 Thread Gold, Laurence (MLIM)
] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 9:47 AM To: [EMAIL PROTECTED] Subject: RE: Dynamic Clients and Out Parameters/Complex types.   The only way we found so far is by using some low level interface in Axis to build the SOAP message by hand. No very pretty especially since it

RE: Dynamic Clients and Out Parameters/Complex types.

2002-05-14 Thread thomas . cherel
27;Subject: Dynamic Clients and Out Parameters/Complex types. I have been poking around for a while using multiple java clients.  I have noticed that you can do a Dynamic Invoking of a Service (with or without WSDL) using the Service factory, but all the examples are returning a si

Dynamic Clients and Out Parameters/Complex types.

2002-05-14 Thread Gold, Laurence (MLIM)
I have been poking around for a while using multiple java clients.  I have noticed that you can do a Dynamic Invoking of a Service (with or without WSDL) using the Service factory, but all the examples are returning a single value.  What if you had a complex value, or multiple out parameter