cancel
Showing results for 
Search instead for 
Did you mean: 

ariba integration

Former Member
0 Kudos

Hello

I am using SOAP adapter for Ariba integration

as per ariba for http authentication its as menioned below

HTTP basic authentication provides simple authentication using a credential that consists of a user ID and password. The authentication information is sent in the HTTP header as a basic authorization request header field. The field has the following format:Authorization : Basic userID:password

The userID and password are separated by a colon and then base64 encoded

I tried passing the credentials using dynamic attributes in soap receiver and it dint work

i think we cant use AddSOAPHeaderBean module because requirement is to add in HTTP header

Please let me know any standard option or do i need to proceed with XSLT/JAVA mapping.

Regards

Sandeep

Accepted Solutions (0)

Answers (3)

Answers (3)

nitindeshpande
Active Contributor
0 Kudos

Hello Sandeep,

If you require HTTP header, why don't you use HTTP adapter instead of SOAP. From the screenshot i understand, they are just looking for the Basic authentication of providing user name and password.

Regards,

Nitin

former_member184720
Active Contributor
0 Kudos

Did you try to connect by configuring them under 'user credential' in soap receiver channel?

If not,you can make use of the Axis framework to add HTTP header.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b092777b-ee47-2a10-17b3-c5f593809...

we do have the ariba network adapter

former_member186851
Active Contributor
0 Kudos

Hello Sandeep,

you require any standard Soap header?