cancel
Showing results for 
Search instead for 
Did you mean: 

Web service data service not being updated

Former Member
0 Kudos

I defined the web service system WS_Sample in VC and it was added to the data services list. After doing this I updated my web service and deployed a new version. However when I use the web service in VC the changes are not reflected. Is this a caching problem?

Related to this, is there an easier way to update the web service in VC so that it will reflect the most updated deployed version?

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member203343
Contributor
0 Kudos

Hi,

There are times where you need to clear the underlying WS execution cache, (which is ESP). The 2 ways you can do that is by restarting the J2EE engine (not so good) or by code. If the above solution doesn't help, please refer to [https://wiki.sdn.sap.com/wiki/display/VC/Cachingdatasource|https://wiki.sdn.sap.com/wiki/display/VC/Cachingdatasource] and use the par file that's attached to this wiki page. This will help you clear the cache without restarting the whole J2EE engine.

Regards,

Natty

Former Member
0 Kudos

Hi,

Do the below setting

Tools->options->compiler Tab->select get Do not cache Data services (get latest) in Data service retrieval.

after that logoff ang login again to the VC.

Regards,

Govindu