cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hello,

          I am new to CPI, I was trying to test "Request Reply" step. It is throwing an error in "Processing" when I try to add "Step 2" I get an error "Invalid or missing namespace for 'Schema." .

Screenshot 2024-07-26 at 10.43.04.png

I don't have those many steps as in the below screen shot, I am trying to connect to Northwind using the ODATA adapter. I have filled in all mandatory details, I don't understand why it keeps giving me that error and what information is missing.

Screenshot 2024-07-26 at 12.40.41.png

View Entire Topic
vladST
Explorer
0 Likes

Thanks, I don't understand what these steps do but it worked

vladST
Explorer
0 Likes

Update: In fact it just resolved that pop up with "missing namepscape for 'Schema'", but failed at runtime. What solved the problem was changing the ODATA V2 to V4 and using the v4 version of Northwind services.odata.org/V4/Northwind/Northwind.svc/$metadata

jayakrishna257
Discoverer
0 Likes
Changing URI to https://services.odata.org/V2/Northwind/Northwind.svc/ worked for me. Thanks