Hi!
Hi!
I am using WSIF in a BPEL Engine I wrote to do dynamic
invocations of
web services. If you are not familiar with BPEL, it reads
wsdl and xsd
files and uses those to call the web services described
therein. WSIF
works well for our application.
I think when they say that some work may need to be done to
handle all
complex types they are referring to parts of the schema
definition that
most people do not use. Even JAXB did not support all of
the schema
definition until 2.0.
-Doug.
-----Original Message-----
From: Jeff Greif [mailto:jeff.greif gmail.com]
Sent: Monday, May 21, 2007 1:06 AM
To: wsif-user ws.apache.org
Subject: Re: Need help invoking complex web services
My first experiment with WSIF a few years ago was to modify
this sample
to support complex types on the command line.
Jeff Greif
velidandas wrote:
> I don't think my remarks about WSIF dynamic invocation
with complex
types are
> incorrect.
>
> The question asked doesn't mean whether WSIF supports
complex types in
GUI
> or NON-GUI
> applications, but the question is about supporting
complex types in
Java
> Applications
> with only reference to WSDL, which is not possible with
WSIF. I found
the
> same in the
> dynamic invocation sample of the WSIF itself as below.
>
> **********************
> /**
> * This sample shows how to use WSIF for completely
dynamic
invocations
> * as it is completely stubless execution. This sample
does not
support
> * complex types (it could if there was defined a to
encode complex
> * values as command line arguments).
> *
> * author Sanjiva Weerawarana
> * author Alekander Slominski
> */
>
> public class DynamicInvoker {
> etc...etc..
> **********************
>
> Srinivas.
>
>
> Jeff Greif wrote:
>
>> The remarks about WSIF supporting dynamic
invocation with complex
>> types are incorrect. This question has been asked
and answered many
>> times on this list. Please check the archives.
>>
>> Jeff
>>
>> On 5/17/07, Velidanda Srinivas
<srinivas.velidanda singularity.co.uk>
>> wrote:
>>
>>> WSIF could not be used for dynamic invocation
using complex Types.
>>>
>>> WSIF does not support complex types in dynamic
invocation.
>>>
>>> Try and see XSUL, if works.
>>>
>>> Please let me know if you get working with
XSUL.
>>>
>>>
>>>> -----Original Message-----
>>>> From: Tim Hamer [mailto:tim.hamer asolutions.com]
>>>> Sent: 14 May 2007 19:20
>>>> To: wsif-user ws.apache.org
>>>> Subject: Need help invoking complex web
services
>>>>
>>>>
>>>> Hi,
>>>>
>>>> We're trying to create a Java application
capable of
>>>> consuming any web service dynamically given
only the WSDL.
>>>> The only problem is that we can't figure
out how to invoke a
>>>> service that takes a complex type as a
parameter without
>>>> first generating code. Is it possible to
use WSIF to do such
>>>> an invocation without generating code, and
if so, could
>>>> someone please send us some hint on how to
do so?
>>>>
>>>> thanks,
>>>> Tim
>>>>
>>>>
------------------------------------------------------------
---------
>>>> To unsubscribe, e-mail:
wsif-user-unsubscribe ws.apache.org
>>>> For additional commands, e-mail:
wsif-user-help ws.apache.org
>>>>
>>>>
>>>>
____________________________________________________________
__
>>>> __________
>>>> This e-mail has been scanned for all
viruses by MessageLabs.
>>>>
____________________________________________________________
__
>>>> __________
>>>>
>>>>
>>>
____________________________________________________________
____________
>>> This e-mail has been scanned for all viruses by
MessageLabs.
>>>
>>> Singularity operates globally through its
offices in New York,
bond,
>>> Singapore, Ireland and India. Singularity
Limited is incorporated in
the
>>> United Kingdom with Registration Number NI
31519 and its Registered
>>> Office at 100 Patrick Street, Derry, BT48 7EL,
United Kingdom.
>>>
____________________________________________________________
____________
>>>
>>>
>>
------------------------------------------------------------
---------
>> To unsubscribe, e-mail: wsif-user-unsubscribe ws.apache.org
>> For additional commands, e-mail: wsif-user-help ws.apache.org
>>
>>
>>
>>
>
>
------------------------------------------------------------
---------
To unsubscribe, e-mail: wsif-user-unsubscribe ws.apache.org
For additional commands, e-mail: wsif-user-help ws.apache.org
------------------------------------------------------------
---------
To unsubscribe, e-mail: wsif-user-unsubscribe ws.apache.org
For additional commands, e-mail: wsif-user-help ws.apache.org
|