cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to modify SOap header in C4C External Service Integration

ambuja_prabhudessai
Participant
0 Kudos

Hello Experts,

I am stuck with a requirement where I need to consume Opentext SOAP services in C4C. I created an external service Integration. When I try to pass the data from C4 ABSL, it is not allowing me to pass the authenticationToken in the header parameter.

The SOAP req header parameter is not accessible at all in ABSL. In SoapUI I am able to test this successfully.

Opentext expects an authToken from the request payload otherwise it throws authntication error. I have gone through several blogs in this community that describe the same problem but did not find any solution.

Following is the request payload structure of Opentext SOAP service.

<soapenv:Header>
      <urn:OTAuthentication>
         <!--Optional:-->
         <urn:AuthenticationToken>XXXXXXXXXXXXXXXXXXXXX</urn:AuthenticationToken>
      </urn:OTAuthentication>
   </soapenv:Header>
   <soapenv:Body>
      <urn1:ListNodes>
         <urn1:parentID>2000</urn1:parentID>
         <urn1:partialData>true</urn1:partialData>
      </urn1:ListNodes>
   </soapenv:Body>

Can someone please help me out here with a solution. horst.schaude jerry.wang alexandre.kaminagakura Pradeep Kumar N alessandro.iannacci

Regards,

Ambuja

View Entire Topic
solene_roques
Participant
0 Kudos

Hello all,

Is this still infeasible on SAP ByDesign 2205 ?

Thanks for the update