To enable a webservice in SAP system, we have to perform SOAP technical setup if it was not completed before.
SOAP technical setup in SAP
- Run t-code
SRT_ADMIN
to perform automatic setup for the below technical settings- bgRFC inbound destination
- bgRFC supervisor destination
- Service RFC destination and user
- ICF nodes
- Run t-code
SRM_ADMIN
to check the technical settings - Make sure the Webservice SICF service
/sap/bc/srt/xip/sap/<webservice_name>
is activated in t-codeSICF
Errors and Resolutions
Error:
The webservice message is hanging in webservice monitor
SRT_MONI
with status wait for scheduler.Resolution:
Based on SAP note
2278161
, the probable reason is the incomplete setup of bgRFC supervisor destination. Complete the technical settings setup inSRT_ADMIN
to fix the issue.