Hi,
Does anyone know if there's an API to introspect some WSDL and XSD Schema files AND to invoke dynamically a Web Service ?
Something like the java package java.lang.reflect but for Web Services.
Thanks.
-
Introspection with WSDL (2 messages)
- Posted by: gonzalad n
- Posted on: September 02 2003 15:21 EDT
Threaded Messages (2)
- Introspection with WSDL by Kiran Patchigolla on September 07 2003 00:00 EDT
- Introspection with WSDL by gonzalad n on September 15 2003 02:56 EDT
-
Introspection with WSDL[ Go to top ]
- Posted by: Kiran Patchigolla
- Posted on: September 07 2003 00:00 EDT
- in response to gonzalad n
As I see DII (JAX-RPC) clients and WSIF (http://ws.apache.org/wsif/) are the closest to what you are looking for. -
Introspection with WSDL[ Go to top ]
- Posted by: gonzalad n
- Posted on: September 15 2003 02:56 EDT
- in response to Kiran Patchigolla
Thanks, I'll take a look on WSIF.