cancel
Showing results for 
Search instead for 
Did you mean: 

Wrapper web service for incompatible web service.

Former Member
0 Kudos

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.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

VC will not support an y complex structures in VC7.0 ,it will support the clusters structers from VC7.1.

so move to VC7.1 to solve your problems:-).

and also see the below link.

[https://wiki.sdn.sap.com/wiki/display/VC/PrerequisitesfortroubleshootingWeb+Services]