Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Getting Uncaught TypeError calling Web Service

edited Jun 18, 2019 8:49PM in Visual Builder 10 comments

Summary

Error Occurs even though the Webservice brings back data

Content

Hello,

I am getting this error when calling a web service I created that brings data back to vbcs via an OTBI Report. 

---Uncaught TypeError: Cannot read property 'Column0' of null

Integration Cloud calls the SAW Soap Service that gets the OTBI Report and maps the result to the Rest Service that returns the formatted JSON as follows:

{
    "rowset": [
        {
            "Column0": "Duplicate-10002",
            "Column1": "2019-01-05",
            "Column2": "Invoice is missing invoice lines and needs completion.",
            "Column3": "2019-01-09",
            "Column4": "1",
            "Column5": "SYSTEM",
            "Column6": "250",
            "Column7": "Federal Supplier"
        },
        {
            "Column0": "FS-100002",

... and so forth.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!