cancel
Showing results for 
Search instead for 
Did you mean: 

List returned by webservice not displayed fully

0 Kudos

Hi,

I am new to Visual composer. I am using a webservice in my model. The output of the webservice is a list. However when I "Test Data Service" it returns me only the last value of the entire list. Is there some extra configuration that needs to be done? I have mapped the output to a table. The output is a list of strings.

Any help is highly appreciated.

Regards,

Suparna

Accepted Solutions (1)

Accepted Solutions (1)

former_member193545
Active Participant
0 Kudos

Hi Suparna

Please can you give us the VC version you are using, and to check that there is not a problem with the webservice itself, please can you attach the contents of the wsdl to the reply of just paste it in the message. Have you tested the WS using some other application?

Jarrod Williams

0 Kudos

Hi Jarrod,

Thanks for replying.

The VC versioning is as follows:

GML Version: 700.8.0027

Client/VCServer/Flex/Portal content/Portal Connector version: 700.8.0.1

There is no problem with the webservice. I have tested it independently and it returns me correct values.

Here's the wsdl of the webservice:

<?xml version="1.0" encoding="utf-8" ?>

- <!-- Generated by WSDLDefinitionsParser

-->

- <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="ReadHierarchyWSWsd" targetNamespace="urn:ReadHierarchyWSWsd" xmlns:bns0="urn:ReadHierarchyWSWsd/Config1/document" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">

<wsdl:import location="http://inld50043000a:53000/ReadHierarchyWS/Config1/bindings?wsdl&style=document" namespace="urn:ReadHierarchyWSWsd/Config1/document" />

- <wsdl:service name="ReadHierarchyWS">

- <wsdl:port name="Config1Port_Document" binding="bns0:Config1Binding">

<soap:address location="http://inld50043000a:53000/ReadHierarchyWS/Config1?style=document" />

</wsdl:port>

</wsdl:service>

</wsdl:definitions>

I have found this problem with any webservice returning a list not only specifically this one.

Thanks in advance for your help.

Best Regards,

Suparna

former_member193545
Active Participant
0 Kudos

Hi

I see you are using SP8, the whole webservice connector has been changed for SP9 and this may be one of the issues solved, do you have access to a SP9 machine? If so please can you try it there.

Jarrod Williams

0 Kudos

Hi Jarrod,

I do not have an SP09 machine installed yet. I'll try and check it there if possible. Thanks.

Regards,

Suparna

Former Member
0 Kudos

Here are details about setting up and using web services and some examples:

/people/prakash.darji/blog/2006/10/10/external-web-service-proxy-configuration-for-visual-composer

Answers (0)