OK, unfortunately I fixed the problem...by manually changing the
auto-generated WSDL code on my end from a ClientElement[] to an object[].
I'll try to figure out if .NET was doing something wrong.
Amil
"Keenan Newton" <> wrote in message
news: oups.com...
> Take a look at the wsdl generated and the actual soap response
> returned. It seems that the wsdl is defining a class as
> ClientService.ClientElement[], but the response from the web service is
> of type Object[]. This is not the first time I have seen these kind of
> issues involving java web services being consumed by a .Net client. So
> look at those two you might be able to tweak the wsdl, but I must admit
> I am nto a java expert so i don't know.
>
|