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
[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
- 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
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
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
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