cancel
Showing results for 
Search instead for 
Did you mean: 

how to handle HTTP-POST encrypted data for ECC Using proxy or RFC

Former Member
0 Kudos

I have a scenario HTTP-POST ->PI->ECC.sender is HTTP Post  send encrypted data i need to handle the data and stored in to SAP ECC  with out decrypt using PI .what should i take for receiver  can i use inbound proxy or RFC  and how can handle the encrypted data  for decrypt.

Regards

Ravi

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

you can use a proxy to push the message into ECC.

If the requirement is to decrypt the message within ECC, there should be classes or FMs available to help with the decryption. ex.

Former Member
0 Kudos

Thanks  for replay Vijayakumar.

In my scenario i need to save  encrypt data in  SAP ECC in one table and using another webservice i need to decrypt .Response from the web service need to store in again in SAP ECC in another table  for this can i use inbound and outbound proxy.

Regards

Ravinder

Shabarish_Nair
Active Contributor
0 Kudos

yes. you should pretty much be able to do this using proxies.

Former Member
0 Kudos

Thanks for your valuable suggestion Vijayakumar.

1. my sender is HTTP POST . what should i configure in sender communication channel in SAP PI .like SOAP or HTTP .What are the parameters i need to pass .

2.while using inbound proxy for encrypted data  i need  store the data in to table , the same proxy can i call  another outbound  service for decrypt  same data.

Shabarish_Nair
Active Contributor
0 Kudos

1. my sender is HTTP POST . what should i configure in sender communication channel in SAP PI .like SOAP or HTTP .What are the parameters i need to pass .

>>>

If you are on PI 7.3 and above, configure the HTTP AAE adapter - Configuring the Java HTTP Adapter on the Sender Channel - Advanced Adapter Engine - SAP Library

2.while using inbound proxy for encrypted data  i need  store the data in to table , the same proxy can i call  another outbound  service for decrypt  same data.

>>>>

Yes you can always a proxy within a proxy.

Former Member
0 Kudos

its very useful to go head my scenario.

1.i have one more doubt to start my scenario. i need to use existing business system whic is used for another interface for receiver business system  .

The same business system i need to use for new interface for sender business system.

2. i am unable  find the business system and technical system in assign business option in ID.

please help on the same

Regards

Ravinder.s

Shabarish_Nair
Active Contributor
0 Kudos

if it is already imported from SLD you will not be able to assign it. Check for the BS in ID and then add it to a configuration scenario

Former Member
0 Kudos

Thanks for your valuable response.

Regards

Ravinder.s

Former Member
0 Kudos

Hi Guru's

i am getting below error while creating proxy.

"Objects from other namespaces missing. Unable to save. See long text"

Please give any solution for the same .

Regards

Ravinder.s

Former Member
Former Member
0 Kudos

Hi Expert'

i am getting below error .my scenario is soap to proxy.while testing using soap i am getting below error .

Error during XML => ABAP conversion: Request Message; CX_ST_MATCH_ELEMENT in /1SAI/TXS22765EFA97CCC4BB5FA0 XML Bytepos.: 152  XML Path: bras:EncryptRequest(1) Error Text: Elem.'MT_BRASPAG_PAYMENT_ENCRYPTED_REQ' esperado

please give input on the same .

Regards

Ravinder.

Answers (0)