cancel
Showing results for 
Search instead for 
Did you mean: 

Invalid or missing namespace for 'Schema'

Shishir_P
Explorer
1,523

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

sivaramaraju_danthuluri
Product and Topic Expert
Product and Topic Expert
0 Kudos

HI Sishir, Even I am facing the same issue, I am Unable to select the Query using the EDMX file.It may be a product bug

PeterJonker
Active Contributor
0 Kudos
I have the same issue. I wonder if it is a bug in the CPI Trial or in the NorthwindService. I am afraid it is in the CPI Trial, because the Northwind service itaself seems to be working normal
yeeloon-khoo
Participant
0 Kudos

hi all, i found a workaround to load the metadata to OData V2 adapter:

1) Open the $metadata in browser 1st, then save it as local file.
https://services.odata.org/V2/Northwind/Northwind.svc/$metadata

yeeloonkhoo_0-1722787930380.png

Name it as any filename end with .edmx (example: NorthwindV2.edmx)

yeeloonkhoo_1-1722788068089.png

When you open it, pretty-print it 1st:

yeeloonkhoo_2-1722788162118.png

then change all occurance of 2009/11 to 2008/09 , using Replace All:

yeeloonkhoo_3-1722788452944.png

2 occurrences replaced:

yeeloonkhoo_4-1722788522531.png


Then, don't use Remote, but use 'Local EDMX file', upload edmx file changed.

yeeloonkhoo_6-1722788619537.png

then it work, able to load edmx and browse OData entity.

yeeloonkhoo_7-1722788687483.png

 

 

 

vladST
Explorer
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

Accepted Solutions (0)

Answers (4)

Answers (4)

sandipan_031
Discoverer
0 Kudos

Hi Shishir_P,

Is the issue solved? I am also following the same process. Changed the date also. But still it is givving the same error. Can you please hep me on that?

 

Shishir_P
Explorer
0 Kudos
No, it is still not working for me.
vladST
Explorer
0 Kudos

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

vladST
Explorer
0 Kudos

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

elavarasan1
Newcomer
0 Kudos

yes im also facing same issue 

Shishir_P
Explorer
0 Kudos

Yes, it could be.