I have written a web service in java which returns an array of user defined objects. When I test this web service using Netweaver's Developer Studio, Enterprise Portal perspective for Wsdl check, it all works fine.
I'm able to add this web service into VC but when I try to run it's test service (execute) I get an error "Portal request failed could not execute web service operation".
I tried out another web service which returns just a user defined object, this works fine in VC , problem occurs when I try to return an array of objects.
any help will be really appreciated
Thanks