Solution for the "Project Server-SOAP-Bus" scheme

Copper Contributor

Solution for the "Project Server-SOAP-Bus" scheme

 

I'm learning C#.
I'm trying to figure out how to program Project Server in C#.
I haven't installed Project Server yet.
I really want to figure out the code

There is a task:
1. to raise a SOAP service that will:
- send a data request from Project Server to the bus ("xml1 Package"),
- receive an xml package with the result in response ("Package xml2").
2. "Package xml2" should be parsed by the service:
- data should be written either to an SQL table,
- or directly to the project (csom).

Analysis.
If I understand correctly, then it is necessary to create a scheme:
Project Server <-> SOAP service <-> Bus

 

 

Questions:
1. How to send a Project Server request to the SOAP service?

2. Where can I see an example of SOAP for working with Project Server?
Could you recommend an example of SOAP code.
Maybe there are some features?
3. Where can I see an example of a tire for this situation?
Which tire to use?
Message bus or event bus?
Maybe there are some features?

I'm Using.
- Win 10 x64.

1 Reply