Skip to Content
0
Former Member
May 02, 2014 at 09:41 PM

Service doesn't update after data model updating

4483 Views

Hello, dear experts!

I have a question.

I created OData Service and all is OK.

After that I have updated data model. MPC methods have been changed with my new updates. But I can't see new service metadata document, browser displays old version of it. And service works in the way like old version of data model is actual.

I don’t understand this behavior.

In the book “OData and SAP NetWeaver Gateway” I have read that it is not “waterfall” approach in Gateway, which means that we can make changes in all 3 service creation phases (data model definition, service implementation and service maintenance) in the order we want.

I tried regenerate runtime objects and reactivate service, clear browser cache, but it didn’t help.

I put external breakpoint into DEFINE method of the MPC class and send some requests to server, but debugger doesn’t open. It looks like some kind of server cache.

I think it is incorrect behavior. What would you recommend?

Thanks in advance,

Ihar