users@jax-ws.java.net

Re: soapenc:Array

From: Doug Kohlert <Doug.Kohlert_at_Sun.COM>
Date: Fri, 24 Feb 2006 10:39:43 -0800

I just found this blog that might be helpful:
http://weblogs.java.net/blog/jitu/archive/2006/01/accessing_googl_1.html

Doug Kohlert wrote:

> Boris,
> If you build your SOAP message with SAAJ, you could also use that
> SAAJ message with JAX-WS's Dispatch interface
> and still be able to use JAX-WS.
>
> Adding support for rpc/encoded is unlikely, AFAIK, Microsoft's WCF
> (Indigo) also does not support rpc/encoded
> anymore. I maybe wrong on this though.
>
> Boris Granveaud wrote:
>
>> I understand your point of view. However, I have to call a WS
>> (developped in .NET I guess), and for the moment I have to build a
>> SOAP message by hand with SAAJ...
>>
>> Do you think that this may be supported in the future?
>>
>> B.
>>
>>> Yes, it is true, JAX-WS does not support rpc/encoded WSDLs. This is
>>> because they are not WS-I Basic Profile
>>> 1.1 compliant which means that they may not interop well with all
>>> vendors.
>>>
>>> Boris Granveaud wrote:
>>>
>>>> Hello,
>>>>
>>>> I've got this error when importing a WSDL:
>>>>
>>>> error: undefined simple or complex type 'soapenc:Array'
>>>>
>>>> I've read somewhere that soapenc:Array isn't supported in JAX-WS
>>>> 2.0. Is that true?
>>>>
>>>> B.
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe_at_jax-ws.dev.java.net
>>>> For additional commands, e-mail: users-help_at_jax-ws.dev.java.net
>>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe_at_jax-ws.dev.java.net
>> For additional commands, e-mail: users-help_at_jax-ws.dev.java.net
>>
>

-- 
 - Doug