I need to determine the operation parameters and associated parameter data
types by parsing the XFire-based service WSDL.  So far, I've been able to
get a list of operations.  Now I want the parameters etc, if any, for each
operation.  The idea is to populate an SWT gui with this information so that
a user can invoke a specific method on a service, and specify a value for
each parameter, then call Client.invoke passing in these parameter values.
So far getting these parameters and types has eluded me.  Can anyone tell me
how to do this?  Should I use the XFire API, or some other?
I know WSDL is supposed to be standardized, but can a WSDL generated from
any web service API be parsed using the XFire API?  I've experienced some
problems when I've got a 'Definition' using XFire, and then using this
definition instance in the WSIF API to get a Service.  
Any help greatly appreciated...
-- 
View this message in context: 
http://www.nabble.com/Introspecting-a-WSDL-tf3083625.html#a8569199
Sent from the XFire - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to