Title: Message

I would like to see what you got so far - the only hint I was given was by someone from IBM about using the org.apache.axis.wsdl.toJava.Emitter, but being unfamiliar with it I was not able to get it working.

 

LrAu

 

-----Original Message-----
From: [EMAIL PROTECTED] [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 relies a lot of a deep analysis of the WSDL file.

 

If you get any good suggestions, I am interested. I saw a couple of things in the Web Services Invocation Framework (WSIF) that IBM is trying to donate to Apache/Axis, but it does not support complex type yet.

 

Thomas

 

 

-----Original Message-----
From: Gold, Laurence (MLIM) [mailto:[EMAIL PROTECTED]]
Sent:
Tuesday, May 14, 2002 9:01 AM
To: '[EMAIL PROTECTED]'
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 single value.  What if you had a complex value, or multiple out parameters?  Is there any way to dynamically invoke the service without having to build a "stub" or proxy class using wsdl2java?

 

Thanks for the help

Larry

 

Reply via email to