cancel
Showing results for 
Search instead for 
Did you mean: 

Odata on MII 15.0 SP 7

0 Kudos

Hello All,

We just updated our development MII system to 15.0 SP7. We would like to use the ODATA feature. The system has the component ODATA-CXF-EXT version 7.40.5.0. When I use the URL (with our server and query template path info) <protocol>://<server>:<port>/XMII/IlluminatorOData/QueryTemplate?QueryTemplate=<Query Template Path>, I get a message back "HTTP request type is not supported with the specified Query Mode; no modes are supported".  Does this mean the the ODATA feature isn't available in the version of MII we are using. Based on the help documentation I have read the service is available as of MII 14. So I would like to clarify if ODATA is functional in this version of MII we are using, and if it is can anyone suggest why we are getting this error message.

Thanks,

Kristen Woodley

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You need to pass QueryTemplate along with Mode.

http://<server>:<port>/XMII/IlluminatorOData/QueryTemplate?QueryTemplate=<QT Path>&Mode=<Mode>


Example:

http://<server>:<port>/XMII/IlluminatorOData/QueryTemplate?QueryTemplate=Default/TagQuery&Mode=Current

Regards,

Sriram

Former Member
0 Kudos

Please refer below :

SAP MII 14.0 ODATA Service | SCN

Thanks