cancel
Showing results for 
Search instead for 
Did you mean: 

WebServices API for PowerDesigner Repository

Former Member
0 Kudos

I'd like to create a web application which reads information about objects stored in PD Repository and display them.

I would like to be able to have an online connection to the repo without the need of exporting repo content and loading it to my webapp database, so to see always an up-to-date information about my models and stuff...

Does PD repo provide us with a WebServices API which I could use?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member200945
Contributor
0 Kudos

I think Powerdesigner Web Portal is what you need.

GeorgeMcGeachie
Active Contributor
0 Kudos

There's the old web portal service - http://host_name:3030/cmr, and the new web portal service, which allows on-screen editing of BPMN and Enterprise Architecure models (if you have the right licence) - http://host_name:3030/powerdesigner-web

Former Member
0 Kudos

Phillip, George, thank you for your responses. I know about Web and Portal web interfaces to PD repository, but this does not answer to my question and my need.

Because both of PD web applications do not allow any customization of informaton content and layout I woud like to construct my own web appication and feed it with data stored in PD repo. Additionally I am going to enrich this data with information from other systems. WebServices API to PD repo is something which could help me in responding to my requirements.

Currently we manage CDM, LDM and PDM models only.

former_member200945
Contributor
0 Kudos

Currently we do not have WebServices API available to public.

Former Member
0 Kudos

Thanks. Hoping one day WebServices API will be exposed to public