The method getRequestContext() is undefined for the type AccReserveMetroERequestType
You might see the following
error when compiling UIM 72 Web-Service code ;
Error message :
The method getRequestContext() is undefined for the type AccReserveMetroERequestType ReservationAdapter.java /ora_uim_webservice_reference/src/oracle/communications/inventory/webservice/adapter/reservation line 3676 Java Problem
Solution :
There are references to 7.1.2 source files which is not present in 7.2 .For example Requestcontext.java is being used/referred in one of classes which is from 7.1.2 where as 7.2 does not contain this file. These reference should be changed. Kindly refer the UIM migration guide how and what changes need to be done to resolve the errors.