cancel
Showing results for 
Search instead for 
Did you mean: 

Remove authentication in sender soap adapter pi 7.1

Former Member
0 Kudos

Hello

Did anyone manged to remove authentication in PI 7.1 sender soap adapter?

I have updated file web.xml in the file com.sap.aii.adapter.soap.war

and now I want to deploy it,but I dont have any sda in the folder

thx

Shai

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi Shai,

just something to try in case:

you don't need any java parameters of SOAP sender

you can try approach from Stefan:

/people/stefan.grube/blog/2006/09/21/using-the-soap-inbound-channel-of-the-integration-engine

and then:

1. in SICF copy the engine service to a new one

2. put the credentials for this new service inside SICF

then you will have sender SOAP adapter without a password right?

I didn't try it but I guess it would work without

crashing the whole original SOAP sender adapter by

making changes into web.xml

Regards,

Michal Krawczyk

Answers (2)

Answers (2)

Former Member
0 Kudos

how to do it?

prateek
Active Contributor
0 Kudos

You need to zip the extracted file along with the edited web.xml file and deploy that.

However as this doesn't seems to be a recommended approach and it would mean disabling authentication for all sender side channels, the approach provided by Michal seems promising.

Regards,

Prateek

Former Member
0 Kudos

Michal

I am using integrated configuration and cannot use the PI pipeline

I Tried changing the web.xml but it didnt solve it

how can I redploy the adapter?