cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring A Deployment Scenario Using Service Operations?

Terry_KPMG
Explorer
0 Kudos

We imported a WSDL file from a vendor u2013 it defines a dozen or so messages. So I created a Service Interface with several operations:

u2022 JobService.CreateJob

u2022 JobService.CancelJob

u2022 JobService.ChangeJob

u2022 Etcu2026

During design time, the operation mappings are easy to use. The operation mappings use the interface operations u2013 for example one an IDOC to JobService.CreateJob. However, deploying a scenario to use service operations is apparently a bit more difficult.

My receiver system has several SOAP receiver communication channels u2013 each receiver channel specifies a unique SOAP action & corresponds naturally to a service operation. Therefore I need I need a receiver agreement that looks at BOTH the service interface AND the service operation so that I can bind it to the correct communication channel.

In the Integration Directory, the Interface Determination step only allows you to select an interface, but doesnu2019t provide the ability to specify a Service Operation. You have the same situation in the Receiver Agreement u2013 you can name the interface, but not select a specific Service Operation.

So how do you configure a deployment scenario to take advantage of service operations?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

alternate way could be as follows.

One Receiver determination

One Interface determination with condition for derive OM and Interface

One Sender agrmnt

Multiple Receiver Agrmnt

Multiple CC