cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice response is not showing fields in VC 7.0

Former Member
0 Kudos

Hi All,

I have created created web service thats returning VECTOR has a response. I can run web service successfully from web service navigator and also getting the response.

The issue is I cannot see any fields(Vector) when I import the system in model.

If I click on "Define Data service", response in showing 0.

Please let me know whether we can consume vector has response from web service in VC 7.0 SP14.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Yes it is true in case webservices of type:Jdbc..etc.

to get the outfileds you have to excute the data service .

Follow the path:

Right click on data service ->select test data service ->Click on Excute button->after getting displayed all the fields select add fields .

then all output fields will be disaplyed.

Regards,

Govindu

Former Member
0 Kudos

Hi Govinda

Thanks for your response. Even if I try to execute the webservice, nothing is showing up as an outfield. But the same WSDL is running fine through web service navigator.

I think problem with the VC, as my webservice is returning VECTOR as a response, VC could not able to consume vector.

Please correct me If I am wrong.

Thanks