Skip to Content
0
Former Member
Jul 01, 2009 at 10:44 PM

Wrapper web service for incompatible web service.

37 Views

Hey Experts,

I'm stuck in a grind!

I have a web service that is not compatible with Visual Composer (shows up as "Not Supported" when consumed into VC).

I think this maybe due to the fact that the web service return structure is nested and complex.

So, in order to overcome this, I am trying to write a web service to invoke a web service and convert the result set into something VC understands.

The trouble is I'm writing the web service in Java, and don't know how to return a simple structure so that VC would understand. Currently if I use the return type SOAPElement, and just one, then it works in VC. But I need to return the data such that several SOAPElements make up one record, and I need to return multiple records (maybe 10-100 records).

Can anybody help me how I can return this to VC?

M.