I have asked an SAP PI vendor developer to create a single web service with multiple operations ,where each operation would call an RFC , I am being told it will need to be a single RFC and single operation , is it not possible to have single web service with multiple operations where each operation calls an RFC ?
SAP PI web service which calls multiple RFCs
818 Views Asked by user1965449 At
3
The simple answer is yes you can. You can develop as many operations as you want for a web service and each calling a separate RFC. For example I have a WebSalesOrder WebService with Create, Change, Confirm operations and of course, each works differently. If you are trying to develop an operation that calls multiple RFCs that is also possible but more complex to develop, you can query Integration processes in PI and you will see one way this is accomplished. Not knowing specifically what you are trying to accomplish I would make sure the requirement is understood and maybe there is something more specific that causes your specific requirement to not be possible.
Later........