In our company use PRIMAVERA for project control. Now, I want use PRIMAVERA web services in my ASP.NET project. In other word, I want integrate PRIMAVERA with a ASP.NET project for CRUD operation. but i don't now how to do it.
Asked
Active
Viewed 341 times
1 Answers
0
Try these documents as a starting point:
http://docs.oracle.com/cd/E58731_01/English/Integration_Documentation/Web_Services/Programmers_Guide/ https://docs.oracle.com/cd/E16281_01/P6_V7_WebServicesDocumentation/ReferenceManual/whnjs.htm
You'll find sample Java code in your installation under <install dir>\ws\demo\Java\JAX-WS
, the concepts should be transferrable to .Net

Jon Iles
- 2,519
- 1
- 20
- 30
-
do you have any sample in ASP.NET – omid esmaili May 10 '17 at 05:53
-
Not personally, but a quick Google suggests that this might be a good starting point: https://docs.oracle.com/cd/E16281_01/P6_V7_WebServicesDocumentation/ProgrammersGuide/Writing_Code_in_.NET.htm – Jon Iles May 10 '17 at 09:33