cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Adapter: How to remove content from Prolog

Chandra_Hota
Participant
0 Kudos

Hi All,

We have a receiver HTTP adapter. We are using 'prolog' to populate few name value pairs which should be part of HTTP body.

I am showing it here:

TRANSPORT_PROTOCOL=OXTA&TRANSPORT_PROTOCOL_VERSION=1.0&MESSAGE_TYPE=XML&MESSAGE_STANDARD=SAP&TRANSACTION_TYPE=XXXE&TRANSACTION_SUBTYPE=ORDER_I&DOCUMENT_NUMBER=PO12345&USERNAME=sap&PASSWORD=PASE1234&PAYLOAD=

Username and password are hard coded in the prolog as shown above.

But, we want to remove user name and password from prolog and populate them dynamically (security issues raised).

So, is there any way of achieving it?

Basically, we want to remove username & password details from prolog and populate them dynamically in runtime.

Thanks,

Chandra

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member854360
Active Contributor
0 Kudos

Hi,

Its possible

Please see the below threads for details.