cancel
Showing results for 
Search instead for 
Did you mean: 

Can't get bussinesviews RESTful API

Former Member
0 Kudos

Hi,

when I'm trying to get a list of businessviews or any other value starting from this point in this document I'm getting a following error code:

<error><error_code>RWS 00056
</error_code>
<message>Error while performing the request; server is unable to find the match for the Request-URI (RWS 00056)
</message>
 </error>

I'm using the following url:

http://sapurl:0000/biprws/raylight/v1/universes/{id}/businessviews

And I have following headers:

Content-Type application/xml
Accept application/xml
X-SAP-LogonToken {tokenid}

PS. I able to get list of universes and detail of universes.

denis_konovalov
Active Contributor
0 Kudos

I have fixed your tags, please select more careful next time.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member203619
Contributor
0 Kudos

That call falls under the semantic SDK not the webi sdk. Try using:

http://sapurl:0000/biprws/sl/v1/universes/{id}/businessviews

Shawn