cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Newly created Business Service ?

Former Member
0 Kudos

Hi @,

In my scenarion I have created one New Business Service which is web service and it will be used in sync manner.while creating the Business Service there are two tabs Sender and Receiver which conatins the interface names .My doubt is as the web service is going to be used in Sync Manner whether the interface defined for the both will be same or I have to define different Interfaces?

I tried SDn but wasn't sucessful in finding a reasonable answer.

Regards

Accepted Solutions (1)

Accepted Solutions (1)

turmoll
Active Contributor
0 Kudos

Hi,

If your webservice will be fire/start the communication, I mean, it will send the request to some resource it will be the Sender, and you have to assign to it Outbound Synchronous interface.

If your webservice will be a provider of information then you have to assign to it Inbound Synchronous interface.

Regards,

Jakub

Former Member
0 Kudos

Hi Jakub,

I am using the web service for a sync request from BPM and hence I have defined the service REceiver and type Inbound Sync I hope my configurations are in alignment with yr explaination.

Regards

turmoll
Active Contributor
0 Kudos

Exactly,

Regards,

Jakub

Answers (1)

Answers (1)

Former Member
0 Kudos

though the scenario is synchronous, you business service will be either the sender or receiver.

if your scenario is triggered from this business service, then make it as a sender. if it is receiver of the message at the first step, it would be a receiver :

depending on this, just declare the interface under sender or receiver tab