cancel
Showing results for 
Search instead for 
Did you mean: 

Backend system config

Former Member
0 Kudos

I created a Service Interface in ESR and published the WSDL to the Services Registry using the Publish option on WSDL tab in ESR. Now if I consume this Service in CAF, how will the service know which backend to connect to? Where am I supposed to define that?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

After service was published from the ESR, you need to implement it with the business logic (ABAP or Java), before can consume by others.

- julius

Former Member
0 Kudos

Julius,

It is rather obvious that the implementation has to be provided in ABAP or Java. My question is regarding finding out where the configuration for the provider system should be made.

For example, if my implementation lies in an ABAP system, where should the configuration be made so that the Services Registry knows that implementation of the service lies in my ABAP system.

Regards,

Puja

Former Member
0 Kudos

After your implementation is done, then you publish the endpoint to SR in WSPUBLISH. This is where service consumer can discover and consume it.

Answers (0)