SAP Knowledge Base Article - Public

2694433 - Error SRT_CORE141 While Executing WebService in SOAP

Symptom

You may receive an error while executing Webservice via SOAP Tool:

SRT_CORE141

SRT: Plain SOAP: Reliable messaging (RM) configured, but no Message ID and no WSRM assertion provided.

Environment

SAP Business ByDeisgn

SAP Cloud for Customer

SAP Cloud Application Studio

Reproducing the Issue

  1. Login to SOAP Tool for testing your custom WebService.
  2. Upload the WSDL.
  3. Use Authentication for loging ( ID and Password).
  4. Choose the operations and enter the request.
  5. Once request is filled with correct syntax and tags.
  6. You may receive an error in the response like below

env:Code>
<env:Value>env:VersionMismatch</env:Value>
</env:Code>
<env:Reason>
<env:Text xml:lang="en">Wrong SOAP Version </env:Text>

Cause

Correct SOAP settings are missing in the Authentication screen of WS-A tab and hence this Version error occurs.

Resolution

You need to maintain the current Soap Settings in the Authentication screen of WS-A tab  for using customer data.

  1. Login to SOAP Tool for testing WebService.
  2. Upload the WSDL.
  3. Use Authentication for loging ( ID and Password).
  4. Go to WS-A tab.
  5. Make sure you fill the below  highlighted are filled.

SOAP settings.png

If you are using Postman as testing tool, you need to adjust the payload accordingly:

<soapenv:Header>
<messageId xmlns="http://www.sap.com/webas/640/soap/features/messageId/">urn:uuid:{{$guid}}</messageId>
</soapenv:Header>

By doing so, the tools will be able to generate UUID automatically.

Keywords

VersionMismatch;Wrong SOAP Version;WS-A; SAOP settings, SOAP UI, Postman, Web service processing error, SRT_CORE141, SRT_CORE 141, API, UUID, GUID, HTTP Code: 403 ( Forbidden ), SRT_CORE124, SRT_UTIL, /AIF/ERR , KBA , saop testing , wrong soap , AP-RC-BDS-WS , ByDesign Studio Web Services , CO-OM , Overhead Cost Controlling , Problem

Product

SAP Business ByDesign all versions ; SAP Cloud for Customer add-ins all versions ; SAP Cloud for Customer core applications all versions