Primavera (MOSC)

MOSC Banner

P6 Spread Service

edited Aug 21, 2023 10:01AM in Primavera (MOSC) 1 commentAnswered

Hi All,

I have a couple of questions regarding the following products:

Primavera P6 Professional 21.12.7.44384

Apex ORDS 23.1.0

 

We are in the process of setting up the link between apex and P6 through the REST API and have had good success up until trying to implement the spread service where I keep getting the following from Apex: “{"message":"Invalid request."}.

 

This is driven by the following code:

apex_web_service.g_request_headers.delete;

apex_web_service.g_request_headers(1).name := 'content-type';

apex_web_service.g_request_headers(1).value := 'application/json; charset=utf-8';

 

 l_clob:= APEX_WEB_SERVICE.MAKE_REST_REQUEST (

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center