Super Dynamic Invocations [Re: Dynamic invocation of web services with complex types

2004-05-12 Thread Aleksander Slominski
bject: Dynamic invocation of web services with complex types Hi people, I was looking into dynamic invocation of web services for some time. Dynamic invocation would have the advantage of using the wsdl to construct the soap message dynamically, meaning that changes in wsdl could be automatically pi

Re: Dynamic invocation of web services with complex types

2004-02-13 Thread Joseph Dane
[EMAIL PROTECTED] writes: > However, there is one caveat for both DynamicInvoker and WSIF: > they work, as they are, only with simple java types. If you want to > use complex types, you have to have a corresponding Java class created > on the client side - which makes dynamic invocation much

Re: Dynamic invocation of web services with complex types

2004-02-13 Thread Jeff Greif
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 13, 2004 12:59 AM Subject: Dynamic invocation of web services with complex types Hi people, I was looking into dynamic invocation of web services for some time. Dynamic invocation would have the

Re: Dynamic invocation of web services with complex types

2004-02-13 Thread Anne Thomas Manes
We might want to borrow an idea from Systinet -- WASP has a SOAP interface to its WSDL compiler. An application can invoke the compiler, pass it the URL of the WSDL file, and receive JavaBeans for the complex types in return. Anne At 12:43 AM 2/13/2004, you wrote: Hi people, I

Re: Dynamic invocation of web services with complex types

2004-02-13 Thread rosely kumoi
y 13, 2004 8:59 AM Subject: Dynamic invocation of web services with complex types Hi people, I was looking into dynamic invocation of web services for some time. Dynamic invocation would have the advantage of using the wsdl to construct the soap message dynamically, meaning that changes in w

Dynamic invocation of web services with complex types

2004-02-13 Thread Ext-Zoltan.Schreter
Hi people, I was looking into dynamic invocation of web services for some time. Dynamic invocation would have the advantage of using the wsdl to construct the soap message dynamically, meaning that changes in wsdl could be automatically picked up by the soap executor. W