cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi Guys,

My requirement is Sender is Proxy and for the receiver I have "HTTPS" url (eg. https://xxx.xxxxx.com/xotp/stage/xxxx) so I tried using HTTP_AAE adapter as receiver. I have used normal structure for sender data type and for target I have a string (1 field) datatype. For target I am passing the entire XML and values into this string field using a custom UDT. I am using SAP PO 7.4 single stack.

I am getting this error when executing. "MP: exception caught with cause com.sap.aii.adapter.http.api.HttpAdapterException: ERROR_SENDING_HTTP_REQUEST-Message Processing Failed. Reason : java.net.UnknownHostException: https://xxx.xxxxxxxx.com"

But ping channel for the receiver communication channel is working fine. Also the certificates are also verified.

Attached is the HTTP_AAE receiver communication channel screen shot.

Can I achieve it using HTTP_AAE adapter or SOAP adapter?

Thanks in Advance,

RVR

0 Likes
View Entire Topic
Former Member
0 Likes

I have used HTTP_AAE adapter, Message Transformation Bean and Java Mapping to resolve the issue.