5 Replies Latest reply on Feb 26, 2015 5:41 AM by shawkins

    Error importing Rest Web Service Source

    jjaideep2000

      Hello all -

      I am trying to import Rest Web Service data source. This Rest web service sends a simple JSON response. After I create REST Web Service source, I get error message:

       

      "Parse Error: The markup in the document folllowing the root element must be well formed."

       

      The JSON response from the web service looks exactly like:

      {

          "ObTypes": [

              "Ob1",

              "Ob2",

              "Ob3"

          ]

      }

       

      Appreciate your help !

       

      Thanks,